An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![forthebadge](http://forthebadge.com/images/badges/built-by-developers.svg)](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!