ImageJS
    Preparing search index...

    Interface CopyToOptions<OutType>

    interface CopyToOptions<OutType> {
        origin?: Point;
        out?: OutType;
    }

    Type Parameters

    • OutType
    Index

    Properties

    Properties

    origin?: Point

    Origin for the crop relative to the top-left corner of the image.

    {row: 0, column: 0}

    out?: OutType

    Image to which to output.