PNG

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.

PNG, or portable network graphics, is an image file format aimed at portability and openness (no patents). It uses lossless compression (using the zlib library) and supports a wide range of image formats. It is comparable to the GIF format. Two advantages to using PNG graphics are its support for alpha transparency and 16.7 million colors.

External links