Welcome to the Image Filter Program! This program allows users to apply various filters to images, such as greyscale, invert colors, and more. It also provides options to save images, load new ones, and exit the program.
-
Filters Available:
- Greyscale filter
- Darken and lighten image filter
- Black and white filter
- Invert image filter
- Flip image filter
- Merge filter
- Detect image edges filter
- Sunlight filter
- Rotate image filter
- Frame filter
- Blur filter
- Night purple filter
- Resizing filter
- Crop filter
- Infrared filter
-
File Management:
- Load images in formats:
.jpg,.jpeg,.png,.bmp - Save filtered images
- Load images in formats:
- A C++ compiler (e.g., g++, clang)
- Image library support (image_Class.h, stb_image.h, stb_image_write.h are the one you must include and you will find it in the repositry)