|
SetResampleParams
The SetResampleParams function sets default
parameters for resampling images. These valeus are stored in the
ResampleParams table.
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 class
ResampleParams
Mira Pro x64 Script User's Guide, v.8.76 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.
|