LERC is an open-source image or raster format that supports fast encoding and decoding for any
pixel type (not just RGB or Byte). Users set the maximum compression error per pixel when encoding,
so the precision of the original image is preserved (within user defined error bounds).
This repository contains a C++ library for both encoding and decoding images.