Automatically generating Android images for different dpi levels
November 2, 2011 ◦ 1 min ◦
When developing Android apps it can be painful making sure that all you have image assets for every dpi level. I've been dealing with this by making all my original images in inkscape and saving them as svg files. I then use a script to scale and save the images for each dpi level.
I've put the script up on github:gist here