SECImage::Rotate90

BOOL SECImage::Rotate90(void)

Rotates the image 90 degrees and swaps the width and height parameters.

Defined in: SECDSP.cpp

Return Value

Nonzero if successful; otherwise 0.

Comments

Rotates the image 90 degrees and updates the image width and height parameters to reflect the rotation. All pixels will swap their row position with their column position. The image’s width and height parameters will also be swapped.

See Also

SECImage ConvertImage FlipHorz Rotate90 Crop