icns

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

commit de819650ba126bd03004da4e787f4c22ca464116
parent 4d4e3548ef07398447e3b237a26960a8ab379938
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Tue, 30 Jan 2018 23:09:57 +0100

[+] Add todo regarding image.Decode registration.

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

diff --git a/doc.go b/doc.go @@ -13,6 +13,7 @@ // - Write tests (only manual testing has been done) // - How to test the correctness of a file format? // - Create Decoder (.icns -> image.Image) +// - Register decoder to image.Decode in init func // - Encode based on input image format (jpg -> jpg, png -> png) to avoid // lossy conversions package icns