summaryrefslogtreecommitdiffstats
path: root/libraries/libAfterImage/README
diff options
context:
space:
mode:
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 e3b39c5352..dcf6726a0a 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.