Free webp to jpg
Image MIME Reference
Kodak-K25

Kodak K25 Raw Image

image/x-kodak-k25
VS

Portable Anymap

image/x-portable-anymap
PNM

A complete technical comparison of Kodak K25 Raw Image and Portable Anymap — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature Kodak-K25 PNM
Transparency (Alpha) ✕ No ✕ No
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile ✕ No ✕ No
Kodak K25 Raw Image
image/x-kodak-k25
Extension
.k25
Container Proprietary Kodak Raw (TIFF-based variant)
Compression Uncompressed / Proprietary Lossless
Algorithm
Proprietary Kodak Compression
Color Depth 10-bit, 12-bit (Per Channel)
Developed by Eastman Kodak Company
Released 1996
Magic Bytes
Varies (Often resembles TIFF header 49 49 2A 00 or requires proprietary parsing)
Full Kodak-K25 reference →
Portable Anymap
image/x-portable-anymap
Extension
.pnm
Container Netpbm
Compression Uncompressed
Algorithm
None
Color Depth 1-bit (PBM), 8-bit to 16-bit (PGM), 24-bit to 48-bit (PPM)
Developed by Jef Poskanzer (Netpbm Project)
Released 1988
Magic Bytes
50 31, 50 32, 50 33, 50 34, 50 35, or 50 36
Full PNM reference →

Browser Support Comparison

Browser Kodak-K25 PNM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
Kodak-K25

Kodak-K25 Strengths

  • Historically significant format tied to the first digital camera to adopt CompactFlash memory
  • Preserves original raw sensor data, allowing modern demosaicing algorithms (via LibRaw) to extract much better image quality than 1996-era software could
Limitations
  • Completely obsolete and deeply proprietary, lacking modern raw format features found in DNG
  • Cannot be natively viewed in web browsers or standard operating system image viewers without specialized decoders
  • Subject to misidentification by automated MIME detection libraries due to structural similarities with standard TIFFs
PNM

PNM Strengths

  • Unparalleled simplicity: parsers and writers for PNM files can be written from scratch in C or Python in just a few minutes without relying on external libraries
  • Serves as an excellent foundational teaching tool for computer science students learning about image arrays and raster graphics
  • Flawlessly pipes through Unix command-line utilities for robust automated image processing (via the Netpbm suite)
Limitations
  • Zero compression natively results in astronomical file sizes, making it entirely impractical for web delivery or consumer storage
  • No support for standard metadata formats like EXIF, XMP, or ICC color profiles
  • No native alpha channel support in the classic PNM specification (though the newer PAM format 'P7' addresses this)

When to choose which format

Kodak-K25
Use Kodak-K25 when…
  • Vintage Digital Photography Archival
  • Kodak DC25 Camera Restorations
  • Historical Imaging Research
PNM
Use PNM when…
  • Unix/Linux Command-Line Image Processing (Netpbm suite)
  • Academic Computer Vision Research
  • Intermediary Format for Image Format Conversion
Share this comparison