Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Playing image sequence smoothly
QtWS25 Last Chance

Playing image sequence smoothly

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 996 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    orhaneee
    wrote on last edited by
    #1

    Hi everyone,

    I'm trying to display 180 .png's as a image sequence for a video and all images contain alpha channel, so I cannot use Video component.

    I've tried NumberAnimation but its performance was very poor.

    What would you recommend and please give some examples since I am new to QML concept.

    1 Reply Last reply
    0
    • O Offline
      O Offline
      orhaneee
      wrote on last edited by
      #2

      No one can help?

      1 Reply Last reply
      0
      • ODБOïO Offline
        ODБOïO Offline
        ODБOï
        wrote on last edited by
        #3

        Hi
        maybe this qml type can help
        https://doc.qt.io/qt-5/qml-qtquick-animatedimage.html
        https://doc.qt.io/qt-5/qml-qtquick-spritesequence.html
        https://doc.qt.io/qt-5/qml-qtquick-sprite.html

        O 1 Reply Last reply
        0
        • ODБOïO ODБOï

          Hi
          maybe this qml type can help
          https://doc.qt.io/qt-5/qml-qtquick-animatedimage.html
          https://doc.qt.io/qt-5/qml-qtquick-spritesequence.html
          https://doc.qt.io/qt-5/qml-qtquick-sprite.html

          O Offline
          O Offline
          orhaneee
          wrote on last edited by
          #4

          @LeLev Hi, thanks for your answer. I have already used them but the performance was the issue.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved