-
Notifications
You must be signed in to change notification settings - Fork 975
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
Comments
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. |
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 |
In case you haven't used it yet. |
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. |
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?
The text was updated successfully, but these errors were encountered: