Enumerazione WICJpegYCrCbSubsamplingOption (wincodec.h)
Specifica le opzioni di sottocampionamento JPEG YCrCB.
Sintassi
typedef enum WICJpegYCrCbSubsamplingOption {
WICJpegYCrCbSubsamplingDefault = 0,
WICJpegYCrCbSubsampling420 = 0x1,
WICJpegYCrCbSubsampling422 = 0x2,
WICJpegYCrCbSubsampling444 = 0x3,
WICJpegYCrCbSubsampling440 = 0x4,
WICJPEGYCRCBSUBSAMPLING_FORCE_DWORD = 0x7fffffff
} ;
Costanti
WICJpegYCrCbSubsamplingDefault Valore: 0 Opzione di sottocampionamento predefinita. |
WICJpegYCrCbSubsampling420 Valore: 0x1 Opzione di sottocampionamento che usa la decimazione orizzontale e verticale. |
WICJpegYCrCbSubsampling422 Valore: 0x2 Opzione di sottocampionamento che usa la decimazione orizzontale. |
WICJpegYCrCbSubsampling444 Valore: 0x3 Opzione di sottocampionamento che non usa decimazione. |
WICJpegYCrCbSubsampling440 Valore: 0x4 Opzione di sottocampionamento che usa solo il sottocampionamento verticale 2x. Questa opzione è disponibile solo in Windows 8.1 e versioni successive. |
WICJPEGYCRCBSUBSAMPLING_FORCE_DWORD Valore: 0x7fffffff |
Commenti
Il codificatore JPEG nativo usa WICJpegYCrCbSubsampling420.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [solo app desktop] |
Intestazione | wincodec.h |