icns-rs

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

commit b14909fa01f8d4062e642c63846b63e7ebb9fe4a
parent 7ffaeb634eb13d66079c4148a291813f83fc1e60
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Wed,  2 Jan 2019 00:43:10 +1300

[~] Completed cli feature.

Diffstat:
Mreadme.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/readme.md b/readme.md @@ -76,9 +76,9 @@ fn main() { - [x] Parallel resizing (thanks [rayon](https://github.com/rayon-rs/rayon)) - [x] Lanczos3 interpolation - [ ] Decode largest image from icns into standalone png -- [ ] Simple and robust cli app - - [ ] Flag based use - - [ ] Shell pipe use +- [x] Simple and robust cli app + - [x] Flag based use + - [x] Shell pipe use - [ ] Unit tests ## Feedback Wanted