{"id":13587746,"url":"https://github.com/smallmuou/ios-icon-generator","last_synced_at":"2025-04-07T22:31:33.010Z","repository":{"id":32231163,"uuid":"35805250","full_name":"smallmuou/ios-icon-generator","owner":"smallmuou","description":"This script is use to generate iOS/macOS/watchOS app icons more easier.","archived":false,"fork":false,"pushed_at":"2023-01-19T11:08:35.000Z","size":71,"stargazers_count":963,"open_issues_count":16,"forks_count":203,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-11-06T06:41:29.875Z","etag":null,"topics":["generator","icons","ios","macos","resize","sips","watchos"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smallmuou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-18T08:11:59.000Z","updated_at":"2024-10-15T13:03:23.000Z","dependencies_parsed_at":"2023-02-10T23:01:12.141Z","dependency_job_id":null,"html_url":"https://github.com/smallmuou/ios-icon-generator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallmuou%2Fios-icon-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallmuou%2Fios-icon-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallmuou%2Fios-icon-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallmuou%2Fios-icon-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smallmuou","download_url":"https://codeload.github.com/smallmuou/ios-icon-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247740845,"owners_count":20988280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["generator","icons","ios","macos","resize","sips","watchos"],"created_at":"2024-08-01T15:06:20.667Z","updated_at":"2025-04-07T22:31:32.662Z","avatar_url":"https://github.com/smallmuou.png","language":"Shell","funding_links":[],"categories":["Shell","Library"],"sub_categories":["Other Library"],"readme":"# iOS/macOS/watchOS APP ICONS Generator\n\n### Description\nios-icon-generator is a shell script which aim to generate iOS/macOS/watchOS APP icons easier and simply.\n![image](https://github.com/smallmuou/ios-icon-generator/blob/master/ios-icon-generator.gif)\n\u003cpre\u003e\nVERSION: 2.0.0\nUSAGE:\n    ./ios-icon-generator.sh srcfile dstpath\n\nDESCRIPTION:\n    This script aim to generate iOS/macOS/watchOS APP icons easier and simply.\n\n    srcfile - The source png image. Preferably above 1024x1024\n    dstpath - The destination path where the icons generate to.\n\nAUTHOR:\n    smallmuou\u003csmallmuou@163.com\u003e\n\nEXAMPLE:\n    ./ios-icon-generator.sh 1024.png ~/123\n\n\u003c/pre\u003e\n\n### Usage\n\n1. Clone\n```bash\ngit clone https://github.com/smallmuou/ios-icon-generator\ncd ios-icon-generator\nchmod 777 ios-icon-generator.sh\n```\n\n2. Run\n\t\n```bash\nsmou:ios-icon-generator $ ./ios-icon-generator.sh 1024.png ~/output/\n[INFO] Generate Icon-16.png ...\n[INFO] Generate Icon-16@2x.png ...\n[INFO] Generate Icon-32.png ...\n[INFO] Generate Icon-32@2x.png ...\n[INFO] Generate Icon-128.png ...\n[INFO] Generate Icon-128@2x.png ...\n[INFO] Generate Icon-256.png ...\n[INFO] Generate Icon-256@2x.png ...\n[INFO] Generate Icon-512.png ...\n[INFO] Generate Icon-512@2x.png ...\n[INFO] Generate Icon-20@2x.png ...\n[INFO] Generate Icon-20@3x.png ...\n[INFO] Generate Icon-29@2x.png ...\n[INFO] Generate Icon-29@3x.png ...\n[INFO] Generate Icon-40@2x.png ...\n[INFO] Generate Icon-40@3x.png ...\n[INFO] Generate Icon-60@2x.png ...\n[INFO] Generate Icon-60@3x.png ...\n[INFO] Generate Icon-76@2x.png ...\n[INFO] Generate Icon-83.5@2x.png ...\n[INFO] Generate Icon-1024.png ...\n[INFO] Generate Icon-24@2x.png ...\n[INFO] Generate Icon-27.5@2x.png ...\n[INFO] Generate Icon-86@2x.png ...\n[INFO] Generate Icon-98@2x.png ...\n[INFO] Generate Icon-108@2x.png ...\n[INFO] Generate Icon-44@2x.png ...\n[INFO] Generate Icon-50@2x.png ...\n[INFO] Congratulation. All icons for iOS/macOS/watchOS APP are generate to the directory: /Users/smou/output/.\n```\nPS: You can find out the icons in ~/output directory.\n\n### Refer\n* [iOS Icons Size](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/)\n* [macOS Icons Size](https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/app-icon/)\t\n* [watchOS Icons Size](https://developer.apple.com/design/human-interface-guidelines/watchos/icons-and-images/home-screen-icons/)\n\n### History\n* 2.0.0\n    * Update iOS icons size\n    * Support macOS icons size\n    * Support watchOS icons size\n    * Remove ImageMagick Dependency\n    * Update code structure for add size more easy.\n\n* 1.0.0\n\t* Generate all size icons for iPhone and iPad.\n\n### License\nThis script follow MIT license.\n\n### Contact\nIf you have any question with using it, you can email to me. My email is: lvyexuwenfa100@126.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallmuou%2Fios-icon-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmallmuou%2Fios-icon-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallmuou%2Fios-icon-generator/lists"}