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 |
AdjustBrightness | 12 | Adjust brightness operation |
AdjustContrast | 13 | Adjust contrast operation |
AdjustGamma | 14 | Adjust gamma operation |
Rotate | 15 | Rotate operation |
RotateFlip | 16 | Rotate flip operation |
See Also
- class Image
- namespace Aspose.Imaging
- assembly Aspose.Imaging