@kayahr/wastelib
    Preparing search index...

    Function decodeVxorInplace

    • Decodes a vertical xor encoded data block inplace.

      Parameters

      • data: Uint8Array

        The array containing the data to decode.

      • width: number

        The line width in bytes (not pixels) for decoding.

      • size: number = data.length

        The number of bytes to decode.

      • offset: number = 0

        Optional start offset in the data array to decode. Defaults to 0.

      Returns Uint8Array

      Reference to the passed data array now containing the decoded bytes.