AldaronLau / png_pong

A pure Rust PNG image decoder and encoder based on lodepng.
https://docs.rs/png_pong
Apache License 2.0
26 stars 3 forks source link

A 4th PNG decoding crate: `imagine` #2

Closed Lokathor closed 4 years ago

Lokathor commented 4 years ago

Hi you don't know me but I was staring at the super long docs.rs releases queue right now and then i saw png_pong in the list and I have a PNG decoder crate so I thought "hey neat" and then in your crate it says that you know of 3 others, but I'm not on your list.

So, you can add https://github.com/Lokathor/imagine to your list if you like.

The version out on crates.io works, but forces allocation. The next draft has been revised many times and it's mostly working (will be finished "soon" tm), and it won't force allocations. Though it will have helper functions that can do the allocation for you.

AldaronLau commented 4 years ago

Sure, why not?

AldaronLau commented 4 years ago

Added to the list