rust-icns icon indicating copy to clipboard operation
rust-icns copied to clipboard

Rust library for encoding/decoding Apple Icon Image (.icns) files

Results 4 rust-icns issues
Sort by recently updated
recently updated
newest added

I'm told that some tools carefully optimize PNG data (`optipng`, `advpng`). At the moment, this library always decodes and re-encodes PNGs before inserting the data into the icns file, which...

https://docs.rs/jp2k/latest/jp2k/ I'm not quite sure how this library works exactly, but from my very limited knowledge of rust, I think this should help?

Hey there, I am the developer of [icnsutil](https://github.com/relikd/icnsutil) and just wanted to reach out and offer some help if needed. I have no experience with Rust but I analyzed the...

Note: I'm not that experienced in rust (this is essentially my first real project in the language) so let me know if I did anything wrong. Also, I believe that...