drawable-optimizer
drawable-optimizer copied to clipboard
Gradle plugin to optimize png files and reduce resultant apk size within an Android project.
Reading through the readme I was shocked at the minor optimisation gains. If you pass the 500kb image through https://pngquant.org you get a 197kb png. Maybe pngquant (or other tools)...
It seems that the plugin is not working with new Gradle 5. I have not been able to use this after upgrading to latest gradle plugin version. `> Could not...
Hi. I have a bunch of jpg image files. I want to know if this library optimizes jpg files too or not? Thanks.