Image MIME Reference
MrSID
Multi-resolution Seamless Image Database
image/x-mrsid-image
VS
Portable Network Graphics (Legacy MIME)
image/x-png
PNG
A complete technical comparison of Multi-resolution Seamless Image Database and Portable Network Graphics (Legacy MIME) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
PNG wins on browser support
Feature Support
| Feature | MrSID | PNG |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | Yes | Yes |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | Yes | Yes |
| ICC Color Profile | Yes | Yes |
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
Portable Network Graphics (Legacy MIME)
image/x-png
Extension
.png
Container
PNG Chunk Structure (IHDR, IDAT, IEND)
Compression
Deflate (Lossless)
Algorithm
Deflate (LZ77)
Color Depth
1-bit to 16-bit (Grayscale), 8-bit (Indexed Palette), 24-bit (True Color), 32-bit (True Color with Alpha), 48-bit (High Color), 64-bit (High Color with Alpha)
Developed by
PNG Development Group
Released
1996
Magic Bytes
89 50 4E 47 0D 0A 1A 0A
Browser Support Comparison
| Browser | MrSID | PNG |
|---|---|---|
|
|
✕ |
✓ 1
|
|
|
✕ |
✓ 1
|
|
|
✕ |
✓ 1
|
|
|
✕ |
✓ 12
|
|
|
✕ |
✓
|
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
PNG
PNG Strengths
- The underlying format provides flawless, lossless compression and perfect 8-bit alpha channel transparency
- Universally supported by every modern operating system, image editor, and web browser
Limitations
- The 'image/x-png' string is an obsolete vendor quirk that forces backend developers to write redundant normalization logic in file upload scripts
- If left unnormalized, strict MIME validators or content security policies on modern systems may incorrectly reject valid PNG files
When to choose which format
MrSID
Use MrSID when…
- Geographic Information Systems (GIS)
- Satellite Imagery Archival
- Aerial Orthophotography Mosaics
PNG
Use PNG when…
- Legacy Internet Explorer File Uploads
- Older ASP/PHP Web Applications
- Lossless Web Graphics