BC-LifeHash-CLI TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface Image

    An RGB(A) image returned from the functions that make LifeHashes.

    interface Image {
        width: number;
        height: number;
        colors: Uint8Array;
    }
    Index

    Properties

    Properties

    width: number
    height: number
    colors: Uint8Array