guetzli icon indicating copy to clipboard operation
guetzli copied to clipboard

Cannot Compress Binary Images

Open Sahil-5111998 opened this issue 1 year ago • 4 comments

When I am giving binary images in png format every time it is getting aborted, does it not support binary image compression or some specific format is to be provided for binary images?

Sahil-5111998 avatar Mar 25 '23 05:03 Sahil-5111998

I continue supporting guetzli with CUDA in my fork you can try there and if bug reproduses file me an issue witn not working PNG image.

doterax avatar Apr 26 '23 08:04 doterax

Another practical alternative is to use 'jpegli' which is an emerging high-speed JPEG1 encoder/decoder based on our guetzli learnings. Jpegli is available at jpeg xl repository: https://github.com/libjxl/libjxl/tree/main/lib/jpegli

jyrkialakuijala avatar Apr 26 '23 11:04 jyrkialakuijala

@javiergutierrezchamorro FYI

In case you haven't used it yet.

doterax avatar Apr 27 '23 09:04 doterax

Sure @doterax FileOptimzer is using your guetzli-cuda-opencl. Regarding jpegli, since it is a transcoder, changing the original format, it has no fit on FO.

javiergutierrezchamorro avatar Apr 27 '23 09:04 javiergutierrezchamorro