ImageJS
    Preparing search index...

    Interface MaskCreateFromOptions

    interface MaskCreateFromOptions {
        data?: Uint8Array<ArrayBufferLike>;
        height?: number;
        origin?: Point;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data?: Uint8Array<ArrayBufferLike>

    Typed array holding the mask data.

    height?: number
    origin?: Point

    Origin of the image relative to a parent image.

    {row: 0, column: 0 }

    width?: number