Skip to content

rddtz/sclimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCLIMAGE

Simple Command Line Interface for Image Processing (SCLIMAGE) is a C command-line tool for fast image procesing.

Installation from source

Requirements

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

Building

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.

About

CLI for fast manipulation and processing of images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published