commit | 8a0e9b8ca2e3e089731c95a1da7ce8a3180e667c | [log] [tgz] |
---|---|---|
author | Eugene Kliuchnikov <eustas.ru@gmail.com> | Mon Oct 28 09:56:51 2019 |
committer | GitHub <noreply@github.com> | Mon Oct 28 09:56:51 2019 |
tree | 3fde08ac086a7dfee9f68b80f71bda4b4e1e4362 | |
parent | 2387ba6d9e0b3361e017fc8a6a80c6a5ff87ff76 [diff] |
Update (#52) * simplify bit-reader
Brunsli is a lossless JPEG repacking library.
Brunsli allows for a 22% decrease in file size while allowing the original JPEG to be recovered byte-by-byte.
VERY GOOD NEWS: Brunsli is on its way to become standardized. Brunsli has been specified as the lossless JPEG transport layer in the Committee Draft of JPEG XL Image Coding System and is ready to power faster and more economical transfer and storage of photographs.
We are committed making JPEG XL a first-class citizen of the open-source and closed-source worlds, and we will integrate it into image and networking related tools.
The currently planned/on-going integration work includes:
Stay tuned!
The basic commands to clone, build, and install brunsli are:
$ git clone https://github.com/google/brunsli.git $ cd brunsli $ git submodule update --init --recursive $ cmake ./ $ make -j $ make -j install