Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-111954

QML AnimatedImage doesn't respect autoTransform

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.15.7, 6.4.2, 6.5.0 Beta3
    • None

    Description

      I have a (JPG) image that has embedded rotation.

      Running 'exiftool <image> | grep Orientation' gives "Orientation : Rotate 180"

      When loading this image into a QML Image{} item it will be shown upside down.

      This can be fixed by applying "autoTransform: true" to the Image element.

      However, when replacing Image with AnimatedImage the same doesn't work any more and the image is shown upside down, as if autoTransform wasn't set at all

      Attachments

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            nicolasfella Nicolas Fella
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: