Lossless JPEG transformations constants used in FreeImage_JPEGTransform.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public enum FREE_IMAGE_JPEG_OPERATION |
| Visual Basic (Declaration) |
|---|
Public Enumeration FREE_IMAGE_JPEG_OPERATION |
| Visual C++ |
|---|
public enum class FREE_IMAGE_JPEG_OPERATION |
Members
| Member name | Description | |
|---|---|---|
| FIJPEG_OP_NONE |
no transformation
| |
| FIJPEG_OP_FLIP_H |
horizontal flip
| |
| FIJPEG_OP_FLIP_V |
vertical flip
| |
| FIJPEG_OP_TRANSPOSE |
transpose across UL-to-LR axis
| |
| FIJPEG_OP_TRANSVERSE |
transpose across UR-to-LL axis
| |
| FIJPEG_OP_ROTATE_90 |
90-degree clockwise rotation
| |
| FIJPEG_OP_ROTATE_180 |
180-degree rotation
| |
| FIJPEG_OP_ROTATE_270 |
270-degree clockwise (or 90 ccw)
|