Skip to content

Instantly share code, notes, and snippets.

@oa414
Created August 3, 2014 06:17
Show Gist options
  • Save oa414/fb552f3fd181d6ccd4f3 to your computer and use it in GitHub Desktop.
Save oa414/fb552f3fd181d6ccd4f3 to your computer and use it in GitHub Desktop.
generate icon in different size
[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