summaryrefslogtreecommitdiffstats
path: root/development/CImg/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/CImg/README')
-rw-r--r--development/CImg/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/CImg/README b/development/CImg/README
new file mode 100644
index 0000000000..5806fd2836
--- /dev/null
+++ b/development/CImg/README
@@ -0,0 +1,7 @@
+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.