2010-05-12 23:28:33 +02:00
|
|
|
The CImg Library is an open-source C++ toolkit for image processing.
|
|
|
|
|
2017-06-07 10:05:32 +02:00
|
|
|
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
|
2010-05-12 23:28:33 +02:00
|
|
|
file CImg.h, and you are ready to handle images in your C++ programs.
|
2017-01-10 19:37:36 +01:00
|
|
|
|
|
|
|
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
|