DDS
From polycount
Revision as of 09:58, 3 August 2010 by EricChadwick (Talk)
DDS
DDS is a texture container file format, it stands for Direct Draw Surface.
"Container" means it can contain a variety of image formats: compressed or uncompressed, various bit depths, optionally with mip maps, and can be stored in various layouts: 2D, 3D volume texture, or CubeMap environment.
DXT is a popular compression format to use inside a DDS file. DXT compression is widely supported on current graphics hardware, meaning it will stay compressed in video memory, allowing the artist to use more or larger textures.
- Programming Guide for DDS - Microsoft documentation.
- DirectX Texture Editor (Dxtex.exe) - Microsoft tool for viewing, editing, and creating DDS files.
- NVIDIA Photoshop DDS Export/Import - Load and save DDS files, many options available. ! No support for 64bit OS.