drawable-optimizer icon indicating copy to clipboard operation
drawable-optimizer copied to clipboard

Gradle plugin to optimize png files and reduce resultant apk size within an Android project.

Results 4 drawable-optimizer issues
Sort by recently updated
recently updated
newest added

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.