IWICDevelopRaw interface (wincodec.h)

Exposes methods that provide access to the capabilities of a raw codec format.

Inheritance

The IWICDevelopRaw interface inherits from IWICBitmapFrameDecode. IWICDevelopRaw also has these types of members:

Methods

The IWICDevelopRaw interface has these methods.

 
IWICDevelopRaw::GetContrast

Gets the contrast value of the raw image.
IWICDevelopRaw::GetCurrentParameterSet

Gets the current set of parameters.
IWICDevelopRaw::GetExposureCompensation

Gets the exposure compensation stop value of the raw image.
IWICDevelopRaw::GetGamma

Gets the current gamma setting of the raw image.
IWICDevelopRaw::GetKelvinRangeInfo

Gets the information about the current Kelvin range of the raw image.
IWICDevelopRaw::GetNamedWhitePoint

Gets the named white point of the raw image.
IWICDevelopRaw::GetNoiseReduction

Gets the noise reduction value of the raw image.
IWICDevelopRaw::GetRenderMode

Gets the current WICRawRenderMode.
IWICDevelopRaw::GetRotation

Gets the current rotation angle.
IWICDevelopRaw::GetSaturation

Gets the saturation value of the raw image.
IWICDevelopRaw::GetSharpness

Gets the sharpness value of the raw image.
IWICDevelopRaw::GetTint

Gets the tint value of the raw image.
IWICDevelopRaw::GetToneCurve

Gets the tone curve of the raw image.
IWICDevelopRaw::GetWhitePointKelvin

Gets the white point Kelvin temperature of the raw image.
IWICDevelopRaw::GetWhitePointRGB

Gets the white point RGB values.
IWICDevelopRaw::LoadParameterSet

Sets the desired WICRawParameterSet option.
IWICDevelopRaw::QueryRawCapabilitiesInfo

Retrieves information about which capabilities are supported for a raw image.
IWICDevelopRaw::SetContrast

Sets the contrast value of the raw image.
IWICDevelopRaw::SetDestinationColorContext

Sets the destination color context.
IWICDevelopRaw::SetExposureCompensation

Sets the exposure compensation stop value.
IWICDevelopRaw::SetGamma

Sets the desired gamma value.
IWICDevelopRaw::SetNamedWhitePoint

Sets the named white point of the raw file.
IWICDevelopRaw::SetNoiseReduction

Sets the noise reduction value of the raw image.
IWICDevelopRaw::SetNotificationCallback

Sets the notification callback method.
IWICDevelopRaw::SetRenderMode

Sets the current WICRawRenderMode.
IWICDevelopRaw::SetRotation

Sets the desired rotation angle.
IWICDevelopRaw::SetSaturation

Sets the saturation value of the raw image.
IWICDevelopRaw::SetSharpness

Sets the sharpness value of the raw image.
IWICDevelopRaw::SetTint

Sets the tint value of the raw image.
IWICDevelopRaw::SetToneCurve

Sets the tone curve for the raw image.
IWICDevelopRaw::SetWhitePointKelvin

Sets the white point Kelvin value.
IWICDevelopRaw::SetWhitePointRGB

Sets the white point RGB values.

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]
Target Platform Windows
Header wincodec.h

See also

Conceptual

How to Write a WIC-Enabled CODEC

IWICBitmapFrameDecode

Other Resources

WIC GUIDs and CLSIDs

Windows Imaging Component Overview