• I am developing the website of a babysitting agency and I have this problem, some of the images that are converted with the plugin in webb are being rotated and this is shown in the profiles that users are creating

    Captura

Viewing 1 replies (of 1 total)
  • madmax4ever

    (@madmax4ever)

    Hello,
    Your pictures certainly contain EXIF orientation information. Which are not used or stripped while converting.
    You could :

    • use cwebp and add -metadata all as Extra command line options
    • use GraphicsMagic and add -auto-orient as Extra command line options

    This way, with cwebp, metadata are kept and your converted picture should be auto-rotated like the orginial and, with gm, converted picture will be rotated according to orientation metadata then metadata will be removed.
    Just give it a try.

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Images converted rotation’ is closed to new replies.