FreeImage.NET Class Library Reference
FREE_IMAGE_JPEG_OPERATION Enumeration |
Lossless JPEG transformations constants used in FreeImage_JPEGTransform.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public enum FREE_IMAGE_JPEG_OPERATION
Members
Member name | Value | Description | |
---|---|---|---|
FIJPEG_OP_NONE | 0 | no transformation | |
FIJPEG_OP_FLIP_H | 1 | horizontal flip | |
FIJPEG_OP_FLIP_V | 2 | vertical flip | |
FIJPEG_OP_TRANSPOSE | 3 | transpose across UL-to-LR axis | |
FIJPEG_OP_TRANSVERSE | 4 | transpose across UR-to-LL axis | |
FIJPEG_OP_ROTATE_90 | 5 | 90-degree clockwise rotation | |
FIJPEG_OP_ROTATE_180 | 6 | 180-degree rotation | |
FIJPEG_OP_ROTATE_270 | 7 | 270-degree clockwise (or 90 ccw) |
See Also