Gimp-Forum.net
Flip horizontally reverts! - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Flip horizontally reverts! (/Thread-Flip-horizontally-reverts)

Pages: 1 2


RE: Flip horizontally reverts! - Ofnuts - 09-08-2020

What if you use:

Code:
exiftool -n -Orientation=2 <img>
exiftool -Orientation="Mirror horizontal" <img>
But IMHO, we are trying to work around a Webex problem, not a Gimp one. What happens if you use some random image from the Web?


RE: Flip horizontally reverts! - rjvencken - 09-08-2020

(09-08-2020, 11:09 AM)Ofnuts Wrote: What if you use:

Code:
exiftool -n -Orientation=2 <img>
exiftool -Orientation="Mirror horizontal" <img>
But IMHO, we are trying to work around a Webex problem, not a Gimp one. What happens if you use some random image from the Web?

Yes! Great succes! Fish now pointing to the right! See attachment.
(To answer your second question: I tried many photo's in the same set and this workaround: Create GIMP image from scratch and "Open as layer" my photo into it. Just  now tested with "some random image from the Web" where the problem also occurs..)