Skip to content

sean-ias/filter-recover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filter

A program that applies 4 types of filters to BMPs

Try compiling filter for yourself by going to your terminal and running

$ make filter Then, you can run the program by running:

$ ./filter -g images/yard.bmp out.bmp
which takes the image at images/yard.bmp, and generates a new image called out.bmp after running the pixels through the grayscale function. grayscale doesn’t do anything just yet, though, so the output image should look the same as the original yard. Instead of -g (grayscale), you can use -s, -r, -b for (sepia, reflect, and blur).

$ make recover
$ ./recover card.raw

About

A program that applies 4 types of filters to BMPs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published