共用方式為


CIImageOrientation 列舉

定義

列舉,其值指定 的來源 CIImage

public enum CIImageOrientation
type CIImageOrientation = 
繼承
CIImageOrientation

欄位

BottomLeft 4

在標準位置影像旋轉 180 度之後所拍攝的鏡像影像。

BottomRight 3

從標準位置旋轉 180 度。

LeftBottom 8

從標準位置順時針旋轉 90 度。

LeftTop 5

在標準位置影像順時針旋轉 90 度之後所拍攝的鏡像影像。

RightBottom 7

在標準位置影像反時針旋轉 90 度之後所拍攝的鏡像影像。

RightTop 6

從標準位置逆時針旋轉 90 度。

TopLeft 1

標準位置。

TopRight 2

標準位置的鏡像影像。

備註

列舉值等於 EXIF 和 TIFF 規格的值。

適用於