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

# UIImage.Orientation.up

The original pixel data matches the image’s intended display orientation.

## Declaration

```swift
case up
```

## Discussion

Discussion If an image is encoded with this orientation, then displayed by software unaware of orientation metadata, the image appears correctly “right side up”. That is, this orientation is an identity value.

## See Also

### Related Documentation

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

### Image orientations

- [UIImage.Orientation.down](uikit/uiimage/orientation/down.md)
- [UIImage.Orientation.left](uikit/uiimage/orientation/left.md)
- [UIImage.Orientation.right](uikit/uiimage/orientation/right.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)
