/CS50-Image-Processing

Edge detection, blur, reflect, greyscale. C program working with BMP files at the byte-by-byte and pixel-by-pixel level.

Primary LanguageC

CS50-Image-Processing

Edge detection, blur, reflect, greyscale.

C program working with BMP files at the byte-by-byte and pixel-by-pixel level.

Usage Instructions

Run the filter.c program with the following sample command-line input: ./filter -e inputimg.bmp outputimgname.bmp

Files are exported to the same folder.

-e, -b, -r, -g are respective commands for the edge detection, blur, reflect, greyscale functions of this project.

Edge Detection Sample Edge Sample