pub fn decode_heic(file: &[u8]) -> Result<DecodedImage, DecodeError>Expand description
Decode a HEIF/HEIC file to display-ready pixels using a default Decoder.
pub fn decode_heic(file: &[u8]) -> Result<DecodedImage, DecodeError>Decode a HEIF/HEIC file to display-ready pixels using a default Decoder.