Function oxipng::deflate::deflate [] [src]

pub fn deflate(
    data: &[u8],
    zc: u8,
    zm: u8,
    zs: u8,
    zw: u8
) -> Result<Vec<u8>, PngError>

Compress a data stream using the zlib implementation of the DEFLATE algorithm