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