imCompressDataUnLZO

Uncompresses the data compressed with the libLZO compression. (Since 3.9) \n Returns 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
imCompressDataUnLZO
(
const(void)* src_data
,,
void* dst_data
,)

Meta