Function load_with_format

Source
pub fn load_with_format<R: ?Sized + BufRead + Seek>(
    image: &mut R,
    format: Format,
) -> ImageResult<ImageMeta>