Free webp to jpg
Image MIME Reference
JPEG-XR

JPEG XR (HD Photo)

image/vnd.ms-photo
VS

MacPaint Image

image/x-macpaint
MacPaint

A complete technical comparison of JPEG XR (HD Photo) and MacPaint Image — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature JPEG-XR MacPaint
Transparency (Alpha) Yes ✕ No
Animation Support ✕ No ✕ No
Progressive Loading Yes ✕ No
HDR Support Yes ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
JPEG XR (HD Photo)
image/vnd.ms-photo
Extension
.jxr.wdp.hdp
Container TIFF-like Image File Directory (IFD)
Compression Lossy (Lapped Bi-orthogonal Transform) / Lossless
Algorithm
Lapped Bi-orthogonal Transform (LBT)
Color Depth 8-bit (Grayscale, RGB, CMYK), 16-bit, 32-bit Floating Point (HDR)
Developed by Microsoft Corporation (later Joint Photographic Experts Group)
Released 2006
Magic Bytes
49 49 BC 01
Full JPEG-XR reference →
MacPaint Image
image/x-macpaint
Extension
.mac.pntg.pnt.macp
Container Raw pixel payload with a 512-byte pattern header
Compression PackBits (Run-Length Encoding)
Algorithm
PackBits (Apple RLE)
Color Depth 1-bit (Monochrome)
Developed by Apple Computer, Inc. (Bill Atkinson)
Released 1984
Magic Bytes
None (Relies on classic Mac OS 'PNTG' OSType)
Full MacPaint reference →

Browser Support Comparison

Browser JPEG-XR MacPaint
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
JPEG-XR

JPEG-XR Strengths

  • Excellent support for 16-bit and 32-bit floating-point HDR images without massive file size bloat
  • Native support for alpha transparency, which standard JPEG fundamentally lacks
  • Computational complexity for decoding/encoding is relatively low, making it hardware-friendly
Limitations
  • Suffered a complete failure of adoption in the web browser market outside of Microsoft's ecosystem
  • Fully superseded by modern, open formats like WebP, AVIF, and JPEG XL which offer better compression and universal browser support
  • Multiple file extensions (.wdp, .hdp, .jxr) and MIME types cause confusion and parsing fragmentation
MacPaint

MacPaint Strengths

  • Profoundly historically significant as the format that introduced millions to the concept of bitmap digital painting
  • Extremely simple PackBits compression makes it easy for emulator developers or archivists to write parsers from scratch in under an hour
Limitations
  • Severely limited: strictly black and white, and hard-locked to exactly 576 x 720 pixels
  • Lack of standard magic bytes makes programmatic file sniffing unreliable on modern filesystems without relying on the file extension
  • Completely obsolete and unsupported by modern web browsers or consumer image viewers

When to choose which format

JPEG-XR
Use JPEG-XR when…
  • Legacy Windows Desktop Backgrounds
  • XPS (XML Paper Specification) Documents
  • Early High Dynamic Range (HDR) Photography
  • DirectX Textures
MacPaint
Use MacPaint when…
  • Historical Apple Macintosh Archival
  • Early 1980s Digital Art Preservation
  • Retro UI/UX Academic Research
Share this comparison