Expand description
Decoding of DDS images
DDS (DirectDraw Surface) is a container format for storing DXT (S3TC) compressed images.
ยงRelated Links
- https://docs.microsoft.com/en-us/windows/win32/direct3ddds/dx-graphics-dds-pguide - Description of the DDS format.
Structsยง
- DX10Header ๐Extended DX10 header used by some DDS image files
- The representation of a DDS decoder
- Header ๐Header used by DDS image files
- PixelFormat ๐DDS pixel format
Enumsยง
- DecoderError ๐Errors that can occur during decoding and parsing a DDS image