png-decoder icon indicating copy to clipboard operation
png-decoder copied to clipboard

A pure-Rust, no_std compatible PNG decoder

Results 3 png-decoder issues
Sort by recently updated
recently updated
newest added

This is currently an attempt at getting the compiler to auto-vectorize the heaviest parts of the decoding process.

Hi, i've extended your library with apng decoding [https://github.com/Kurnihil/png-decoder](url) Since it was written for fontdue, that likely doesn't need apng capability i have put everything behind a non default features...

Hi, I found your crate useful for embedded because it is simple and doesn't use simd. Here is a patch to implement what is needed to make is embedded-graphics compatible....