✅ Skiarsharp - Bestway to check if image is landscape or portrait mode.
Actually my problem: an image with 4000x6000 going to landscape.
But image like 845x852 won't.
First approach I saw is width > height = landscape.
What is the best way I can check if is portrait or landscape image?
6 Replies
There's no real way of doing it than just Height > Width
Or divide to find the ratio and determine a threshold you determine to be portrait
Even the phones that takes the pictures struggle and just keep it right side up based on the orientation of the device and zoom it so the whole thing fits on the screen
Im doing radio calculate after that
its hard to show the bigger picture but
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.I still dont know how to get the cordinates how says which mode it is
useful ?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.