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、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [仅限桌面应用]
标头 wincodec.h