Add option to rotate images on load by 90, 180, or 270 degrees #414
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Per issue #401 I had a thought for what would be a simpler solution that is not dependent on the specific OS version or hardware type. I simply added the option to rotate the images on load by 90, 180, or 270 degrees.
I entirely realize that this is not a solution for everyone as it's a bit simplistic and doesn't effect and other text or graphic overlays. I tried to see if there was a good/easy way to rotate the entire view space after compositing but couldn't figure out anything obvious. I'm certainly option to suggestions for better ways to do this. If so, let me know and I'll do what I can. But I figured this could still be helpful in some cases for some people.
For myself, specifically, it solves my problems because I didn't want to show anything other than the images anyways.