Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt den Typ des Ditheralgorithmus an, der beim Konvertieren zwischen Bildformaten angewendet werden soll.
Syntax
typedef enum WICBitmapDitherType {
WICBitmapDitherTypeNone = 0,
WICBitmapDitherTypeSolid = 0,
WICBitmapDitherTypeOrdered4x4 = 0x1,
WICBitmapDitherTypeOrdered8x8 = 0x2,
WICBitmapDitherTypeOrdered16x16 = 0x3,
WICBitmapDitherTypeSpiral4x4 = 0x4,
WICBitmapDitherTypeSpiral8x8 = 0x5,
WICBitmapDitherTypeDualSpiral4x4 = 0x6,
WICBitmapDitherTypeDualSpiral8x8 = 0x7,
WICBitmapDitherTypeErrorDiffusion = 0x8,
WICBITMAPDITHERTYPE_FORCE_DWORD = 0x7fffffff
} ;
Konstanten
WICBitmapDitherTypeNone Wert: 0 Ein Volltonfarbalgorithmus ohne Dither. |
WICBitmapDitherTypeSolid Wert: 0 Ein Volltonfarbalgorithmus ohne Dither. |
WICBitmapDitherTypeOrdered4x4 Wert: 0x1 Ein 4x4-geordneter Ditheralgorithmus. |
WICBitmapDitherTypeOrdered8x8 Wert: 0x2 Ein 8x8-geordneter Ditheralgorithmus. |
WICBitmapDitherTypeOrdered16x16 Wert: 0x3 Ein 16x16 geordneter Ditheralgorithmus. |
WICBitmapDitherTypeSpiral4x4 Wert: 0x4 Ein 4x4-Spiralditheralgorithmus. |
WICBitmapDitherTypeSpiral8x8 Wert: 0x5 Ein 8x8-Spiralditheralgorithmus. |
WICBitmapDitherTypeDualSpiral4x4 Wert: 0x6 Ein 4x4 Dual-Spiral-Ditheralgorithmus. |
WICBitmapDitherTypeDualSpiral8x8 Wert: 0x7 Ein 8x8 dualer Ditheralgorithmus. |
WICBitmapDitherTypeErrorDiffusion Wert: 0x8 Ein Fehlerdiffusionsalgorithmus. |
WICBITMAPDITHERTYPE_FORCE_DWORD Wert: 0x7fffffff |
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP mit SP2, Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | wincodec.h |