Skip to content

Instantly share code, notes, and snippets.

@shintaros
shintaros / convert_ios_icons.rb
Created October 4, 2013 12:21
iOS convert icons by ImageMagick's convert
#!/usr/local/bin/ruby
# iTunesArtwork(1024x1024) resize icons
# use ImageMagick's convert
# <how to use>
# $ ruby convert_appicons.rb iTunesArtwork
$ICON_SIZES = {
# App.
"Icon.png" => "57x57", # iPhone Non-Retina (iOS 6.1 and Prior)
"Icon@2x.png" => "114x114", # iPhone Retina (iOS 6.1 and Prior)