Category:Fileformat

From GPWiki

(Redirected from File Formats)

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.

Let's have a look at files. As you may already know, files are used to store different data like images, music or videos. There have to be specifications as to how a file should look to be understood by every program (for example: an image that has been created with Photoshop should be able to be viewed on a website). These specifications are called file formats.

Contents

Graphics: 2D

There are several file formats that are used to store images. The most simple formats store the color information of every pixel shown in an image. Others might compress the data by storing information of groups of pixels and others store vectors used in images. As you can see, every format has its advantages and disadvantages.


See the image format comparison table for an overview of file formats.

Graphics: 3D

Model Formats

Map Formats

Application-Specific Formats

Physics

Sound

External Links

  • File Extension Library - Uniblue Labs
  • FILExt - FILExt is a database of file extensions and the various programs that use them
  • File-Extensions.org - A very large and searchable database and file extensions info
  • FileInfo.net - Searchable database of file extensions with detailed information about each file type
  • File Extensions Reference - File extensions listed alphbetically
  • Ace - A large list of extensions and with which type of file/program each is associated
  • wotsit.org - One of the biggest sites on the regarding file formats, and how use them
  • myfileformats.com - Another huge database of file formats with detailed specifications
  • wiki.xentax.com - A site giving specifications of 600+ game resource archive formats
  • File Extension Seeker - A file extensions websites search engine
  • Online TrID file identifier - An online file identifier: load the file and will tell you with which programs you can open it