Orientation

Type Alias Orientation 

Source
pub type Orientation = JxlOrientation;
Expand description

Orientation

Aliased Type§

#[repr(C)]
pub enum Orientation { Identity = 1, FlipHorizontal = 2, Rotate180 = 3, FlipVertical = 4, Transpose = 5, Rotate90Cw = 6, AntiTranspose = 7, Rotate90Ccw = 8, }

Variants§

§

Identity = 1

§

FlipHorizontal = 2

§

Rotate180 = 3

§

FlipVertical = 4

§

Transpose = 5

§

Rotate90Cw = 6

§

AntiTranspose = 7

§

Rotate90Ccw = 8