icns

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

commit a97290cd6ec8a7cc70cbe7aaa640f87c4a186ea4
parent 9e181b441ab2dcd3ac929910361f802019eb854c
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Thu,  4 Mar 2021 17:42:49 +0800

coffee!

Diffstat:
Mreadme.md | 20+++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/readme.md b/readme.md @@ -55,10 +55,16 @@ func main() { ## Roadmap -* [x] Encoder: `image.Image -> .icns` -* [x] Command Line Interface - * [x] Encoding - * [x] Pipe support - * [x] Decoding -* [x] Implement Decoder: `.icns -> image.Image` -* [ ] Symmetric test: `decode(encode(img)) == img` +- [x] Encoder: `image.Image -> .icns` +- [x] Command Line Interface + - [x] Encoding + - [x] Pipe support + - [x] Decoding +- [x] Implement Decoder: `.icns -> image.Image` +- [ ] Symmetric test: `decode(encode(img)) == img` + +## Coffee + +If this software is useful to you, consider buying me a coffee! + +[https://liberapay.com/JackMordaunt](https://liberapay.com/JackMordaunt)