Function sic_io::load::load_image[][src]

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

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