pub fn load_image_or_panic<P: AsRef<Path> + Debug>(path: P) -> DynamicImage
Expand description
Loads image at given path, panicking on failure.
pub fn load_image_or_panic<P: AsRef<Path> + Debug>(path: P) -> DynamicImage
Loads image at given path, panicking on failure.