Description Usage Arguments Value See Also Examples
This function rotates an image using b-spline interpolation and returns a new image.
1 | imgSplineRotate(imgdata, angle)
|
imgdata |
The image |
angle |
The clockwise deg angle to rotate |
return an imagedata object
imgRotate
imgNearestNeighborRotate
imgBilinearRotate
imgCubicRotate
imgRotate90Clockwise
imgRotate90CounterClockwise
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgSplineRotate(x, 45)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.