https://github.com/juhosa/icns-creator
Create a .icns file (macOS icon) from one file.
https://github.com/juhosa/icns-creator
icns icons macos
Last synced: about 2 months ago
JSON representation
Create a .icns file (macOS icon) from one file.
- Host: GitHub
- URL: https://github.com/juhosa/icns-creator
- Owner: juhosa
- License: mit
- Created: 2017-09-12T09:13:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T09:19:25.000Z (almost 9 years ago)
- Last Synced: 2025-08-24T18:28:57.432Z (11 months ago)
- Topics: icns, icons, macos
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://forthebadge.com)
# Icns Creator
Create a icon.icns file with different resolutions from the provided .png image file.
Currently, the source image must be bigger than 1024x1024px.
## Installation
Clone this repo.
Install imagemagick (with ie. homebrew)
```
brew install imagemagick
```
## Running
Pass the source file as the first (and only) parameter
```
./script.sh large_image.png
```
The output is the icon.icns file in the source directory.
## Contributing
Ideas? Improvements? Leave an issue or better yet, a PR!