easimage
|
Simple and light image processing library
easimage is a simple and light image processing library aimed to tutorial environments and/or small computing devices.
easimage was developed in C and organized into 4 main packets:
SDL can be installed on Debian derivatives using:
apt install libsdl1.2-dev
To install SDL on Fedora and derivatives, use:
dnf install DSL-devel
git clone https://github.com/miguelleitao/easimage.git cd easimage make sudo make install
easimage home page is located on: http://miguelleitao.github.io/easimage/ easimage documentation is available from https://codedocs.xyz/miguelleitao/easimage/ Latest easimage source code is maintained at: https://github.com/miguelleitao/easimage/
Some examples are included in the examples/ folder:
easimage is maintained by Miguel Leitao. easimage includes parts from the Basic Image Processing library (imgproc) available from: https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/robot/resources/imgproc.zip and credited to Olly Andrade, Ed Jones and Alex Lee.
easimage is licensed under the terms of the MIT license. A copy of the MIT lecense can be found at: http://opensource.org/licenses/MIT