rotate.image | R Documentation |
Rotate an image by 0, 90, 180 or 270 degrees.
rotate.image(img, angle = 90, compress=NULL)
img |
image data, that is an object of class "adimpro". |
angle |
0, 90, 180 or 270 degrees |
compress |
store result as compressed image if |
The function rotates the image img
by 0, 90, 180 or 270
degrees. Any other value for degree
will cause an exception.
The returned object contains an additional component rotate
determining the rotation.
An object of class "adimpro" containing the rotated image.
Karsten Tabelow tabelow@wias-berlin.de and Joerg Polzehl polzehl@wias-berlin.de
show.image
## Not run: demo(manipulate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.