LERC
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(sample files) |
||
Line 26: | Line 26: | ||
* [https://codeberg.org/kaleido/wuimg wuimg] | * [https://codeberg.org/kaleido/wuimg wuimg] | ||
See also [[Meta Raster Format#Software]]. | See also [[Meta Raster Format#Software]]. | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/lercImage}} | ||
== Links == | == Links == |
Latest revision as of 19:18, 15 September 2024
LERC (Limited Error Raster Compression), also written Lerc, is a format for compressed raster image data. It was developed by Esri.
It may appear in a file by itself, or as part of MRF format, or be used as a compression method in a format such as GeoTIFF.
There are two major versions, known as "Lerc1" and "Lerc2".
Contents |
[edit] Identifiers
The OptimizeRasters project[1] suggests that the usual filename extension is .lrc.
[edit] Identification
Lerc2: Files start with ASCII "Lerc2
" (note trailing space).
Lerc1: More research needed. Some files start with "CntZImage
".
[edit] Specifications
[edit] Software
See also Meta Raster Format#Software.