Wrong image orientation recognition
Posted: 2016-07-05T16:11:35-07:00
The following image should be in portrait orientation (it was taken with a phone as portrait image)
http://files.torba.me/imagick_problem.jpg
(filled with a black rectangle using imagemagic convert to prevent recognition of people pictured
It is opened as portrait image in Windows and EXIF data viewers show that it should be portrait orientation. However, if I launch the following command:
It says
That seems to be a bug with interpretation of Exif data.
Is it going to be fixed in the following version and is there any patch for that?
Thank you.
http://files.torba.me/imagick_problem.jpg
(filled with a black rectangle using imagemagic convert to prevent recognition of people pictured
It is opened as portrait image in Windows and EXIF data viewers show that it should be portrait orientation. However, if I launch the following command:
Code: Select all
identify -format '%wx%h' 2.jpg
Code: Select all
5312x2988
Is it going to be fixed in the following version and is there any patch for that?
Thank you.