Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Convert PNGs to .icns.
Installation
Cargo
cargo install icnsify
Nix
nix run nixpkgs#icnsify
Usage
icnsify <IMAGE> [--output <IMAGE>]
Provide an input image to transform into a .icns file. The provided image must be a PNG with square/equal dimensions.
By default, the resulting .icns file will be written to the same path as the input file with the .icns extension (foo.png becomes foo.icns). An alternative output path can be provided with --output.