Function tilr::load_tiles
source · pub fn load_tiles(path: &Path) -> Result<Vec<DynamicImage>, Box<dyn Error>>
Expand description
Load all images at the given path
to use as tiles in the Mosaic
pub fn load_tiles(path: &Path) -> Result<Vec<DynamicImage>, Box<dyn Error>>
Load all images at the given path
to use as tiles in the Mosaic