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.
pub fn encode_into(
pixels: &PixelSlice<'_>,
config: &TiffEncodeConfig,
cancel: &dyn Stop,
output: &mut Vec<u8>,
) -> Result<(), At<TiffError>>Encode a PixelSlice to TIFF, appending to the provided output buffer.