pub fn open<P>(path: P) -> ImageResult<DynamicImage>where
P: AsRef<Path>,
Expand description
Open the image located at the path specified. The image’s format is determined from the path’s file extension.
pub fn open<P>(path: P) -> ImageResult<DynamicImage>where
P: AsRef<Path>,
Open the image located at the path specified. The image’s format is determined from the path’s file extension.