You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve seen this happen with a set of photos that came from a particular camera/phone, and I have a hunch for the cause. First — a user story:
Given I am logged in
And I have permissions to tag faces in photos
When I am tagging a face in a certain photo
And the photo appears at the correct orientation in the tagging interface
Then I see the cropped officer tag is rotated 90º from how it had appeared in the tagging interface
And the size and shape of the crop are true to how I had input them
Expected result: the cropped image is “upright” in the same orientation as the tagging interface Actual result:certain cropped images are rotated 90º (most frequently counter clockwise)
I’ve seen this happen with a set of photos that came from a particular camera/phone, and I have a hunch for the cause. First — a user story:
Expected result: the cropped image is “upright” in the same orientation as the tagging interface
Actual result: certain cropped images are rotated 90º (most frequently counter clockwise)
Example image: https://www.openoversight.com/officer/12035
My suspicion is the tagging interface is correctly using an EXIF property like
orientation
, e.g:…and then the processing routine is either ignoring that value or incorrectly applying the orientation.
The text was updated successfully, but these errors were encountered: