DevIL

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

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.

Contents

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

Platforms

  • UNIX (including Linux)
  • Windows

Tutorials and source

Related Weblinks