https://github.com/uncenter/icnsify
🖼️ Convert PNGs to .icns.
https://github.com/uncenter/icnsify
cli icns macos png rust
Last synced: 9 months ago
JSON representation
🖼️ Convert PNGs to .icns.
- Host: GitHub
- URL: https://github.com/uncenter/icnsify
- Owner: uncenter
- License: gpl-3.0
- Created: 2024-04-20T03:23:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T21:52:49.000Z (over 1 year ago)
- Last Synced: 2025-09-13T09:25:24.623Z (10 months ago)
- Topics: cli, icns, macos, png, rust
- Language: Rust
- Homepage: https://crates.io/crates/icnsify
- Size: 40 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelogithub.config.json
- License: COPYING.md
Awesome Lists containing this project
README
# icnsify
Convert PNGs to [`.icns`](https://en.wikipedia.org/wiki/Apple_Icon_Image_format).
## Installation
### Cargo
```sh
cargo install icnsify
```
### Nix
[Available through Nixpkgs](https://nixpkgs.dev/icnsify).
```
nix run nixpkgs#icnsify
```
## Usage
```
icnsify [--output]
```
## License
[GPL-3.0](LICENSE)