Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilsstreedain/misu
misu - macOS Iconset Utility
https://github.com/nilsstreedain/misu
appicon appicons appiconset icns icons iconset iconsets imageformats mac macapp macapps macos
Last synced: 13 days ago
JSON representation
misu - macOS Iconset Utility
- Host: GitHub
- URL: https://github.com/nilsstreedain/misu
- Owner: nilsstreedain
- License: gpl-3.0
- Created: 2022-03-16T22:47:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T20:47:17.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:18:26.056Z (8 months ago)
- Topics: appicon, appicons, appiconset, icns, icons, iconset, iconsets, imageformats, mac, macapp, macapps, macos
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Misu](https://user-images.githubusercontent.com/25465133/158748135-1cf52728-42b5-4b6c-ae90-f40904be0568.png)
# misu - macOS Iconset Utility
Script for generating iconsets for macOS applications compatible with various image formats.## Description
This script is capable of taking an image (of various formats and resolutions) and creating/populating a `.icns` file for use by macOS applications. Though this script can take various resolutions, a non-square image may become streched or distored. For best performance, a square 1024x1024px png should be provided.### Valid Image Formats
*Formats:* | jpeg | tiff | png | gif | jp2 | pict | bmp | qtif | psd | sgi | tga
-|-|-|-|-|-|-|-|-|-|-|-## Installation:
Paste the command below in terminal and enter your password to install misu
```
curl -sSL misu.nilsstreedain.com | bash
```Alternatively, the `misu` script may be downloaded and placed in the `/usr/local/bin/` directory.
## Usage:
```
misu image-filepath [output-directory-path]
```
- image-filepath: Image to create iconset of
- output-directory-path: Directory of output .icns file### Examples:
No output directory specified (directory of input image will be used):
```
misu /Users/nilsstreedain/Desktop/pineapple_1024x1024.png
```Output directory specified:
```
misu /Users/nilsstreedain/Desktop/pineapple_1024x1024.png /Applications/Abacaxi.app
```