Skip to content

lzrf0cuz/mask-ppm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mask-PPM

Mask-PPM is a tiny shell script that superimposes a specified filter on top of the provided image.

How to use the script:

This script masks the provided image with a bitmap to generate a new image. The images are in PPM format, and the mask is in PBM format.

Use the format below to run the script.

$ bash mask.sh image.ppm mask.pbm > output.ppm

Components:

To view these files, you may use an image viewer that supports the Netpbm formats, or view them in a browser using the Netpbm Viewer.

Packages

No packages published

Languages

  • Shell 100.0%