imCompressDataZ

Compresses the data using the ZLIB Deflate compression. \n * The destination buffer must be at least 0.1% larger than source_size plus 12 bytes. \n * It compresses raw byte data. zip_quality can be 1 to 9. \n * Returns the size of the compressed buffer or zero if failed. * \ingroup compress

version(IM)
extern (C) @nogc nothrow
int
imCompressDataZ
(
const(void)* src_data
,,
void* dst_data
,,)

Meta