WICGifGraphicControlExtensionProperties 열거형(wincodec.h)
GIF(그래픽 교환 형식) 이미지에 대한 각 프레임 애니메이션 간의 전환을 정의하는 그래픽 컨트롤 확장 메타데이터 속성을 지정합니다.
Syntax
typedef enum WICGifGraphicControlExtensionProperties {
WICGifGraphicControlExtensionDisposal = 0x1,
WICGifGraphicControlExtensionUserInputFlag = 0x2,
WICGifGraphicControlExtensionTransparencyFlag = 0x3,
WICGifGraphicControlExtensionDelay = 0x4,
WICGifGraphicControlExtensionTransparentColorIndex = 0x5,
WICGifGraphicControlExtensionProperties_FORCE_DWORD = 0x7fffffff
} ;
상수
WICGifGraphicControlExtensionDisposal 값: 0x1 [VT_UI1] 폐기 요구 사항을 나타냅니다. 0 - 삭제 없음, 1 - 삭제 안 함, 2 - 배경색으로 복원, 3 - 이전으로 복원. |
WICGifGraphicControlExtensionUserInputFlag 값: 0x2 [VT_BOOL] 사용자 입력 플래그를 나타냅니다. 사용자 입력이 다음 프레임으로 진행되어야 하는 경우 TRUE입니다. 그렇지 않으면 FALSE입니다. |
WICGifGraphicControlExtensionTransparencyFlag 값: 0x3 [VT_BOOL] 투명도 플래그를 나타냅니다. 의 투명한 색이 이 프레임의 색 표에 있으면 TRUE이고, 그렇지 않으면 FALSE입니다. |
WICGifGraphicControlExtensionDelay 값: 0x4 [VT_UI2] 다음 프레임으로 진행하기 전에 다음 프레임을 표시할 시간(1/100초 단위)을 나타냅니다. |
WICGifGraphicControlExtensionTransparentColorIndex 값: 0x5 [VT_UI1] 색상표에서 투명으로 처리해야 하는 색을 나타냅니다. |
WICGifGraphicControlExtensionProperties_FORCE_DWORD 값: 0x7fffffff |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트[데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱만 해당] |
머리글 | wincodec.h |