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