DirectDraw Surface

From Wikipedia, the free encyclopedia
DirectDraw Surface
Filename extension
.dds
Internet media typeimage/vnd-ms.dds
Uniform Type Identifier (UTI)com.microsoft.dds[1]
Magic number'D' 'D' 'S' ' '
Developed byMicrosoft
Initial release1999; 25 years ago (1999)
Type of formatImage file formats
Websitedocs.microsoft.com/en-us/windows/win32/direct3ddds/dx-graphics-dds

The DirectDraw Surface container file format (uses the filename extension DDS), is a Microsoft format for storing data compressed with the previously proprietary S3 Texture Compression (S3TC) algorithm,[2] 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.[3] The file extension for this data format is '.dds'.[4]

History[edit]

This format was introduced with DirectX 7.0. In DirectX 8.0, support for volume textures was added. With Direct3D 10, the file format was extended to allow an array of textures to be included, as well as support for new Direct3D 10.x and 11 texture formats.[5]

Initial DDS support landed in GIMP 2.10.10 released on April 4, 2019.[6]

See also[edit]

References[edit]

  1. ^ "CGImageSource.SupportedTypes". Claris FileMaker MBS Plug-in. MonkeyBread Software.
  2. ^ Dominé, Sébastien (March 11, 2003). "Using Texture Compression in OpenGL". NVIDIA Corporation. Archived from the original (PDF) on November 20, 2004. Retrieved 2010-01-29.
  3. ^ Brooker, Darren (2006). Essential CG lighting techniques with 3ds max (2nd ed.). Elsevier. p. 22. ISBN 0-240-52022-X. {{cite book}}: |work= ignored (help)
  4. ^ Ahearn, Luke (2009). 3D Game Textures: Create Professional Game Art Using Photoshop (2nd ed.). Focal Press. p. 55. ISBN 978-0-240-81148-2.
  5. ^ "Programming Guide for DDS". Microsoft. 2010. Retrieved 2010-06-15.
  6. ^ "GIMP - GIMP 2.10.10 Released". www.gimp.org. 7 April 2019. Retrieved 1 April 2021.

External links[edit]