diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2017-06-07 09:05:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-10 10:47:38 +0700 |
commit | e3c2182316025dc705097cfbb337a0ca02b6e9fa (patch) | |
tree | 88c2a09f79398a94a3033700f6ae86a1ff2ae122 /development/CImg/README | |
parent | c62deab46b69c69bffb7c3f4ea17e5495e3a8ab2 (diff) | |
download | slackbuilds-e3c2182316025dc705097cfbb337a0ca02b6e9fa.tar.gz |
development/CImg: Updated for version 2.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/CImg/README')
-rw-r--r-- | development/CImg/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/CImg/README b/development/CImg/README index f6d4e96d9a..5acf206f51 100644 --- a/development/CImg/README +++ b/development/CImg/README @@ -1,9 +1,9 @@ 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 +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 |