Trevixal API
    Preparing search index...

    Interface ImageTransform

    A destructive edit applied to the pixels themselves. Fractions rather than pixels for the crop, so a rectangle drawn over a scaled preview means the same thing against the full-resolution original.

    interface ImageTransform {
        crop?: ImageCrop;
        flipX?: boolean;
        flipY?: boolean;
        rotate?: 0 | 90 | 180 | 270;
    }
    Index
    crop?: ImageCrop
    flipX?: boolean
    flipY?: boolean
    rotate?: 0 | 90 | 180 | 270

    Clockwise, in degrees.