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

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.

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)