Fix handling of portrait/landscape orientations in resolution helper, and prevent using resolutions that are higher than the available space.
While this does not affect the preview in fillAvailableSpace mode besides the resolution cap (this mode still stretches by design), this should (it did when tested) prevent the fitToPicture mode from stretching/flattening while it tries to fit inside the view using a combination of higher resolution and different aspect ratio.
150
Fix handling of portrait/landscape orientations in resolution helper, and prevent using resolutions that are higher than the available space.
While this does not affect the preview in
fillAvailableSpace
mode besides the resolution cap (this mode still stretches by design), this should (it did when tested) prevent thefitToPicture
mode from stretching/flattening while it tries to fit inside the view using a combination of higher resolution and different aspect ratio.