DDS (File Format)

From HIVE
Revision as of 09:24, 27 April 2011 by Jack (talk | contribs)
Jump to navigation Jump to search

DDS stands for DirectDraw Surface, and it is a standard for storing data compressed with the lossy S3 Texture Compression (S3TC) algorithm, which can be decompressed in hardware by GPUs. This makes the format useful for storing graphical textures and cubic environment maps as a data file, both compressed and uncompressed. The Microsoft Windows file extension for this data format is '.dds'.