The OpenD Programming Language

mz_uncompress3

Same, but also specify window_bits, in case the stream has no header. This is useful for iPhone PNG. Also allows to skip Adler32 check.

version(encodeDecodePNG)
nothrow @nogc
int
mz_uncompress3
(
ubyte* pDest
,
mz_ulong* pDest_len
,
const(ubyte)* pSource
,
mz_ulong* pSource_len
,,)

Meta