Contents

UIImage.Orientation.right

The image has been rotated 90° clockwise from the orientation of its original pixel data.

Declaration

case right

Discussion

If an image is encoded with this orientation, then displayed by software unaware of orientation metadata, the image appears to be rotated 90° counter-clockwise. (That is, to present the image in its intended orientation, you must rotate it 90° clockwise.)

[Image]

See Also

Related Documentation

Image orientations