image v0.23.14 Release Notes

    • Unified gif blending in different decode methods, fixing out-of-bounds checks in a number of weirdly positioned frames.
    • Hardened TGA decoder against a number of malicious inputs.
    • ๐Ÿ›  Fix forward incompatible usage of the panic macro.
    • ๐Ÿ›  Fix load_rect for gif reaching unreachable!() code.

    • โž• Added ExtendedColorType::A8.

    • ๐Ÿ‘ Allow TGA to load alpha-only images.

    • โšก๏ธ Optimized load_rect to avoid unnecessary seeks.