imgRotate90Clockwise {biOps} | R Documentation |
This function rotates the image 90 degrees clockwise.
imgRotate90Clockwise(imgdata)
imgdata |
The image |
return an imagedata object
## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) y <- imgRotate90Clockwise(x) ## End(Not run)