DirectDraw Surface
From Just Solve the File Format Problem
(Difference between revisions)
Line 21: | Line 21: | ||
* [https://developer.nvidia.com/content/dds-utilities-83111271645 NVIDIA DDS Utilities] | * [https://developer.nvidia.com/content/dds-utilities-83111271645 NVIDIA DDS Utilities] | ||
* [http://www.getpaint.net/ Paint.NET] | * [http://www.getpaint.net/ Paint.NET] | ||
− | * [[Tom's | + | * [[Tom's Viewer]] |
== Sample files == | == Sample files == |
Revision as of 21:52, 27 April 2019
- 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 |
Identification
DDS files begin with ASCII characters "DDS
" (hex 44 44 53 20
).
Specifications
- Microsoft's Reference for DDS
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