Hi,
i wanted to use this crate, but since my project also directly works on the pixels i pretty much only use the type image::ImageBuffer<image::Rgba<u8>, Vec<u8>> which is aliased to image::RgbaImage.
It would be very useful if this crate could implement the IntoImageView trait for those type aliases, so it can be used without converting to a dynamic image.
Hi,
i wanted to use this crate, but since my project also directly works on the pixels i pretty much only use the type
image::ImageBuffer<image::Rgba<u8>, Vec<u8>>which is aliased to image::RgbaImage.It would be very useful if this crate could implement the IntoImageView trait for those type aliases, so it can be used without converting to a dynamic image.