Free webp to jpg
Image MIME Reference
DDS

DirectDraw Surface

image/vnd.ms-dds
VS

Fujifilm RAW Image

image/x-fuji-raf
Fuji-RAF

A complete technical comparison of DirectDraw Surface and Fujifilm RAW Image — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature DDS Fuji-RAF
Transparency (Alpha) Yes ✕ No
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes Yes
EXIF Metadata ✕ No Yes
ICC Color Profile ✕ No Yes
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 →
Fujifilm RAW Image
image/x-fuji-raf
Extension
.raf
Container Proprietary RAF Container
Compression Uncompressed / Lossless Compressed / Lossy Compressed (Modern firmware)
Algorithm
NoneProprietary LosslessProprietary Lossy
Color Depth 14-bit (Per Channel - X-Series), 16-bit (Per Channel - GFX Series)
Developed by Fujifilm Corporation
Released 2000
Magic Bytes
46 55 4A 49 46 49 4C 4D 43 43 44 2D 52 41 57 20
Full Fuji-RAF reference →

Browser Support Comparison

Browser DDS Fuji-RAF
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
Fuji-RAF

Fuji-RAF Strengths

  • Retains absolute maximum sensor data, enabling massive shadow recovery and highlight protection compared to compressed in-camera JPEGs
  • Stores proprietary Fujifilm Film Simulation metadata (like Classic Chrome or Acros), allowing editors to perfectly replicate in-camera aesthetics
  • Very distinct and reliable magic header makes programmatic file detection foolproof
Limitations
  • Proprietary format requires continuous updates to third-party software (like Lightroom) whenever Fujifilm releases a new camera
  • The X-Trans sensor matrix requires highly specialized demosaicing algorithms that are extremely computationally expensive, leading to slower import and rendering times
  • Completely unsupported in standard web browsers and basic operating system image viewers

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)
Fuji-RAF
Use Fuji-RAF when…
  • Professional Digital Photography
  • Fujifilm X-Trans Sensor Image Archival
  • High Dynamic Range (HDR) Post-Processing
Share this comparison