LERC
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|lrc}} |released=2010 (Lerc1), 2014 (Lerc2) }} '''LERC''' (Limited Error Raster Compression), also writte...") |
(sample files) |
||
(One intermediate revision by one user not shown) | |||
Line 24: | Line 24: | ||
== Software == | == Software == | ||
* [https://github.com/Esri/lerc Source code at GitHub] | * [https://github.com/Esri/lerc Source code at GitHub] | ||
+ | * [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.