aboutsummaryrefslogtreecommitdiff
path: root/libraries/libAfterImage/README
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2010-05-12 17:40:59 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 17:40:59 +0200
commit5aa2da3e0fd6cb934a5e54c6d4ea60db65f1868f (patch)
tree7fad6b5f01747479d052d6e90a34f9a9f91bc144 /libraries/libAfterImage/README
parentf000b5f91caa2dd79cd73a1108610754dea78344 (diff)
libraries/libAfterImage: Updated for version 1.18
Diffstat (limited to 'libraries/libAfterImage/README')
-rw-r--r--libraries/libAfterImage/README16
1 files changed, 9 insertions, 7 deletions
diff --git a/libraries/libAfterImage/README b/libraries/libAfterImage/README
index e3b39c535288..dcf6726a0a01 100644
--- a/libraries/libAfterImage/README
+++ b/libraries/libAfterImage/README
@@ -1,7 +1,9 @@
-libAfterImage Imaging Library
-
-This project is an image manipulation library that supports loading, saving,
-displaying and yes, manipulating images. Most popular formats are supported.
-Font capabilities include include TrueType and antialiasing support.
-
-Documentation, examples and tools are included.
+libAfterImage is a generic image manipulation library. Most
+of the popular image formats are supported using standard
+libraries, with XCF, XPM, PPM/PNM, BMP, ICO, TGA and GIF
+being supported internally. PNG, JPEG and TIFF formats are
+supported via standard libraries. For convenience, source
+for libJPEG and libPNG is supplied with libAfterImage.
+Powerfull text rendering capabilities included, providing
+support for TrueType fonts using FreeType library, and
+antialiasing of standard fonts from X window system.