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
values passed to new PngtasticOptimizer(...) are the ones I used, check the source to know what to use.
I even ended up copying most of PngtasticOptimizer's constructor code to get finer access to where my files would end and to better suit my specific needs.
That's not ideal, specially considering that current version (1.6) implementation of zopfli leaves artifacts cf #7
But it does a pretty decent job at compressing pngs rather fast (when you run it with "" instead of zopfli)
Is there a way to use the API programmatically within a standard Java main() method?
The text was updated successfully, but these errors were encountered: