png-compressor
    Preparing search index...

    Interface IImage64

    A 64-bit image, 16 bits per channel in rgba format.

    interface IImage64 {
        data: Uint16Array;
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number