icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit 98e1c42c5bdcc581c2fe75a8e665a4c405de9e05
parent 7cc95a8fe4b2debf40514b46e5abe0206ec8ab99
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Thu, 24 May 2018 23:23:08 +1200

[~] Added 128*128 size to the size list.

Diffstat:
Micns.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/icns.go b/icns.go @@ -93,6 +93,7 @@ var sizes = []uint{ 1024, 512, 256, + 128, 64, 32, }