pub fn decode_path(
path: impl AsRef<Path>,
options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>Expand description
Opens and decodes one image path using content-based format detection.
pub fn decode_path(
path: impl AsRef<Path>,
options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>Opens and decodes one image path using content-based format detection.