< Previous | Contents | Next >
The taglist argument is a table containing entries which describe the image transformation.
Name | Description |
XF_Angle | The angle of the transformed image in degrees. |
XF_XAxis | The X coordinate for the transformations axis (or pivot). |
XF_YAxis | The Y coordinate for the transformations axis (or pivot). |
XF_EdgeMode | A string which describes which technique to use to handle edges of the image. Valid options are "Black", "Canvas", "Wrap", or "Duplicate". |
XF_XOffset | The x coordinate for the transformations center. |
XF_YOffset | The y coordinate for the transformations center. |
XF_XSize | The scale of the transformed image along the x axis. |
XF_YSize | The scale of the transformed image along the y axis. |