image v0.22.2 Release Notes

Release Date: 2019-09-07 // over 4 years ago
    • ๐Ÿ—„ Undeprecate unsafe trait accessors. Further evaluation showed that their deprecation should be delayed until trait impl specialization is available.
    • ๐Ÿ›  Fixed magic bytes used to detect tiff images.
    • โž• Added DynamicImage::from_decoder.
    • ๐Ÿ›  Fixed a bug in the PNGReader that caused an infinite loop.
    • Added ColorType::{bits_per_pixel, num_components}.
    • โž• Added ImageFormat::from_path, same format deduction as the open method.
    • ๐Ÿ›  Fixed a panic in the gif decoder.
    • ๐Ÿ’ป Aligned background color handling of gif to web browser implementations.
    • ๐Ÿ›  Fixed handling of partial frames in animated gif.
    • โœ‚ Removed unused direct lzw dependency, an indirect dependency in tiff.