Free webp to jpg
Image MIME Reference
HEIF

High Efficiency Image File Format

image/heif
VS

Portable Anymap

image/x-portable-anymap
PNM

A complete technical comparison of High Efficiency Image File Format and Portable Anymap — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature HEIF PNM
Transparency (Alpha) Yes ✕ No
Animation Support Yes ✕ No
Progressive Loading ✕ No ✕ No
HDR Support Yes ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
High Efficiency Image File Format
image/heif
Extension
.heif.hif
Container HEIF / ISOBMFF (ISO/IEC 14496-12)
Compression Lossy / Lossless
Algorithm
Codec Agnostic (HEVC, AVC, JPEG, AV1)
Color Depth 8-bit, 10-bit, 12-bit, 16-bit
Developed by Moving Picture Experts Group (MPEG)
Released 2015
Magic Bytes
XX XX XX XX 66 74 79 70 6D 69 66 31
Full HEIF 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 HEIF PNM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
HEIF

HEIF Strengths

  • Highly flexible container that can store image bursts, animations, focal stacks, and stereo 3D images in one file
  • Natively supports depth maps and alpha channels, making it perfect for computational photography
  • When paired with modern codecs like HEVC or AV1, it provides massive storage savings over legacy formats like JPEG
Limitations
  • Codec agnosticism makes broad software decoding difficult, as the container might hold proprietary or unsupported codecs
  • Zero cross-platform web browser support, requiring conversion for online publishing
  • Often confused with the more specific 'image/heic' and 'image/avif' MIME types
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

HEIF
Use HEIF when…
  • Digital Photography
  • Camera Capture
  • Image Archiving
  • Multi-image composites
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