Is there any method that shows if the image is in landscape orientation or not?
I have a file and I create a BufferedImage, but don’t know what’s the method for finding the orientation.
Is there any method that shows if the image is in landscape orientation or
Share
There are not method but the easiest way:
You could put this method to some Utils class.