A program that applies different image filters to Bitmap images including greyscale, reflection, blur and edge detection.
Example usage:
$ ./filter -g infile.bmp outfile.bmp
$ ./filter -r infile.bmp outfile.bmp
$ ./filter -b infile.bmp outfile.bmp
$ ./filter -e infile.bmp outfile.bmp