slackbuilds/development/CImg
Edward W. Koenig cb50c1c6a4 development/CImg: Updated email
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
2021-04-18 21:39:48 -05:00
..
CImg.SlackBuild development/CImg: Updated for version 2.9.6 2021-03-20 11:00:52 +07:00
CImg.info development/CImg: Updated email 2021-04-18 21:39:48 -05:00
README development/CImg: Fix README. 2020-10-17 09:38:42 +07:00
slack-desc development/CImg: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

The CImg Library is an open-source C++ toolkit for image processing.

It mainly consists in a (big) single header file CImg.h providing a
set of C++ classes and functions that can be used in your own sources,
to load/save, manage/process and display generic images. It's actually
a very simple toolkit for coding image processing stuffs in C++ : Just
include the header file CImg.h, and you are ready to handle images in
your C++ programs.

Note: The archives hosted on http://cimg.eu/files/
do not contain the HTML documentation.  Please refer to
http://cimg.eu/reference/index.html or download a copy from
https://github.com/dtschump/CImg