DirectDraw Surface
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 25: | Line 25: | ||
== Sample files == | == Sample files == | ||
* [http://code.google.com/p/tombexcavator/source/browse/#svn%2Ftrunk%2Fdata%2FDDS tombexcavator samples] | * [http://code.google.com/p/tombexcavator/source/browse/#svn%2Ftrunk%2Fdata%2FDDS tombexcavator samples] | ||
− | * | + | * {{DexvertSamples|image/dds}} |
== Links == | == Links == |
Latest revision as of 05:15, 28 December 2023
- DDS redirects here. For the tape format, see Digital Data Storage.
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 |
[edit] Identification
DDS files begin with ASCII characters "DDS
" (hex 44 44 53 20
).
[edit] Specifications
- Microsoft's Reference for DDS
[edit] Software
- ImageMagick (read support starting with v6.3.9-2; write support starting with v6.8.6-10)
- DDS Plugin for GIMP
- NVIDIA DDS Utilities
- Paint.NET
- Tom's Viewer