Skip to content

Apply EXIF rotation on images loaded with Pixbuf

Kévin Commaille requested to merge kcommaille/fractal:exif-orientation into master

The EXIF data wasn't applied before so the image could have the wrong orientation.

I applied it to:

  • images (to have the proper width and height in the event, plus in image_viewer and Copy Image)
  • thumbnails
  • avatars

Fixes #535 (closed)

I noticed that we send the local path of the thumbnail in the event instead of uploading it first and sending the url, but I'm guessing it would make more sense to change that in another MR.

Merge request reports