benrout / filter

A program that applies different image filters to Bitmap images including greyscale, reflection, blur and edge detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filter

A program that applies different image filters to Bitmap images including greyscale, reflection, blur and edge detection.

Example usage:

Greyscale

$ ./filter -g infile.bmp outfile.bmp

Reflection

$ ./filter -r infile.bmp outfile.bmp

Blur

$ ./filter -b infile.bmp outfile.bmp

Edge Detection

$ ./filter -e infile.bmp outfile.bmp

About

A program that applies different image filters to Bitmap images including greyscale, reflection, blur and edge detection.

License:MIT License


Languages

Language:C 98.0%Language:Makefile 2.0%