---
title: CGImagePropertyOrientation.downMirrored
framework: imageio
role: symbol
role_heading: Case
path: imageio/cgimagepropertyorientation/downmirrored
---

# CGImagePropertyOrientation.downMirrored

The encoded image data is vertically flipped from the image’s intended display orientation.

## Declaration

```swift
case downMirrored
```

## Discussion

Discussion The (x,y) pixel coordinates of the origin point (0,0) represent the leftmost column and bottom row, respectively. Pixel (x,y) positions increase left-to-right, bottom-to-top. If an image is encoded with this orientation, then displayed by software unaware of orientation metadata, the image appears vertically flipped. (Alternatively, the image is rotated 180° and then flipped horizontally.)

## See Also

### Image Orientations

- [CGImagePropertyOrientation.up](imageio/cgimagepropertyorientation/up.md)
- [CGImagePropertyOrientation.upMirrored](imageio/cgimagepropertyorientation/upmirrored.md)
- [CGImagePropertyOrientation.down](imageio/cgimagepropertyorientation/down.md)
- [CGImagePropertyOrientation.leftMirrored](imageio/cgimagepropertyorientation/leftmirrored.md)
- [CGImagePropertyOrientation.right](imageio/cgimagepropertyorientation/right.md)
- [CGImagePropertyOrientation.rightMirrored](imageio/cgimagepropertyorientation/rightmirrored.md)
- [CGImagePropertyOrientation.left](imageio/cgimagepropertyorientation/left.md)
