pub fn load<R>(r: R, format: ImageFormat) -> Result<DynamicImage, ImageError>Expand description
Create a new image from a Reader
Try io::Reader for more advanced uses.
pub fn load<R>(r: R, format: ImageFormat) -> Result<DynamicImage, ImageError>Create a new image from a Reader
Try io::Reader for more advanced uses.