Free webp to jpg
Image MIME Reference
JNG

JPEG Network Graphics

image/x-jng
VS

Multi-resolution Seamless Image Database

image/x-mrsid-image
MrSID

A complete technical comparison of JPEG Network Graphics and Multi-resolution Seamless Image Database — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature JNG MrSID
Transparency (Alpha) Yes Yes
Animation Support ✕ No ✕ No
Progressive Loading Yes Yes
HDR Support ✕ No ✕ No
EXIF Metadata Yes Yes
ICC Color Profile Yes Yes
JPEG Network Graphics
image/x-jng
Extension
.jng
Container PNG-style Chunk Structure (JHDR, JDAT, IDAT, IEND)
Compression Lossy (JPEG/DCT for color) / Lossless (Deflate for alpha mask)
Algorithm
JPEG (Discrete Cosine Transform)Deflate (LZ77)
Color Depth 8-bit, 12-bit, 24-bit (RGB), 32-bit (RGBA)
Developed by MNG Development Group (Glenn Randers-Pehrson et al.)
Released 2001
Magic Bytes
8B 4A 4E 47 0D 0A 1A 0A
Full JNG reference →
Multi-resolution Seamless Image Database
image/x-mrsid-image
Extension
.sid
Container Proprietary MrSID Container
Compression Proprietary Wavelet (Lossy) / Proprietary Wavelet (Lossless)
Algorithm
Discrete Wavelet Transform (DWT)
Color Depth 8-bit (Grayscale), 24-bit (RGB), Multi-spectral (Multiple bands)
Developed by Los Alamos National Laboratory / LizardTech (Extensis)
Released 1992
Magic Bytes
6D 73 69 64
Full MrSID reference →

Browser Support Comparison

Browser JNG MrSID
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
JNG

JNG Strengths

  • Solved a massive technical hurdle in the early 2000s by combining high-compression lossy photographic data with crisp, 8-bit alpha transparency
  • Utilized the highly robust, extensible chunk-based architecture of the PNG format
  • Provided an excellent, bandwidth-saving alternative to massive 32-bit transparent PNGs for web design
Limitations
  • Failed to achieve critical mass; browser vendors largely abandoned the MNG/JNG standard due to implementation complexity
  • Completely obsolete today, having been superseded by natively supported, superior formats like WebP, AVIF, and HEIC
  • Decoding requires a hybrid engine that can parse PNG chunks while simultaneously decoding a JPEG stream and a Deflate stream, complicating software support
MrSID

MrSID Strengths

  • Incredible compression ratios enable multi-gigabyte geographical datasets to be stored on standard hard drives or transmitted easily
  • Multi-resolution architecture means panning and zooming across a massive map is completely fluid, as the system decodes only the visible quadrant at the required zoom level
  • Supports multi-spectral bands critical for remote sensing and agricultural GIS analysis
Limitations
  • Deeply proprietary; creating or decoding MrSID files typically requires expensive commercial software or the proprietary Extensis DSDK
  • Open-source geospatial libraries like GDAL require compiling against the proprietary SDK to legally enable MrSID support, causing licensing headaches for Linux server deployments
  • Not natively viewable on the web without specialized geospatial map servers (like GeoServer or MapServer) tiling the image into PNGs or JPEGs on the fly

When to choose which format

JNG
Use JNG when…
  • Embedded frames in MNG animations
  • Historical web graphics requiring lossy compression with transparency
MrSID
Use MrSID when…
  • Geographic Information Systems (GIS)
  • Satellite Imagery Archival
  • Aerial Orthophotography Mosaics
Share this comparison