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
Please could you explain with example the use of pngquant on python?
The text was updated successfully, but these errors were encountered:
@jcabrerahi Should install Command-linepngquant first. Reference: https://pngquant.org/
pngquant
Sorry, something went wrong.
I'm getting the same error. I have pngquant installed. I try the following:
import pngquant pngquant.config('/path_to_pngquant_dir/pngquant')
I can run pngquant from the command line with /path_to_pngquant_dir/pngquant, but still get the ValueError in the python script.
No branches or pull requests
Please could you explain with example the use of pngquant on python?
The text was updated successfully, but these errors were encountered: