- Project Image-Filter-Application overview
- Building Image-Filter-Application
- Running Image-Filter-Application
- Contribution Guide
This project is associated with Department of Integrated MCA, Utkal University.
This is a command line application.
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
- Currently
Image-Filter-Application
supports5 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
./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.
This work is licensed under a Creative Commons Attribution 4.0 International License.