Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacktop/app-icon
Generate App Icons
https://github.com/blacktop/app-icon
golang icon-pack icons iconset macos xcode
Last synced: 8 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T19:15:35.000Z (over 1 year ago)
- Last Synced: 2024-11-17T03:06:57.993Z (2 months 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
[![Go](https://github.com/blacktop/app-icon/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/blacktop/app-icon/actions/workflows/go.yml) [![Downloads](https://img.shields.io/github/downloads/blacktop/app-icon/total.svg)](https://github.com/blacktop/app-icon/releases) [![Github All Releases](https://img.shields.io/github/release/blacktop/app-icon.svg)](https://github.com/blacktop/app-icon/releases) [![License](http://img.shields.io/:license-mit-blue.svg)](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
❯ lltotal 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 [email protected]
-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 [email protected]
-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 [email protected]
-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 [email protected]
-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 [email protected]
```## License
MIT Copyright (c) 2023 **blacktop**