TIFF

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.

TIFF is a file format for storing bitmap images. It allows several forms of compression (including no compression), and has the possibility of storing multiple images in a single file. Also, it contains support for annotations, and basic vector graphics.

External Links