From GDWiki
DevIL (Developer's Image Library) is a cross-platform images API with OpenGL style syntax. Besides simple loading and saving it allows you to manipulate images using few built-in filters (e.g. gaussian blur). This library supports OpenGL, Allegro, Windows GDI and DirectX API.
[edit] Supported file formats
| Extension | Loading | Saving
|
| act | X |
|
| bmp | X | X
|
| cut | X |
|
| dcx | X |
|
| dds | X | X
|
| ico | X |
|
| gif | X |
|
| jpg | X | X
|
| lbm | X |
|
| lif | X |
|
| mdl | X |
|
| pal | X | X
|
| pcd | X |
|
| pcx | X | X
|
| pic | X |
|
| png | X | X
|
| pnm | X | X
|
| psd | X |
|
| psp | X |
|
| raw | X | X
|
| sgi | X | X
|
| tga | X | X
|
| tif | X | X
|
| wal | X |
|
| Doom graphics | X |
|
[edit] Platforms
- UNIX (including Linux)
- Windows
[edit] Tutorials and source
[edit] Related Weblinks