image v0.23.6 Release Notes

Release Date: 2020-06-20 // almost 4 years ago
    • ➕ Added png::ApngDecoder, an adapter decoding the animation in an APNG.
    • 🛠 Fixed a bug in jpeg encoding that would darken output colors.
    • ➕ Added a utility constructor FlatSamples::with_monocolor.
    • Added ImageBuffer::as_flat_samples_mut which is a mutable variant of the existing ffi-helper ImageBuffer::as_flat_samples.