2004
Joo S. O. Bueno
Deprecated: Use 'gimp-item-transform-matrix' instead.
Deprecated: Use 'gimp-item-transform-matrix' instead.
unknown
Type | Name | Description |
---|---|---|
PF_DRAWABLE | drawable | The affected drawable |
PF_FLOAT | coeff-0-0 | coefficient (0,0) of the transformation matrix |
PF_FLOAT | coeff-0-1 | coefficient (0,1) of the transformation matrix |
PF_FLOAT | coeff-0-2 | coefficient (0,2) of the transformation matrix |
PF_FLOAT | coeff-1-0 | coefficient (1,0) of the transformation matrix |
PF_FLOAT | coeff-1-1 | coefficient (1,1) of the transformation matrix |
PF_FLOAT | coeff-1-2 | coefficient (1,2) of the transformation matrix |
PF_FLOAT | coeff-2-0 | coefficient (2,0) of the transformation matrix |
PF_FLOAT | coeff-2-1 | coefficient (2,1) of the transformation matrix |
PF_FLOAT | coeff-2-2 | coefficient (2,2) of the transformation matrix |
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) } |
Type | Name | Description |
---|---|---|
PF_DRAWABLE | drawable | The transformed drawable |