Simple Command Line Interface for Image Processing (SCLIMAGE) is a C command-line tool for fast image procesing.
Sclimage requires the SDL2 and SDL2_Image libraries to load and save the images. The user can install this libraries in the system with the following commands:
sudo apt install libsdl2-dev libsdl2-image-dev
After installing the requirements, the user can just build and run the
package using the make command:
make sclimage
The program can then be executed with ./sclimage.