Tool to batch convert android resource bitmaps to

2020-06-03 05:10发布

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 ?

7条回答
聊天终结者
2楼-- · 2020-06-03 06:02

Someone else made this really nice tool, which can automatically resize from either iOS assets, or whichever highest-resolution Android assets you have.

查看更多
登录 后发表回答