ImageJS
    Preparing search index...

    Interface OverlapImageOptions

    interface OverlapImageOptions {
        angle?: number;
        origin?: Point;
        scale?: number;
    }
    Index

    Properties

    Properties

    angle?: number

    Desired rotation of image 2 in degrees around its top-left corner.

    0

    origin?: Point

    Origin of the second image relatively to top-left corner of first image.

    {row: 0, column: 0}

    scale?: number

    Factor by which to scale the second image.

    1