WICBitmapDitherType 枚举 (wincodec.h)
指定在图像格式之间转换时要应用的 dither 算法的类型。
语法
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
} ;
常量
WICBitmapDitherTypeNone 值: 0 不带抖光的纯色算法。 |
WICBitmapDitherTypeSolid 值: 0 不带抖光的纯色算法。 |
WICBitmapDitherTypeOrdered4x4 值: 0x1 4x4 有序抖掐算法。 |
WICBitmapDitherTypeOrdered8x8 值: 0x2 8x8 有序抖掐算法。 |
WICBitmapDitherTypeOrdered16x16 值: 0x3 16x16 有序抖掐算法。 |
WICBitmapDitherTypeSpiral4x4 值: 0x4 4x4 螺旋抖动算法。 |
WICBitmapDitherTypeSpiral8x8 值: 0x5 8x8 螺旋抖动算法。 |
WICBitmapDitherTypeDualSpiral4x4 值: 0x6 4x4 双螺旋抖动算法。 |
WICBitmapDitherTypeDualSpiral8x8 值: 0x7 8x8 双螺旋抖动算法。 |
WICBitmapDitherTypeErrorDiffusion 值: 0x8 误差扩散算法。 |
WICBITMAPDITHERTYPE_FORCE_DWORD 值: 0x7fffffff |
要求
最低受支持的客户端 | Windows XP SP2,Windows Vista [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
标头 | wincodec.h |