Karma0o7 / PhotoFilter-Using-C

Photo Filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Photo Filter


Languages

Language:C 98.4%Language:Makefile 1.6%