Kodak KDC Raw Image
image/x-kodak-kdc
Released 1995
· by Eastman Kodak Company
The image/x-kodak-kdc MIME type represents the Kodak KDC Raw Image format, a proprietary raw image format developed by the Eastman Kodak Company. It was utilized across two distinct eras of Kodak digital photography: initially in early consumer digital cameras like the DC40, DC50, and DC120 in the late 1990s, and later in advanced prosumer point-and-shoots like the EasyShare P850 and P880 in the mid-2000s. Based heavily on the TIFF file structure, a KDC file stores minimally processed, uncompressed or losslessly compressed sensor data, allowing photographers extensive latitude in post-processing exposure and color balance. Like other Kodak raw formats, it is now entirely obsolete.
Technical Specifications
.kdc
NoneLossless JPEG (ITU-T81)Proprietary Kodak Compression
image/kdc
Magic Bytes & HTTP Headers
II*\x00 or MM\x00*
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | Legacy |
Advantages & Limitations
- 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)
- 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
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/x-kodak-kdc
file by reading its raw bytes:
- 1 KDC files are built upon the standard TIFF specification, meaning they usually begin with the little-endian (49 49 2A 00) or big-endian (4D 4D 00 2A) magic bytes.
- 2 Generic file sniffers like libmagic will typically identify these files as 'image/tiff'.
- 3 To definitively identify a KDC file programmatically, a parser must evaluate the EXIF MakerNote to confirm it originated from a Kodak camera that produces KDC formats, or rely on the .kdc file extension.
Software Support
ImageMagick
Conversion Tools
Share & Embed
[](https://freewebptojpg.com/mime/image/kodak-kdc)
<iframe src="https://freewebptojpg.com/mime/image/kodak-kdc/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="Kodak-KDC Specs"></iframe>
JSON API
All data on this page is available as a free, open JSON API. Use it in your project, documentation, or tooling.
GET https://freewebptojpg.com/mime/image/kodak-kdc.json
Open JSON
Frequently Asked Questions
What is a Kodak KDC file?
A KDC file is a proprietary raw image format created by Kodak for various digital cameras, ranging from early 1990s models to mid-2000s EasyShare prosumer cameras. It contains unprocessed raw sensor data instead of a standard compressed JPEG.
What is the difference between Kodak KDC, DCR, and K25?
All three are proprietary raw formats developed by Kodak, but they were used in different camera lineups. K25 was specific to the DC25, DCR was used for Kodak's professional DCS DSLR line, and KDC was primarily used for advanced point-and-shoot and early consumer cameras.
How can I open or edit a KDC file today?
Because it is a legacy raw format, standard image viewers cannot display it properly. You must use raw processing software like Adobe Lightroom, Capture One, RawTherapee, or Darktable to decode the sensor data and export it as a standard JPEG or TIFF.