hellosiyan / Viewnior

Elegant Image Viewer
https://siyanpanayotov.com/project/viewnior/
GNU General Public License v3.0
320 stars 54 forks source link

Viewnior 1.5 rotates image during crop (and ignores exif) #53

Open tfinke opened 5 years ago

tfinke commented 5 years ago

given an original jpeg image of 2048x1152 resolution cropping rotates it to e.g. 1126x2017 while ignoring exif data. Opening the image again will show it rotated. Rotating should be done only explicitely.

I have tried to check wheter also 1.7 behaves like this, but building requires meson version > 0.43.0. I got meson 0.40.1 and do not want to build also meson and ninja from scratch only to try this. What has been so ugly on autotools?