Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 428 Bytes

File metadata and controls

12 lines (8 loc) · 428 Bytes

FlipType

Type of flipping to be used in image:flip

FlipType.HORIZONTAL

Defines a type of image flip that horizontally flips an image across the vertical axis.

FlipType.VERTICAL

Defines a type of image flip that vertically flips an image across the horizontal axis.

FlipType.DIAGONAL

Defines a type of image flip that both vertically and horizontally flips an image across the diagonal axis.