Free webp to jpg
Image MIME Reference
DDS

DirectDraw Surface

image/vnd.ms-dds
VS

T.38 Fax over IP (FoIP)

image/t38
T.38

A complete technical comparison of DirectDraw Surface and T.38 Fax over IP (FoIP) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature DDS T.38
Transparency (Alpha) Yes ✕ No
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
DirectDraw Surface
image/vnd.ms-dds
Extension
.dds
Container DirectDraw Surface
Compression Block Compression (BC1-BC7) / DXTC / S3TC / Uncompressed (RGBA, Floating-Point)
Algorithm
DXT1-DXT5BC1-BC7ASTC / ETC2 (Extended)
Color Depth 8-bit, 16-bit, 24-bit, 32-bit (RGBA), 16-bit/32-bit Floating Point (HDR)
Developed by Microsoft Corporation
Released 1999
Magic Bytes
44 44 53 20
Full DDS reference →
T.38 Fax over IP (FoIP)
image/t38
Extension
.t38
Container UDPTL or TCP (Network Transport)
Compression Lossless (MH, MR, MMR / T.4, T.6)
Algorithm
MH (Modified Huffman)MR (Modified Read)MMR (Modified Modified Read)
Color Depth 1-bit (Monochrome B&W)
Developed by ITU-T (International Telecommunication Union)
Released 1998
Magic Bytes
None (Network Stream)
Full T.38 reference →

Browser Support Comparison

Browser DDS T.38
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
DDS

DDS Strengths

  • Massively reduces VRAM footprint and memory bandwidth usage because the GPU decodes the block compression in hardware
  • Encapsulates complex texture arrays, volume textures, cubemaps, and entire mipmap chains within a single, highly structured file
  • Supports high-dynamic-range (HDR) floating-point data for modern physically based rendering (PBR)
Limitations
  • Block compression algorithms (like DXT) are lossy and can introduce ugly blocky artifacts, especially in smooth gradients or normal maps if not tuned properly
  • Files are generally larger on the physical hard drive than highly compressed formats like PNG or WebP
  • Zero support in web browsers or standard consumer image viewers
T.38

T.38 Strengths

  • Designed specifically to overcome the timing and packet-loss issues that plague traditional fax over standard VoIP audio codecs (like G.711)
  • Reduces bandwidth requirements by transmitting fax protocol data rather than uncompressed audio tones
  • Universally supported by enterprise SIP trunks and Session Border Controllers (SBCs) for FoIP
Limitations
  • Not an actual image file format, causing confusion due to its 'image/' MIME classification
  • Extremely complex to implement correctly over lossy UDP networks (relies on UDPTL redundancy mechanisms)
  • Zero support in web browsers or standard image viewing software

When to choose which format

DDS
Use DDS when…
  • Real-Time 3D Game Textures
  • DirectX and Vulkan Rendering Pipelines
  • Skyboxes and Environment Cubemaps
  • Volume Textures (3D Textures)
T.38
Use T.38 when…
  • Fax over IP (FoIP) Transmissions
  • SIP/SDP Media Negotiation
  • VoIP Gateways and PBX Systems
  • Enterprise Fax Servers
Share this comparison