ImageJS
    Preparing search index...

    Type Alias CropRectangleOptions

    CropRectangleOptions: Omit<
        TransformOptions,
        "width"
        | "height"
        | "inverse"
        | "fullImage",
    >