diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2018-08-09 21:32:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:09 +0700 |
commit | 22db108cd5ae8449ef0e65e657820addfac0d110 (patch) | |
tree | 3d62fc6f81f5c7b9346d3dd2cd6d42276a928948 /libraries/DevIL/README | |
parent | 66f7f0aa09e3ea2b5b2159d7b4b474d384882905 (diff) | |
download | slackbuilds-22db108cd5ae8449ef0e65e657820addfac0d110.tar.gz |
libraries/DevIL: Updated for version 1.8.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/DevIL/README')
-rw-r--r-- | libraries/DevIL/README | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libraries/DevIL/README b/libraries/DevIL/README index 5cf9e09ca9..95f527de91 100644 --- a/libraries/DevIL/README +++ b/libraries/DevIL/README @@ -1,16 +1,16 @@ -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, +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, +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 +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++. |