slackbuilds_ponce/development/CImg
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
CImg.info development/CImg: New maintainer 2013-11-20 11:14:39 -06:00
CImg.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.