mediaforge - v0.1.0
    Preparing search index...

    Interface RotateOptions

    interface RotateOptions {
        angle: string | number;
        ow?: string;
        oh?: string;
        fillcolor?: string;
        bilinear?: boolean;
    }
    Index

    Properties

    angle: string | number

    Rotation angle in radians. Supports expressions: 'PI/2', 'PI'

    ow?: string

    Output width expression

    oh?: string

    Output height expression

    fillcolor?: string

    Fill color for empty areas. Default: black

    bilinear?: boolean

    Use bilinear interpolation