Hi,
I am using imageMagick version 6.5.2-Q16.
Please tell me the command string to determine angle of rotation in given input tiff file.
I want to find out whether image is straight or rotated by angle 90,180 or 270 degree.
Query about angle of rotation for given input tiff file
Re: Query about angle of rotation for given input tiff file
The orientation is returned with the identify -verbose command if the TIFF image includes this information.
Re: Query about angle of rotation for given input tiff file
Hi,
I tried that but for both 180 and 0 degree rotation its giving me orientation as top-left.
I tried that but for both 180 and 0 degree rotation its giving me orientation as top-left.
Re: Query about angle of rotation for given input tiff file
That simply means that orientation information is not included in the TIFF image file. You need to determine it yourself either by inspection or by a sophisticated algorithm that identifies the medial axis.