Skip to content

Instantly share code, notes, and snippets.

View Kiryous's full-sized avatar
🗺️
On a sabbatical

Kirill Chernakov Kiryous

🗺️
On a sabbatical
View GitHub Profile
@Kiryous
Kiryous / itunesicon.rb
Last active January 13, 2020 13:37 — forked from ttscoff/itunesicon.rb
Retrieve a 512 x 512px icon for an iOS app
#!/usr/bin/ruby
# encoding: utf-8
#
# Updated 2017-10-25:
# - Defaults to large size (512)
# - If ImageMagick is installed:
# - rounds the corners (copped from @bradjasper, https://github.com/bradjasper/Download-iTunes-Icon/blob/master/itunesicon.rb)
# - replace original with rounded version, converting to png if necessary
#
# Retrieve an iOS app icon at the highest available resolution