Contents

UIImage.Orientation.downMirrored

The image has been vertically flipped from the orientation of its original pixel data.

Declaration

case downMirrored

Discussion

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

[Image]

See Also

Related Documentation

Image orientations