All Projects → smallmuou → Ios Icon Generator

smallmuou / Ios Icon Generator

This script is use to generate iOS/macOS/watchOS app icons more easier.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ios Icon Generator

Faviator
A simple easy favicon generator.
Stars: ✭ 155 (-82.35%)
Mutual labels:  generator, icons
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+369.36%)
Mutual labels:  watchos, generator
Iconhandler
Tint you Icons, change the size, apply alpha color and set a position easily. 👓
Stars: ✭ 59 (-93.28%)
Mutual labels:  resize, icons
Webpack Pwa Manifest
Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
Stars: ✭ 447 (-49.09%)
Mutual labels:  generator, icons
Vuegg
🐣 vue GUI generator
Stars: ✭ 2,056 (+134.17%)
Mutual labels:  resize, generator
Iconizer
Create Xcode asset catalogs swift and painless. Generate images for macOS and iOS app icons, launch images and image sets.
Stars: ✭ 751 (-14.46%)
Mutual labels:  generator, icons
Clif
Binding generator to wrap C++ for Python using LLVM.
Stars: ✭ 845 (-3.76%)
Mutual labels:  generator
Procedurekit
Advanced Operations in Swift
Stars: ✭ 863 (-1.71%)
Mutual labels:  watchos
Difference
Simple way to identify what is different between 2 instances of any type. Must have for TDD.
Stars: ✭ 837 (-4.67%)
Mutual labels:  watchos
React Native Deploy Checklist
Compilado de problemas do React Native em relação ao deploy e suas soluções
Stars: ✭ 26 (-97.04%)
Mutual labels:  icons
Jmmasw
Just make me a static website
Stars: ✭ 13 (-98.52%)
Mutual labels:  generator
Swiftui Grid
🚀 SwiftUI Grid layout with custom styles
Stars: ✭ 872 (-0.68%)
Mutual labels:  watchos
Flutterplayground
Playground app for Flutter
Stars: ✭ 859 (-2.16%)
Mutual labels:  icons
Sdwebimageswiftui
SwiftUI Image loading and Animation framework powered by SDWebImage
Stars: ✭ 844 (-3.87%)
Mutual labels:  watchos
Darkbetter
Dark theme for ruTorrent, but better
Stars: ✭ 12 (-98.63%)
Mutual labels:  icons
Jocs.github.io
💯Jocs 的个人博客,所有的文章都在 issues 里面
Stars: ✭ 840 (-4.33%)
Mutual labels:  generator
Samples Viewer Generator
🎉 A CLI utility tool to generate web app of data visualization samples for presentation purpose
Stars: ✭ 13 (-98.52%)
Mutual labels:  generator
Badges4 Readme.md Profile
👩‍💻👨‍💻 Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (+5.81%)
Mutual labels:  icons
Emojis
this is emoji images
Stars: ✭ 9 (-98.97%)
Mutual labels:  icons
Librecms
Free Open Source Content Management System, based on PHP, Bootstrap and jQuery.
Stars: ✭ 12 (-98.63%)
Mutual labels:  icons

iOS/macOS/watchOS APP ICONS Generator

Description

ios-icon-generator is a shell script which aim to generate iOS/macOS/watchOS APP icons easier and simply. image

VERSION: 2.0.0
USAGE:
    ./ios-icon-generator.sh srcfile dstpath

DESCRIPTION:
    This script aim to generate iOS/macOS/watchOS APP icons easier and simply.

    srcfile - The source png image. Preferably above 1024x1024
    dstpath - The destination path where the icons generate to.

AUTHOR:
    smallmuou

EXAMPLE:
    ./ios-icon-generator.sh 1024.png ~/123

Usage

  1. Clone
git clone https://github.com/smallmuou/ios-icon-generator
cd ios-icon-generator
chmod 777 ios-icon-generator.sh
  1. Run
smou:ios-icon-generator $ ./ios-icon-generator.sh 1024.png ~/output/
[INFO] Generate Icon-16.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-32.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-128.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-256.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-512.png ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-1024.png ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Congratulation. All icons for iOS/macOS/watchOS APP are generate to the directory: /Users/smou/output/.

PS: You can find out the icons in ~/output directory.

Refer

History

  • 2.0.0

    • Update iOS icons size
    • Support macOS icons size
    • Support watchOS icons size
    • Remove ImageMagick Dependency
    • Update code structure for add size more easy.
  • 1.0.0

    • Generate all size icons for iPhone and iPad.

License

This script follow MIT license.

Contact

If you have any question with using it, you can email to me. My email is: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].