<ImageResampler> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » ImageResampler

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ResampleResamples the source <Image> object into the destination <Image> object.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32BoundaryOpAn <int32> representing a value from the Boundary_Op enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL and look for the BOUNDARY_WRAP value.
doubleFilterScaleXGets or sets the filter scale x, which is used during <Texture> resampling operations.
doubleFilterScaleYGets or sets the filter scale y, which is used during <Texture> resampling operations.
int32FilterTypeGets or sets the resampling filter type, which is an <int32> that represents a value from the ResampleFilterType enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
doubleGammaGets 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.
doubleSampleMaxGets or sets the sample max. During image resampling, values greater than this are clamped to this value.
doubleSampleMinGets or sets the sample min. During image resampling, values less than this are clamped to this value.