Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » ImageResampler | 
Function members are as follows:
| Return Type | Function Name | Documentation | 
|---|---|---|
| int32 | Resample | Resamples the source <Image> object into the destination <Image> object. | 
Object members are as follows:
| Type Name | Accessor Name | Documentation | 
|---|---|---|
| int32 | BoundaryOp | An <int32> representing a value from the Boundary_Op enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL and look for the BOUNDARY_WRAP value. | 
| float64 | FilterScaleX | Gets or sets the filter scale x, which is used during <Texture> resampling operations. | 
| float64 | FilterScaleY | Gets or sets the filter scale y, which is used during <Texture> resampling operations. | 
| int32 | FilterType | Gets or sets the resampling filter type, which is an <int32> that represents a value from the ResampleFilterType enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. | 
| float64 | Gamma | Gets or sets the gamma correction coefficient. 1.0 indicates no gamma correction. Use values such as 1.65 or 1.75 to apply gamma correction when generating MIP maps. | 
| float64 | SampleMax | Gets or sets the sample max. During image resampling, values greater than this are clamped to this value. | 
| float64 | SampleMin | Gets or sets the sample min. During image resampling, values less than this are clamped to this value. |