imageproc::utils

Function load_image_or_panic

Source
pub fn load_image_or_panic<P: AsRef<Path> + Debug>(path: P) -> DynamicImage
Expand description

Loads image at given path, panicking on failure.