Photo Filter

This Photo filter is made in C langauage.

Usage

  1. git clone https://github.com/Karma0o7/PhotoFilter-Using-C.git
  2. cd PhotoFilter-Using-C
  3. run the Makefile
  4. ./filter -[filter that you want to use] INFILE.bmp OUTFILE.bmp

--> -g for gray-scale
--> -r for mirror
--> -b for blur
--> -e for sepia

eg. ./filter -g images/yard.bmp out.bmp