DESCRIPTION:
ImageEditor is a simple image processing program written in C++. It supports 1/3 channel JPEG input. User can load/save an image and perform image processing operations. Image output is rendered on the screen. User interface is through console. Currently works only on Linux. Under development.
DEPENDENCIES:
-
JPEG encoding : stb_image_write header https://github.com/nothings/stb/blob/master/stb_image.h
-
JPEG decoding : stb_image header https://github.com/nothings/stb/blob/master/stb_image.h
-
Rendering : SDL2 library https://www.libsdl.org/
Author: Rafig Rzayev
Date: 02.02.2019