https://github.com/blacktop/app-icon
Generate App Icons
https://github.com/blacktop/app-icon
golang icon-pack icons iconset macos xcode
Last synced: about 1 year ago
JSON representation
Generate App Icons
- Host: GitHub
- URL: https://github.com/blacktop/app-icon
- Owner: blacktop
- License: mit
- Created: 2023-09-07T17:47:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T19:15:35.000Z (over 2 years ago)
- Last Synced: 2025-01-17T22:12:15.045Z (about 1 year ago)
- Topics: golang, icon-pack, icons, iconset, macos, xcode
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# app-icon
[](https://github.com/blacktop/app-icon/actions/workflows/go.yml) [](https://github.com/blacktop/app-icon/releases) [](https://github.com/blacktop/app-icon/releases) [](http://doge.mit-license.org)
> Generate macOS App Icons
## Install
```bash
brew install blacktop/tap/app-icon
```
## Usage
Start with a **sRGB** `1024x1024` **PNG** file and run the following command:
```bash
❯ app-icon Icon.png
```
```bash
❯ ll
total 1472
drwxr-xr-x 26 blacktop staff 832B Sep 7 13:08 .
drwxr-xr-x 67 blacktop staff 2.1K Sep 7 11:47 ..
-rw-r--r-- 1 blacktop staff 270K Sep 7 13:08 Icon.png
-rw-r--r--@ 1 blacktop staff 12K Sep 7 13:08 Icon_128x128.png
-rw-r--r--@ 1 blacktop staff 28K Sep 7 13:08 Icon_128x128@2x.png
-rw-r--r--@ 1 blacktop staff 887B Sep 7 13:08 Icon_16x16.png
-rw-r--r--@ 1 blacktop staff 2.4K Sep 7 13:08 Icon_16x16@2x.png
-rw-r--r--@ 1 blacktop staff 28K Sep 7 13:08 Icon_256x256.png
-rw-r--r--@ 1 blacktop staff 73K Sep 7 13:08 Icon_256x256@2x.png
-rw-r--r--@ 1 blacktop staff 2.4K Sep 7 13:08 Icon_32x32.png
-rw-r--r--@ 1 blacktop staff 5.3K Sep 7 13:08 Icon_32x32@2x.png
-rw-r--r--@ 1 blacktop staff 73K Sep 7 13:08 Icon_512x512.png
-rw-r--r--@ 1 blacktop staff 177K Sep 7 13:08 Icon_512x512@2x.png
```
## License
MIT Copyright (c) 2023 **blacktop**