WICJpegYCrCbSubsamplingOption 列挙 (wincodec.h)
JPEG YCrCB サブサンプリング オプションを指定します。
構文
typedef enum WICJpegYCrCbSubsamplingOption {
WICJpegYCrCbSubsamplingDefault = 0,
WICJpegYCrCbSubsampling420 = 0x1,
WICJpegYCrCbSubsampling422 = 0x2,
WICJpegYCrCbSubsampling444 = 0x3,
WICJpegYCrCbSubsampling440 = 0x4,
WICJPEGYCRCBSUBSAMPLING_FORCE_DWORD = 0x7fffffff
} ;
定数
WICJpegYCrCbSubsamplingDefault 値: 0 既定のサブサンプリング オプション。 |
WICJpegYCrCbSubsampling420 値: 0x1 水平デシメーションと垂直デシメーションの両方を使用するサブサンプリング オプション。 |
WICJpegYCrCbSubsampling422 値: 0x2 水平デシメーション を使用するサブサンプリング オプション。 |
WICJpegYCrCbSubsampling444 値: 0x3 デシメーションを使用しないサブサンプリング オプション。 |
WICJpegYCrCbSubsampling440 値: 0x4 2x 垂直ダウンサンプリングのみを使用するサブサンプリング オプション。 このオプションは、Windows 8.1以降でのみ使用できます。 |
WICJPEGYCRCBSUBSAMPLING_FORCE_DWORD 値: 0x7fffffff |
注釈
ネイティブ JPEG エンコーダーでは 、WICJpegYCrCbSubsampling420 が使用されます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリのみ] |
Header | wincodec.h |