Description Usage Arguments Value Examples
Rotate an image
1 2 3 4 5 6 7 8 9 |
im |
an image |
angle |
rotation angle in degrees |
expand |
either FALSE (default, does not change image size) or TRUE |
cx |
center of rotation along x |
cy |
center of rotation along y |
interpolation |
Type of interpolation. Either 0 (nearest), 1 (linear), or 2 (cubic). |
pad |
Type of padding. Either "zero", "neumann", or "repeat". |
an image
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.