WICRawRenderMode enumeration (wincodec.h)

Specifies the render intent of the next CopyPixels call.

Syntax

typedef enum WICRawRenderMode {
  WICRawRenderModeDraft = 0x1,
  WICRawRenderModeNormal = 0x2,
  WICRawRenderModeBestQuality = 0x3,
  WICRAWRENDERMODE_FORCE_DWORD = 0x7fffffff
} ;

Constants

 
WICRawRenderModeDraft
Value: 0x1
Use speed priority mode.
WICRawRenderModeNormal
Value: 0x2
Use normal priority mode. Balance of speed and quality.
WICRawRenderModeBestQuality
Value: 0x3
Use best quality mode.
WICRAWRENDERMODE_FORCE_DWORD
Value: 0x7fffffff

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header wincodec.h