PagePlusBalance/android/market/convert.sh
2013-02-26 21:43:52 -05:00

11 lines
392 B
Bash
Executable File

#!/bin/sh
# icons
convert -resize 512x512\! ./orig/owl.svg 512x512.png
convert -resize 72x72\! ./orig/owl.svg ../res/drawable-hdpi/icon.png
convert -resize 36x36\! ./orig/owl.svg ../res/drawable-ldpi/icon.png
convert -resize 48x48\! ./orig/owl.svg ../res/drawable-mdpi/icon.png
# screen shots
convert -resize 480x854\! ./orig/ss1.png ss1.png
convert -resize 480x854\! ./orig/ss2.png ss2.png