Getting the orientation of an image

Is there an another way to find out the image orientation using some built-in image function.

Image is a Rectangle with top-left point and bottom-right. This is built-in functionality to determine image orientation.

See https://golang.org/pkg/image/

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.