icns

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

commit 6d0a0b12337608fa50de5637322d15704e781e9c
parent 2be3cea3b5dc48406f2543b156b77e8b454ef896
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Sat, 10 Feb 2018 17:48:44 +0100

[*] Moved Todo to readme.

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

diff --git a/doc.go b/doc.go @@ -8,11 +8,4 @@ // // Note: All icons within the icns are sized for high dpi retina screens, using // the appropriate icns OSTypes. -// -// Todo(jackmordaunt): -// - Write tests (only manual testing has been done) -// - How to test the correctness of a file format? -// - Create Decoder (.icns -> image.Image) -// - Encode based on input image format (jpg -> jpg, png -> png) to avoid -// lossy conversions package icns