imCompressDataLZF

Compresses the data using the libLZF compression. \n * Returns the size of the compressed buffer or zero if failed. * \ingroup compress

extern (C) @safe nothrow
int
imCompressDataLZF
(
const(void)* src_data
,,
void* dst_data
,)

Meta