Free webp to jpg
Image MIME Reference
Kodak-KDC

Kodak KDC Raw Image

image/x-kodak-kdc
VS

Scalable Vector Graphics

image/svg+xml
SVG

A complete technical comparison of Kodak KDC Raw Image and Scalable Vector Graphics — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

SVG wins on browser support

Feature Support

Feature Kodak-KDC SVG
Transparency (Alpha) ✕ No Yes
Animation Support ✕ No Yes
Progressive Loading ✕ No ✕ No
HDR Support Yes Yes
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
Kodak KDC Raw Image
image/x-kodak-kdc
Extension
.kdc
Container TIFF/EP
Compression Uncompressed / Proprietary Lossless
Algorithm
NoneLossless JPEG (ITU-T81)Proprietary Kodak Compression
Color Depth 10-bit, 12-bit (Per Channel)
Developed by Eastman Kodak Company
Released 1995
Magic Bytes
49 49 2A 00 or 4D 4D 00 2A
Full Kodak-KDC reference →
Scalable Vector Graphics
image/svg+xml
Extension
.svg.svgz
Container XML Document
Compression Uncompressed (Plain Text XML) / Lossless (GZIP via .svgz)
Algorithm
None (for .svg)GZIP (for .svgz)
Color Depth Vector (Independent of bit-depth), CSS Colors (HEX, RGB, HSL, Display-P3)
Developed by World Wide Web Consortium (W3C)
Released 2001
Magic Bytes
3C 73 76 67 (for <svg) / 3C 3F 78 6D 6C (for <?xml)
Full SVG reference →

Browser Support Comparison

Browser Kodak-KDC SVG
Chrome Chrome
✓ All
Firefox Firefox
✓ All
Safari Safari
✓ All
Edge Edge
✓ All
IE IE (Legacy)
Kodak-KDC

Kodak-KDC Strengths

  • Preserves original raw sensor data, allowing modern demosaicing software to extract significantly more detail and dynamic range than the camera's built-in JPEG engine could at the time
  • Utilizes the standard TIFF container structure, ensuring broad compatibility with open-source decoding libraries (like LibRaw)
Limitations
  • Completely obsolete proprietary format tied to a defunct line of consumer digital cameras
  • Subject to widespread misidentification by automated MIME detection libraries due to structural similarities with standard TIFFs
  • Cannot be natively viewed in web browsers or standard operating system image viewers without specialized decoders
SVG

SVG Strengths

  • Provides infinite resolution scalability, looking perfectly crisp on high-DPI (Retina) displays without increasing file size
  • Extremely lightweight compared to raster formats for flat graphics, logos, and UI elements
  • Can be manipulated dynamically via the browser's CSS and JavaScript engines (DOM integration)
Limitations
  • Unsuitable for complex photographic images or photorealistic textures
  • Poses critical security vulnerabilities (XSS and XML External Entity attacks) if user-uploaded SVGs are not heavily sanitized
  • Rendering performance degrades significantly if the SVG contains tens of thousands of complex nodes or deeply nested paths

When to choose which format

Kodak-KDC
Use Kodak-KDC when…
  • Vintage Digital Photography Archival
  • Kodak DC and EasyShare P-Series Raw Post-Processing
  • Historical Imaging Research
SVG
Use SVG when…
  • Web Logos & UI Icons
  • Responsive Web Design Elements
  • Interactive Data Visualizations (D3.js)
  • CSS and SMIL Web Animations
Share this comparison