Skip to content

Filter is a C program that accepts an image file and applies filters like Greyscale, Blur, Reflection, Vignette and outputs the resulting image. The images are edited pixel by pixel. The image represents 2D array and each pixel is part of the array. And each pixel is given a RGB value that is manipulated throughout the program to apply Filter.

Notifications You must be signed in to change notification settings

nshah1503/Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filter-

Filter is a C program that accepts an image file and applies filters like Greyscale, Blur, Reflection, Vignette and outputs the resulting image. The images are edited pixel by pixel. The image represents 2D array and each pixel is part of the array. And each pixel is given a RGB value that is manipulated throughout the program to apply Filter.

About

Filter is a C program that accepts an image file and applies filters like Greyscale, Blur, Reflection, Vignette and outputs the resulting image. The images are edited pixel by pixel. The image represents 2D array and each pixel is part of the array. And each pixel is given a RGB value that is manipulated throughout the program to apply Filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages