Skip to main content

encode_gray10

Function encode_gray10 

Source
pub fn encode_gray10(
    gray: &[u16],
    width: u32,
    height: u32,
    cfg: &EncodeConfig,
) -> Result<Vec<u8>, EncodeError>
Expand description

Encode a 10-bit greyscale image to HEIC.

gray must hold exactly width * height samples in 0..=1023, packed as u16.