https://github.com/tinacious/ios-icon-maker
A Node app to automagically generate iOS icons
https://github.com/tinacious/ios-icon-maker
Last synced: 11 months ago
JSON representation
A Node app to automagically generate iOS icons
- Host: GitHub
- URL: https://github.com/tinacious/ios-icon-maker
- Owner: tinacious
- License: mit
- Archived: true
- Created: 2014-12-27T06:48:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T03:07:56.000Z (over 11 years ago)
- Last Synced: 2025-03-15T03:41:12.207Z (about 1 year ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Generate iOS device icons
## Dependencies
Install ImageMagick. On Mac, this can be done using Homebrew:
brew install imagemagick
Install Node.js dependencies:
npm install
## Usage
To process your image, run `index.js` in Node and pass the image path as the first argument:
```bash
node index sample.png
```
Icons will be generated in the `outputs/` directory.

### Output
#### Files

#### Console
