pub fn encode_bytes(
pixels: &DecodedPixels,
options: EncodeOptions,
) -> Result<Vec<u8>, ImageIoError>Expand description
Encodes typed pixels into an owned byte vector.
pub fn encode_bytes(
pixels: &DecodedPixels,
options: EncodeOptions,
) -> Result<Vec<u8>, ImageIoError>Encodes typed pixels into an owned byte vector.