google / brunsli

Practical JPEG Repacker
MIT License
730 stars 51 forks source link

HDR JPEG support? #115

Open lucianpls opened 3 years ago

lucianpls commented 3 years ago

Is it possible to make brunsli handle 12bit per sample JPEGs? The standard libjpeg has a 12bit build mode, which is used sometimes. It is still using Huffman encoding.

Thanks

eustas commented 2 years ago

No, at the moment only 8-bit precision is supported. But it is a good idea to support higher-precision JPEGs.