Type Alias jpegxl_rs::decode::Orientation

source ·
pub type Orientation = JxlOrientation;
Expand description

Orientation

Aliased Type§

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