imgRotate90Clockwise {biOps}R Documentation

Rotate an image

Description

This function rotates the image 90 degrees clockwise.

Usage

imgRotate90Clockwise(imgdata)

Arguments

imgdata The image

Value

return an imagedata object

See Also

imgRotate90CounterClockwise

Examples

        ## Not run: 
                x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
                y <- imgRotate90Clockwise(x)
        
## End(Not run)

[Package biOps version 0.2.1 Index]