slackbuilds/libraries/DevIL
Dugan Chen ddbac19ffc libraries/DevIL: Updated for version 1.7.8 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-04-23 07:51:57 +07:00
..
04_png_set_expand_gray.diff libraries/DevIL: Updated for version 1.7.8 + new maintainer. 2014-04-23 07:51:57 +07:00
DevIL.SlackBuild libraries/DevIL: Updated for version 1.7.8 + new maintainer. 2014-04-23 07:51:57 +07:00
DevIL.info libraries/DevIL: Updated for version 1.7.8 + new maintainer. 2014-04-23 07:51:57 +07:00
README libraries/DevIL: Added to 12.0 repository 2010-05-11 20:00:40 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.

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++.