png-compressor
    Preparing search index...

    Function inflateRaw

    ungzip(data[, options]) -> Uint8Array|String

    • data (Uint8Array|ArrayBuffer): input data to decompress.
    • options (Object): zlib inflate options.

    Just shortcut to [[inflate]], because it autodetects format by header.content. Done for convenience.

    • inflateRaw(data[, options]) -> Uint8Array|String

      • data (Uint8Array|ArrayBuffer): input data to decompress.
      • options (Object): zlib inflate options.

      The same as [[inflate]], but creates raw data, without wrapper (header and adler32 crc).

      Parameters

      • input: any
      • options: any

      Returns any