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

Windows CLI is not outputting compressed images #355

Closed
ankitsinghas opened this issue Apr 9, 2020 · 1 comment
Closed

Windows CLI is not outputting compressed images #355

ankitsinghas opened this issue Apr 9, 2020 · 1 comment

Comments

@ankitsinghas
Copy link

I downloaded a command-line binary for Windows, run it from CMD, but the problem is that it is not outputting compressed images. All commands are working properly, but when I run an image compression command like "pngquant --quality=65-80 png_original.png", the command does not print any errors and I not get a compressed image.
what's the problem?
Im running Windows 10 1909 Pro 64-bit.
111

@kornelski
Copy link
Owner

This is normal behavior. By setting quality to at least 65 you tell the program to not compress anything if compression happens to lower quality more than that.

Use --quality=0-80 to always compress.

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

2 participants