image v0.24.4 Release Notes

  • ๐Ÿ†• New Features:

    • Encoding for webp is now available with the native library. This needs to be activate explicitly with the web-encoder feature.
    • ๐Ÿ‘ exr decoding has gained basic limit support.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  The Iterator::size_hint implementation of pixel iterators has been fixed to return the current length indicated by its ExactSizeIterator hint.
    • ๐Ÿ“š Typos and bad references in the documentation have been removed.

    ๐ŸŽ Performance:

    • ImageBuffer::get_pixel{,_mut} is now marked inline.
    • resize now short-circuits when image dimensions are unchanged.