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 - Fork 0
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.
nshah1503/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 0
No packages published