Function oxipng::deflate::deflate::deflate
[−]
[src]
pub fn deflate(data: &[u8], zc: u8, zm: u8, zs: u8, zw: u8) -> Result<Vec<u8>, String>
Compress a data stream using the zlib implementation of the DEFLATE algorithm