summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:20:21 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:20:21 -0400
commit2f75913582e811fb504ac703f0b7268a6c310c3c (patch)
treee1f2137edad258316db30ef4508f7721caffc40f /libraries
parentb96b1f761de4c1848eb157e80bbe0254e3fd0d10 (diff)
downloadslackbuilds-2f75913582e811fb504ac703f0b7268a6c310c3c.tar.gz
slackbuilds-2f75913582e811fb504ac703f0b7268a6c310c3c.tar.xz
libraries/DevIL: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/DevIL/README29
1 files changed, 16 insertions, 13 deletions
diff --git a/libraries/DevIL/README b/libraries/DevIL/README
index 95f527de91..08285738e6 100644
--- a/libraries/DevIL/README
+++ b/libraries/DevIL/README
@@ -1,16 +1,19 @@
-Developer's Image Library (DevIL), formerly called OpenIL, 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), formerly called OpenIL, 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, .raw,
-.sgi, .tga and .tif .hdr files.
-Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm, .pcx,
-.hdr, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif.
+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 .hdr files.
-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++.
+Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
+.pcx, .hdr, .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 Dev-C++.