The Streamdeck + XL is horizontal, it has a height of 100px and a width of 1200px, here it looks inverted.
|
Kind::PlusXl => Some((100, 1200)), |
I also noticed that later in the code the image gets rotated 270 degrees. Why are we taking this approach?
|
Kind::PlusXl => Some(ImageFormat { |
|
mode: ImageMode::JPEG, |
|
size: (100, 1200), |
|
rotation: ImageRotation::Rot270, |
|
mirror: ImageMirroring::None, |
|
}), |
The Streamdeck + XL is horizontal, it has a height of 100px and a width of 1200px, here it looks inverted.
rust-elgato-streamdeck/src/info.rs
Line 212 in f7f8eff
I also noticed that later in the code the image gets rotated 270 degrees. Why are we taking this approach?
rust-elgato-streamdeck/src/info.rs
Lines 292 to 297 in f7f8eff