I need to post-release support different display densities on Android
During development drawable-hdpi has grown to 160 png (like 20 of them 9 patch) assets
I now need to convert all those bitmaps to mdpi, ldpi (layouts and drawables XML are already fine, to avoid raising OOM on LayoutInflater
Is there any tool suitable to convert all those bitmaps in batch ?
Someone else made this really nice tool, which can automatically resize from either iOS assets, or whichever highest-resolution Android assets you have.