diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:46:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:42 +0700 |
commit | 00f66eb2caaf847833cd319a998db2656833f692 (patch) | |
tree | e34b2dbcaa8e0c2a492759a12f7e66828d5a5b61 /development/CImg | |
parent | 506853a6cf1978159775b427fb07f6989c5ef509 (diff) |
development/CImg: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/CImg')
-rw-r--r-- | development/CImg/README | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/development/CImg/README b/development/CImg/README index 5acf206f512f..cb8471e8be77 100644 --- a/development/CImg/README +++ b/development/CImg/README @@ -1,11 +1,13 @@ 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. +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 +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 |