You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For pngnq: you have supplied a JPG file while the toolset only works with PNG files as the input.
For pngcrush: malformed or missing argument:
Remove the -max from pngcrush parameters in the main script, as that expects a parameter (default 8192) - for reference, this is the max size of IHDR.
Also recommend removing -m 0 as that otherwise will throw warnings about ignoring invalid method (valid values are 1-150 in latest pngcrush).
Errors after that are because of the pngcrush failure and should disappear when you fix this.
The text was updated successfully, but these errors were encountered: