WICBitmapDitherType 열거형(wincodec.h)

이미지 형식 간에 변환할 때 적용할 디더 알고리즘의 형식을 지정합니다.

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
} ;

상수

 
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

추가 정보

초기화