We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found a few bugs. Most likely from the original code I added.
The following code did not work and instead gave my Guetlzing instructions:
guetzling -q 90 -k
However, if I specified Guetzling to only compress PNGs it worked:
guetzling -q 90 -p -k
However, it worked with this message:
QUALITY_JPG = 90 Recompressing PNG ONLY Guetzling file at level '95' ...
It informs me I'm compressing at both 90 and 95.
I'll try to look into this later tonight.
The text was updated successfully, but these errors were encountered:
Add another bug, definitely new, more severe:
Guetzling definitely did not keep my PNGs.
Sorry, something went wrong.
Thanks! I'll try to look into that before next week! In the meantime, if you fix the bugs feel free to do a pull request!
No branches or pull requests
I found a few bugs. Most likely from the original code I added.
The following code did not work and instead gave my Guetlzing instructions:
guetzling -q 90 -k
However, if I specified Guetzling to only compress PNGs it worked:
guetzling -q 90 -p -k
However, it worked with this message:
It informs me I'm compressing at both 90 and 95.
I'll try to look into this later tonight.
The text was updated successfully, but these errors were encountered: