image v0.22.3 Release Notes

Release Date: 2019-10-03 // over 4 years ago
    • ➕ Added a new module io containing a configurable Reader. It can replace the bunch of free functions: image::{load_*, open, image_dimensions} while enabling new combinations such as open but with format deduced from content instead of file path.
    • 🛠 Fixed const_err lint in the macro expanded implementations of Pixel. This can only affect your crate if image is used as a path dependency.