Skip to main content

encode_into

Function encode_into 

Source
pub fn encode_into(
    pixels: &PixelSlice<'_>,
    config: &TiffEncodeConfig,
    cancel: &dyn Stop,
    output: &mut Vec<u8>,
) -> Result<(), At<TiffError>>
Expand description

Encode a PixelSlice to TIFF, appending to the provided output buffer.