imCompressDataLZO

Compresses the data using the libLZO compression. (Since 3.9) \n Returns the size of the compressed buffer or zero if failed. \n Available in a separate library called "im_lzo" which license is GPL. \ingroup compress

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

Meta