MrSID (Multiresolution Seamless Image Database)
GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.
Introduction
MrSID (Multiresolution Seamless Image Database) is a multiresolution seamless image database technology based on wavelet transform. It achieves efficient storage and fast access to raster data through layered compression.
File Structure
- Main image file (.sid)
- Using discrete wavelet transform (DWT) technology, image data is decomposed into multiple resolution levels (image pyramid structure).
- Each level corresponds to image data of different resolutions, forming a continuous transition from high resolution to low resolution, supporting progressive loading and seamless browsing.
- The compression algorithm takes into account both high compression ratio (about 20:1 for grayscale images and about 50:1 for true color images) and image quality, ensuring clear details after decompression.
- Coordinate file (.sdw)
- Stores geospatial reference information (such as projected coordinate system, geodetic datum, etc.) to ensure that image data is accurately aligned with real geographic coordinates.
- Supports linkage with the main image file to realize geographic positioning and spatial analysis functions.
Pros
- High compression ratio and high quality: Using discrete wavelet transform technology, the compression ratio of 20:1 (grayscale) to 50:1 (true color) is achieved while maintaining image details, significantly reducing storage space requirements.
- Multi-resolution seamless browsing: Supports dynamic generation of multiple resolutions in the same file, allowing users to smoothly zoom and browse without pre-generating multiple versions of data, improving interaction efficiency.
- Selective decompression and fast access: Patented technology is used to achieve instant decompression of any area, only loading target data, and accessing TB-level image libraries with 2MB of memory, reducing hardware dependence.
- Cross-platform compatibility: Supports mainstream GIS software (such as ESRI, ERDAS) and open source tools (based on GDAL), and provides free browser plug-ins and SDKs for easy system integration.
Cons
- Patent technology restrictions: The format is proprietary to LizardTech, with limited support from the open source community, and some advanced features require commercial licensing.
- **Not real-time editing friendly: **Compressed data needs to be decompressed and modified, which is not suitable for dynamic scenes that require frequent updates (such as real-time monitoring).
- Computing resource requirements: The multi-resolution generation and decompression process depends on CPU performance, and low-end devices may experience delays when processing very large files.
- Insufficient 3D and vector support: As a raster format, it has weak integration capabilities for complex data such as 3D terrain and vector layers, and needs to be used in conjunction with other formats.
Application Scenario
MrSID is suitable for scenarios that require processing massive amounts of high-resolution images, such as geographic information systems (GIS), remote sensing image processing, large-scale map services, and online data distribution.
Example
- Insert a MrSID image.

- SID file.

File Opening Mode
- Open MrSID in Google Maps.

LYR
MID
MDB
QLR
References
- https://en.wikipedia.org/wiki/MrSID
- https://www.loc.gov/preservation/digital/formats/fdd/fdd000184.shtml
- https://gdal.org/en/stable/drivers/raster/mrsid.html