@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface DecodedImage

    A decoded raster image (rgba is width*height*4, row-major, RGBA8).

    interface DecodedImage {
        width: number;
        height: number;
        rgba: Uint8Array;
    }
    Index

    Properties

    Properties

    width: number
    height: number
    rgba: Uint8Array