Skip to content

simple image filtering with .bmp files (inspired by Harvard CS50)

Notifications You must be signed in to change notification settings

Gabloctopi18/BMPFiltering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The following repository contains simple image-filtering code designed for images with a .bmp file extension. Usage: ./filter [flag] infile outfile Available filters: -y: force symmetry (beta) -g: grayscale -r: reflect -s: sepia -i: invert -b [surround]: blur -e [threshold]: edge detection

This project was inspired by Harvard CS50. I used the templates provided by them in the challenge "filter" in problem set 4. Additional features were added by me.

Running ./makefile will compile the prgram with gcc, but you are welcome to compile it yourself if you want.

This is my first repository. Thanks for taking a look!

About

simple image filtering with .bmp files (inspired by Harvard CS50)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published