Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 630 Bytes

File metadata and controls

28 lines (20 loc) · 630 Bytes

image-processor

🗻 image (ppm) processing in c++

Built With

  • C++ - Programming Language

Author

Thais Lins
Thais Lins

Running the program

make all
./bin/ppmprocessor "image_name.ppm" "filter_name" 

Available Filters

thresh         -- Image Thresholding
blurr          -- Image Blurring
sharp          -- Image Sharpening
rotate 	       -- Image Rotation (90°, 180° or 270°)
extra-filter   -- Adds an extra filter to the image