HeifOrientation Enumeration

Specifies how the decoder should transform the image before it is displayed.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public enum HeifOrientation

Remarks

These values match the EXIF Orientation tag.

Members

Normal1 The image will not be rotated or flipped.
FlipHorizontally2 The image will be flipped horizontally.
Rotate1803 The image will be rotated 180 degrees.
FlipVertically4 The image will be flipped vertically
Rotate90ClockwiseThenFlipHorizontally5 The image will be rotated 90 degrees clockwise followed by a horizontal flip.
Rotate90Clockwise6 The image will be rotated 90 degrees clockwise.
Rotate90ClockwiseThenFlipVertically7 The image will be rotated 90 degrees clockwise followed by a vertical flip.
Rotate270Clockwise8 The image will be rotated 270 degrees clockwise.

See Also