Enum Image.ImageOperation
Image.ImageOperation enumeration
Image operations
protected enum ImageOperation
Values
| Name | Value | Description |
|---|---|---|
| Resize | 0 | Resize operation |
| ResizeWidthProportionally | 1 | Resize width proportionally operation |
| ResizeHeightProportionally | 2 | Resize height proportionally operation |
| Filter | 3 | Filter operation |
| LoadPixels | 4 | Load pixels operation |
| SavePixels | 5 | The save pixels operation |
| Crop | 6 | Crop operation |
| BinarizeFixed | 7 | Binarize fixed operation |
| BinarizeOtsu | 8 | Binarize otsu operation |
| BinarizeBradley | 9 | Binarize bradley operation |
| Grayscale | 10 | Grayscale operation |
| AdjustBrightness | 11 | Adjust brightness operation |
| AdjustContrast | 12 | Adjust contrast operation |
| AdjustGamma | 13 | Adjust gamma operation |
| Rotate | 14 | Rotate operation |
| RotateFlip | 15 | Rotate flip operation |
See Also
- class Image
- namespace Aspose.PSD
- assembly Aspose.PSD