png-compressor
    Preparing search index...

    Interface IImage32

    A 32-bit image, 8 bits per channel in rgba format.

    interface IImage32 {
        data: Uint8Array;
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number