[][src]Function naut_io::load::load_image

pub fn load_image<R: Read>(
    reader: &mut R,
    config: &ImportConfig
) -> Result<DynamicImage, SicIoError>

Load an image using a reader. All images are currently loaded from memory.