Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flip horizontally reverts!
#9
(09-08-2020, 09:01 AM)rjvencken Wrote:
(09-07-2020, 03:35 PM)Ofnuts Wrote: IMHO what happens is that Webex on your Phone thinks it's a picture taken with the front-facing camera and, not seeing any exifs, mirrors it by default. So the problem is really with Webex (on your phone) and not with Gimp (my own Webex persona is also an output from Gimp and displays OK, but I use Webex on a PC).  

Instead of removing the EXIF data, try using exiftool to force normal orientation:

Code:
exiftool -n -Orientation=1 <img>

# or

exiftool -Orientation=top,left <img>

First one gave me nothing
Second one error:

The first one has set the Exif orientation of the picture (the second one was a possible alternative, trying to guess acceptable inputs, obvoiusly failed(*)). So once the first one worked, did you try to use the file in Webex?

(*) Digging a bit more, that could have been:
Code:
exiftool -Orientation='Horizontal' <image>
Reply


Messages In This Thread
Flip horizontally reverts! - by rjvencken - 09-06-2020, 02:33 PM
RE: Flip horizontally reverts! - by rich2005 - 09-06-2020, 02:47 PM
RE: Flip horizontally reverts! - by Ofnuts - 09-06-2020, 03:15 PM
RE: Flip horizontally reverts! - by rjvencken - 09-06-2020, 04:40 PM
RE: Flip horizontally reverts! - by Ofnuts - 09-06-2020, 07:32 PM
RE: Flip horizontally reverts! - by rjvencken - 09-07-2020, 01:58 PM
RE: Flip horizontally reverts! - by Ofnuts - 09-07-2020, 03:35 PM
RE: Flip horizontally reverts! - by rjvencken - 09-08-2020, 09:01 AM
RE: Flip horizontally reverts! - by Ofnuts - 09-08-2020, 09:14 AM
RE: Flip horizontally reverts! - by rjvencken - 09-08-2020, 10:31 AM
RE: Flip horizontally reverts! - by Ofnuts - 09-08-2020, 11:09 AM
RE: Flip horizontally reverts! - by rjvencken - 09-08-2020, 11:40 AM

Forum Jump: