icns
icns copied to clipboard
Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Hey @JackMordaunt Not sure as I did not dig into this, but v2.2.7 tag works for one cmd but not the other... ```sh # works... go install github.com/jackmordaunt/icns/v2/cmd/[email protected] # works......
Any thoughts on if we can gen a ico file too ? Windows uses ico files apparently for packaging. see: https://github.com/dawenxi-tech/2fa/commit/8ed9d3edef797609bfe030cb356e572a059caaa9 currently this tool work great for apple and icns....
Fyne uses it btw just a matter of adjusting gogio Note: I looked at Fyne packaging but it’s too coupled to Fyne. @JackMordaunt
Hello, I have a folder ( icon.iconset ) with multiple resized images for different resolution and I want to produce the .icns file. # icnsify -i icon.iconset -o icns [email protected]...
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.14.0 to 0.18.0. Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6 go.mod: update golang.org/x dependencies 0057a93 tiff: fix function...
``` % icnsify -i App.icns -o App.png 2024/09/26 20:25:56 decoding input: no icons found ``` [App.icns.zip](https://github.com/user-attachments/files/17155080/App.icns.zip) Any help would be appreciated! # Workaround Use the native Apple command: ``` sips...