AldaronLau / png_pong

A pure Rust PNG image decoder and encoder based on lodepng.

Home Page:https://docs.rs/png_pong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A 4th PNG decoding crate: `imagine`

Lokathor opened this issue · comments

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.

Sure, why not?

Added to the list