pub fn load_image<R>(
r: R,
format: ImageFormat
) -> Result<Image, ImageWrapperError>where
R: BufRead + Seek,