SetMathErrVal Sprintf

SetResampleParams


The SetResampleParams function sets default parameters for resampling images.

Syntax

bSuccess = SetResampleParams( ResampleParams )

    The ResampleParams table contains parameters that control resampling.

    On success, this method returns true.

    On failure, this method returns false.

Remarks

Resampling parameters are used for determining what happens to the empty pixels that move onto the image. This method updates the control parameters and it should be called before Rotate and other methods. The parameters are stored in a Lua table named ResampleParams.

Related Topics

CImage, ResampleParams