Skip to main content

get_image_decoder_with_format_and_data

Function get_image_decoder_with_format_and_data 

Source
fn get_image_decoder_with_format_and_data(
    image_format: ImageFormat,
    data: &[u8],
) -> Result<Box<dyn ImageDecoder + '_>, BlurhashingError>