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

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