Skip to content

Save the real exif orientation value instead of 1

Krifa75 requested to merge Krifa75/eog:fix-orientation-exif into master

In eog-image.c, it set the orientation exif to 1 after a rotation instead of setting the real value.

Note that this commit is a quick fix since it's much better to only write in the header file but I don't know how to use jpeglib to do it. If you know how, I can always try.

Thanks

Merge request reports