Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Compress Binary Images #274

Open
Sahil-5111998 opened this issue Mar 25, 2023 · 4 comments
Open

Cannot Compress Binary Images #274

Sahil-5111998 opened this issue Mar 25, 2023 · 4 comments

Comments

@Sahil-5111998
Copy link

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?

@doterax
Copy link

doterax commented Apr 26, 2023

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.

@jyrkialakuijala
Copy link
Collaborator

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

@doterax
Copy link

doterax commented Apr 27, 2023

@javiergutierrezchamorro FYI

In case you haven't used it yet.

@javiergutierrezchamorro

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants