---
title: UIImage.Orientation.right
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiimage/orientation/right
---

# UIImage.Orientation.right

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

## Declaration

```swift
case right
```

## Discussion

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.)

## See Also

### Related Documentation

- [CGImagePropertyOrientation.right](imageio/cgimagepropertyorientation/right.md)

### Image orientations

- [UIImage.Orientation.up](uikit/uiimage/orientation/up.md)
- [UIImage.Orientation.down](uikit/uiimage/orientation/down.md)
- [UIImage.Orientation.left](uikit/uiimage/orientation/left.md)
- [UIImage.Orientation.upMirrored](uikit/uiimage/orientation/upmirrored.md)
- [UIImage.Orientation.downMirrored](uikit/uiimage/orientation/downmirrored.md)
- [UIImage.Orientation.leftMirrored](uikit/uiimage/orientation/leftmirrored.md)
- [UIImage.Orientation.rightMirrored](uikit/uiimage/orientation/rightmirrored.md)
