pdfrx_web
    Preparing search index...

    Function decodeRgbaPng

    • Decodes the 8-bit, non-interlaced RGB/RGBA PNGs used by Noto Emoji.

      Parameters

      • data: Uint8Array

        The input data.

      Returns Promise<{ height: number; pixels: Uint8Array; width: number }>

      The resulting Promise.