Skip to content

This C++ program applies various image filters (greyscale, inversion, brightness adjustment, contrast adjustment, and sepia) to a loaded image using the STB image processing libraries. The user can interactively choose the filter to apply, and the processed image is saved as a new file.

Notifications You must be signed in to change notification settings

kashyap-harshit/image-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This C++ program applies various image filters (greyscale, inversion, brightness adjustment, contrast adjustment, and sepia) to a loaded image using the STB image processing libraries. The user can interactively choose the filter to apply, and the processed image is saved as a new file.

About

This C++ program applies various image filters (greyscale, inversion, brightness adjustment, contrast adjustment, and sepia) to a loaded image using the STB image processing libraries. The user can interactively choose the filter to apply, and the processed image is saved as a new file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published