Created
August 3, 2014 06:17
-
-
Save oa414/fb552f3fd181d6ccd4f3 to your computer and use it in GitHub Desktop.
generate icon in different size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1024, 512, 256, 128 ,100, 64, 50, 26 ,24].each do |i| | |
n = i.to_s | |
`convert raw.png -resize #{n}x#{n}! #{n}.png` | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment