diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-01-01 03:00:33 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-02 00:24:56 -0600 |
commit | 2f209642e10976cb73904c3e5d27a855f5e83480 (patch) | |
tree | 6080ca1eeb318112357b5f33c8b8b0188e9a8e96 /libraries/libAfterImage/README | |
parent | 2a26074063c7132dfb60655ad50fd38051e7430e (diff) |
libraries/libAfterImage: Fixed download link and misc cleanup
Thanks to Charles on the slackbuilds-users list.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libAfterImage/README')
-rw-r--r-- | libraries/libAfterImage/README | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/libraries/libAfterImage/README b/libraries/libAfterImage/README index dcf6726a0a01..e0af517d4d42 100644 --- a/libraries/libAfterImage/README +++ b/libraries/libAfterImage/README @@ -1,9 +1,8 @@ -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. +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. Powerful text rendering capabilities are included, +providing support for TrueType fonts using the FreeType library +and antialiasing of standard fonts from the X window system. |