Click or drag to resize

JpegTransformType Enumeration

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum JpegTransformType
Members
  Member nameDescription
None No Transform.
FlipHorizontal Flip the image horizontally.
FlipVertical Flip the image vertically.
Transverse Transpose across upper-right to lower-left axis.
Transpose Transpose across upper-leftto lower-right axis.
Rotate90 Rotate the image 90 degrees.
Rotate180

Rotate the image 180 degrees.

Rotate270 Rotate the image 270 degrees.
Remarks
The specific type of JPEG transform.
See Also