png-compressor
    Preparing search index...

    Function inflateRaw

    • 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