Skip to main content

decode_path

Function decode_path 

Source
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.