stuffmatic / fSpy

A cross platform app for quick and easy still image camera matching
https://fspy.io
GNU General Public License v3.0
2.22k stars 209 forks source link

Image orientation incorrect after import #57

Open baroquedub opened 4 years ago

baroquedub commented 4 years ago

Image file direct from Samsung S9 camera is interpreted on import (drag and drop) as landscape. 20200614_164453.jpg

After opening the file in Photoshop and saving as jpeg (same file format as source) that file is imported with the correct portrait orientation bollard.jpg

Photos.zip

stuffmatic commented 4 years ago

Probably the same as https://github.com/stuffmatic/fSpy/issues/44

iouzzrj commented 3 months ago

I can confirm this too. fSpy didn't process the "Orientation: RightTop" (rotation required) information in image. If you import the image into PS and then export, PS will bake the "Orientation: RightTop" to the image, swap image's width and height, and set Orientation: TopLeft (rotation not required).