Enumeration
ResampleMethod
The method to use to resample the image.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 8 | readonly | ||
| Int = 4 | readonly | Uses a weighted average to determine pixel color, which usually yields better results than the simple averageing method of downsampling. | |
| Int = 7 | readonly | ||
| Int = 5 | readonly | A good method for reducing the size of an image based on Bicubic interpolation with enhanced sharpening. Maintains the detail in a resampled image. | |
| Int = 6 | readonly | A good method for enlarging images based on Bicubic interpolation but designed to produce smoother results. | |
| Int = 3 | readonly | Averages the pixels in a sample area and replaces the entire area with the average pixel color at the specified resolution. Same as average downsampling. | |
| Int = 2 | readonly | Chooses a pixel in the center of the sample area and replaces the entire area with that pixel color. Same as subsampling. | |
| Int = 1 | readonly | Does not resample. | |
| Int = 9 | readonly |
Object of 1
Properties elsewhere that hold an ResampleMethod value.
Parameter of 1
Method parameters that accept an ResampleMethod value.