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

A pure-Rust, no_std compatible PNG decoder

Results 2 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...