hzeller / timg

A terminal image and video viewer.
GNU General Public License v2.0
1.97k stars 74 forks source link

EXIF Rotation not working #65

Closed xeruf closed 2 years ago

xeruf commented 2 years ago

Exiftool says:

Orientation                     : Rotate 270 CW

Exif says:

Orientation         |Left-bottom

In graphical programs the image is turned correctly, but timg --rotate=exif does not turn it :/

hzeller commented 2 years ago

Can you share the image somewhere? Locating the exif data maybe is too simple in timg to find it in your image, so we need to see how it is there.

hzeller commented 2 years ago

I need your particular image that is not working as it is usually working fine for all the exif rotated files I tested so far.

xeruf commented 2 years ago

It works, I dunno what went wrong there ;)

xeruf commented 2 years ago

Found the issue: I am passing -V as workaround to https://github.com/hzeller/timg/issues/68 which disables EXIF detection :c