image v0.22.4 Release Notes

Release Date: 2020-01-14 // over 4 years ago
    • โž• Added in-place variants for flip and rotate operations.
    • The bmp encoder now checks if dimensions are valid for the format. It would previously write a subset or panic.
    • โœ‚ Removed deprecated implementations of Error::description
    • โž• Added DynamicImage::into_* which convert without an additional allocation.
    • ๐Ÿ‘ The PNG encoder errors on unsupported color types where it had previously silently swapped color channels.
    • Enabled saving images as gif with save_buffer.