isaaclvf / bmp-filter

An image editing program for bitmap files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMP Image Filter

An image editing program for bitmap files.

Installation

  1. Install requirements: git, clang, make

  2. Clone this repo:

git clone https://github.com/isaaclvf/bmp-filter
  1. Compile:
make filter

Usage

./filter [flag] infile.bmp outfile.bmp
    
Available options: 
    -b Blur
    -g Grayscale
    -r Reflection
    -s Sepia

About

An image editing program for bitmap files


Languages

Language:C 98.1%Language:Makefile 1.9%