lFlags
Flags that determine method behavior. You can specify none, one or both of the following values:
Value |
Meaning |
MSE_EDGEENH |
[0x0010] Add the edge enhancement option to the method. When this flag is set, the lEdgeLevels and lEdgeCoeff parameters will be used. |
MSE_LATRED |
[0x0020] Add the latitude reduction option to the method.. When this flag is set, lLatitudeLevel and lLatitudeCoeff will be used. |
You must also specify one of the following values:
Value |
Meaning |
MSE_GAUSSIAN |
[0x0000] Use Gaussian filter. |
MSE_RESAMPLE |
[0x0001] Use resample filter. |
MSE_BICUBIC |
[0x0002] Use bicubic filter. |
MSE_NORMAL |
[0x0003] Use normal filter. |