png-compressor
    Preparing search index...

    Function deflateRaw

    • deflateRaw(data[, options]) -> Uint8Array

      • data (Uint8Array|ArrayBuffer|String): input data to compress.
      • options (Object): zlib deflate options.

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

      Parameters

      • input: any
      • options: any

      Returns Uint8Array