WICBitmapDitherType 列挙 (wincodec.h)

イメージ形式間で変換するときに適用するディザ アルゴリズムの種類を指定します。

構文

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
4 x 4 の順序付きディザ アルゴリズム。
WICBitmapDitherTypeOrdered8x8
値: 0x2
8 x 8 の順序付きディザ アルゴリズム。
WICBitmapDitherTypeOrdered16x16
値: 0x3
16 x 16 順序付きディザ アルゴリズム。
WICBitmapDitherTypeSpiral4x4
値: 0x4
4 x 4 スパイラル ディザ アルゴリズム。
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 アプリ]
Header wincodec.h

関連項目

初期化する