diff options
author | Phil Warner <pc_warner@yahoo.com> | 2010-05-11 20:00:40 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:40 +0200 |
commit | 8b2d48c7c35b27c8dfd9facb8af23bd8ea87f625 (patch) | |
tree | ae7bdd03ebebb1068e87cf1875a27ffa2be3cbb1 /libraries/DevIL/README | |
parent | 66dc7ae353903de15efe8528e8e0ad73c0940d43 (diff) | |
download | slackbuilds-8b2d48c7c35b27c8dfd9facb8af23bd8ea87f625.tar.gz |
libraries/DevIL: Added to 12.0 repository
Diffstat (limited to 'libraries/DevIL/README')
-rw-r--r-- | libraries/DevIL/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/DevIL/README b/libraries/DevIL/README new file mode 100644 index 0000000000..5cf9e09ca9 --- /dev/null +++ b/libraries/DevIL/README @@ -0,0 +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, +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++. |