An image processing library that it's capable of applying brightness, gamma and image convulution (vertical/horizontal sobel, gaussian blur, mean blur) filters. It also has an image drawing module.
./demo.sh
g++ -Iheaders ./src/*.cpp <yourfile>.cpp -o