DirectDraw Surface
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|dds}} |released=~1999 }} '''DirectDraw Surface''' ('''DDS''') is an image file format developed by Micro...") |
(→Software) |
||
Line 14: | Line 14: | ||
== Software == | == Software == | ||
− | * [http://www.imagemagick.org/ ImageMagick] (read-only) | + | * [http://www.imagemagick.org/ ImageMagick] (read-only until version 6.8.6-10) |
* [http://code.google.com/p/gimp-dds/ DDS Plugin for GIMP] | * [http://code.google.com/p/gimp-dds/ DDS Plugin for GIMP] | ||
* [https://developer.nvidia.com/content/dds-utilities-83111271645 NVIDIA DDS Utilities] | * [https://developer.nvidia.com/content/dds-utilities-83111271645 NVIDIA DDS Utilities] |
Revision as of 00:34, 19 September 2013
DirectDraw Surface (DDS) is an image file format developed by Microsoft. It is associated with DirectX and related APIs. Some video game graphics use this format. Images may be uncompressed, or use one of several compression algorithms.
Contents |
Identification
DDS files begin with ASCII characters "DDS
" (hex 44 44 53 20
).
Specifications
- Microsoft's Reference for DDS
Software
- ImageMagick (read-only until version 6.8.6-10)
- DDS Plugin for GIMP
- NVIDIA DDS Utilities