ImageEn, unit iexBitmaps

TIOParams.RAW_Interpolation

TIOParams.RAW_Interpolation

Declaration

property RAW_Interpolation: TIERawInterpolation;

Description

Specifies the interpolation filter to use.
This property overrides RAW_QuickInterpolate when is not equal to ieRAWInterpolationLinear.

Note: RAW_Interpolation is only used if CameraRawEngine=ieenDLL.

Default: ieRAWInterpolationLinear (Specified by IOParamDefaults)

Example

// Set interpolation
ImageEnView1.IO.Params.RAW_Interpolation := ioRAW_InterpolationVNG;
ImageEnView1.IO.LoadFromFile('C:\CRW_0001.CRW');

See Also

RAW_QuickInterpolate