Skip to content

Ank1taS/Image-Filter-Appication

 
 

Repository files navigation

Image-Filter-Application

An Application to apply different Filters to different BMPs Images

Table of Contents

  1. Project Image-Filter-Application overview
  2. Building Image-Filter-Application
  3. Running Image-Filter-Application
  4. Contribution Guide

Project

This project is associated with Department of Integrated MCA, Utkal University.
This is a command line application.

Pre-requisite

Building

To build Image-Filter-App, go to your project directory and open your Terminal and type.

make

Boom! You have successfully build Image-Filter-Application

Usage

  • Currently Image-Filter-Application supports 5 filters, these filters can be used using the following options below.
  • We have several example Images to test these filters stored in imgDB
Filters Flag
GrayScale g
Blur b
Reflect r
Edge e
Sepia s

To use any of the filters :

./filter infile outfile

Illustration

./filter img-db/yard.bmp out.bmp

 FILTER    : OPTION
 ------------------
 Blur        : b
 Edge        : e
 GrayScale   : g
 Reflect     : r
 Sepia       : s

 To QUIT press    : [q]
Enter option :b
Applied Blur filter successfully...

You can check out.bmp for Blured Result.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.5%
  • C 4.0%
  • CMake 2.5%