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

Load image bytes (from png, bmp, etc) as Image Useful with include_bytes!()