summaryrefslogtreecommitdiff
path: root/devel/devIL
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit6489bb287ee041f8a0fc7d585bb9b686d04df08a (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /devel/devIL
parent7a76c246f0f13dd8e44983c76c6f44e228da5bcf (diff)
downloadpkgsrc-6489bb287ee041f8a0fc7d585bb9b686d04df08a.tar.gz
Removed trailing white-space.
Diffstat (limited to 'devel/devIL')
-rw-r--r--devel/devIL/DESCR22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/devIL/DESCR b/devel/devIL/DESCR
index 96993cef30e..f27045d6f1b 100644
--- a/devel/devIL/DESCR
+++ b/devel/devIL/DESCR
@@ -1,18 +1,18 @@
-Developer's Image Library (DevIL) is a programmer's library to develop
-applications with very powerful image loading capabilities, yet is easy
-for a developer to learn and use. Ultimate control of images is left to
-the developer, so unnecessary conversions, etc. are not performed. DevIL
-utilizes a simple, yet powerful, syntax. DevIL can load, save, convert,
+Developer's Image Library (DevIL) is a programmer's library to develop
+applications with very powerful image loading capabilities, yet is easy
+for a developer to learn and use. Ultimate control of images is left to
+the developer, so unnecessary conversions, etc. are not performed. DevIL
+utilizes a simple, yet powerful, syntax. DevIL can load, save, convert,
manipulate, filter and display a wide variety of image formats.
-Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm,
-.mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp,
+Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm,
+.mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp,
.raw, .sgi, .tga and .tif files.
-Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
+Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
.pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif.
-DevIL currently supports the following APIs for display: OpenGL, Windows GDI,
-SDL, DirectX and Allegro. Compilers that can compile DevIL or use it
-include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and
+DevIL currently supports the following APIs for display: OpenGL, Windows GDI,
+SDL, DirectX and Allegro. Compilers that can compile DevIL or use it
+include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and
Dev-C++.