summaryrefslogtreecommitdiffstats
path: root/development/CImg
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 01:13:04 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-14 16:47:23 +0700
commit1c9e27d4d4d00deb6150ecb90ef6af174adf1fb8 (patch)
tree3cdc4cf8a4d630113269e10638aa0afb77b3d975 /development/CImg
parent02ebda1e003b8cfa7ca28d5c13ed0d4da1d16995 (diff)
downloadslackbuilds-1c9e27d4d4d00deb6150ecb90ef6af174adf1fb8.tar.gz
slackbuilds-1c9e27d4d4d00deb6150ecb90ef6af174adf1fb8.tar.xz
development/CImg: Fix slack-desc.
Diffstat (limited to 'development/CImg')
-rw-r--r--development/CImg/slack-desc12
1 files changed, 6 insertions, 6 deletions
diff --git a/development/CImg/slack-desc b/development/CImg/slack-desc
index c9e23f1a52..ffa1401416 100644
--- a/development/CImg/slack-desc
+++ b/development/CImg/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
CImg: CImg (open-source C++ toolkit for image processing)
CImg:
-CImg: It mainly consists in a (big) single header file CImg.h providing a set
-CImg: of C++ classes and functions that can be used in your own sources, to
-CImg: load/save, manage/process and display generic images. It's actually a
-CImg: very simple and pleasant toolkit for coding image processing stuffs in
-CImg: C++ : Just include the header file CImg.h, and you are ready to handle
-CImg: images in your C++ programs.
+CImg: It mainly consists of a (big) single header file CImg.h providing a
+CImg: set of C++ classes and functions that can be used in your own sources,
+CImg: to load/save, manage/process and display generic images. It's
+CImg: actually a very simple and pleasant toolkit for coding image
+CImg: processing stuff in C++: just include the header file CImg.h,
+CImg: and you are ready to handle images in your C++ programs.
CImg:
CImg: Homepage: http://cimg.sourceforge.net/
CImg: