gimp-drawable-transform-2d

Joo S. O. Bueno

Description

Deprecated: Use 'gimp-item-transform-2d' instead.

Help

Deprecated: Use 'gimp-item-transform-2d' instead.


Type

unknown

Parameters

Type Name Description
PF_DRAWABLE drawable The affected drawable
PF_FLOAT source-x X coordinate of the transformation center
PF_FLOAT source-y Y coordinate of the transformation center
PF_FLOAT scale-x Amount to scale in x direction
PF_FLOAT scale-y Amount to scale in y direction
PF_FLOAT angle The angle of rotation (radians)
PF_FLOAT dest-x X coordinate of where the center goes
PF_FLOAT dest-y Y coordinate of where the center goes
PF_INT transform-direction Direction of transformation { TRANSFORM-FORWARD (0), TRANSFORM-BACKWARD (1) }
PF_INT interpolation Type of interpolation { INTERPOLATION-NONE (0), INTERPOLATION-LINEAR (1), INTERPOLATION-CUBIC (2), INTERPOLATION-NOHALO (3), INTERPOLATION-LOHALO (4) }
PF_INT supersample This parameter is ignored (TRUE or FALSE)
PF_INT recursion-level This parameter is ignored (recursion-level >= 1)
PF_INT clip-result How to clip results { TRANSFORM-RESIZE-ADJUST (0), TRANSFORM-RESIZE-CLIP (1), TRANSFORM-RESIZE-CROP (2), TRANSFORM-RESIZE-CROP-WITH-ASPECT (3) }

Return

Type Name Description
PF_DRAWABLE drawable The transformed drawable