- Planar API
- Packed API rework
- Use a single Image struct that is generic over a buffer
- Internal matrix representation
- YUV color support
- YUV and YUYV pixel types included
- Packed API rework
- Renamed traits
- Removed AccessPixel traits
- Export only generic types in the prelude mod
- Implemented rectangular sub views for generic images
- Dynamic image view/buffer improvements
- Buffers now offer a from_raw() constructor which consumes a Vec
- Benchmark fixes
- StorageType now derives from num_traits::Num
- Removed Resize trait
- Dynamic image API rework
- DynamicImageView and DynamicImageBuffer are now truly dynamic (no more type parameter)!
- Macropixel support
- New DynamicImageBuffer type
- DynamicImageView no longer stores a format hint
- Automatic stride calculation and verification
- Improved color conversion performance
- Parallel color conversion using Rayon
- New DynamicImageView type
- Grayscale, Rgb, Rgba, Bgr, Bgra color support
- Initial release