WICJpegYCrCbSubsamplingOption-Enumeration (wincodec.h)

Gibt die JPEG YCrCB-Untersamplingsoptionen an.

Syntax

typedef enum WICJpegYCrCbSubsamplingOption {
  WICJpegYCrCbSubsamplingDefault = 0,
  WICJpegYCrCbSubsampling420 = 0x1,
  WICJpegYCrCbSubsampling422 = 0x2,
  WICJpegYCrCbSubsampling444 = 0x3,
  WICJpegYCrCbSubsampling440 = 0x4,
  WICJPEGYCRCBSUBSAMPLING_FORCE_DWORD = 0x7fffffff
} ;

Konstanten

 
WICJpegYCrCbSubsamplingDefault
Wert: 0
Die Standardmäßige Subsamplingoption.
WICJpegYCrCbSubsampling420
Wert: 0x1
Subsampling-Option, die sowohl horizontale als auch vertikale Dezimierung verwendet.
WICJpegYCrCbSubsampling422
Wert: 0x2
Subsampling-Option, die horizontale Dezimation verwendet.
WICJpegYCrCbSubsampling444
Wert: 0x3
Subsampling-Option, die keine Dezimierung verwendet.
WICJpegYCrCbSubsampling440
Wert: 0x4
Subsampling-Option, die nur 2x vertikales Heruntersampling verwendet. Diese Option ist nur in Windows 8.1 und höher verfügbar.
WICJPEGYCRCBSUBSAMPLING_FORCE_DWORD
Wert: 0x7fffffff

Hinweise

Der native JPEG-Encoder verwendet WICJpegYCrCbSubsampling420.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [nur Desktop-Apps]
Kopfzeile wincodec.h