Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Best way to display raw image bytes in QML?
Forum Updated to NodeBB v4.3 + New Features

Best way to display raw image bytes in QML?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 791 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    cscooper
    wrote on last edited by
    #1

    I've got raw image bytes - just a series of 8-bit grayscale bytes and a width and height - and I need to display them in a Qml page with high efficiency.

    Right now I'm creating a QImage from the raw bytes which I am providing to the Qml page via a class derived from QQuickImageProvider, but I think I could also use glTexImage2D() to construct an OpenGL texture which I then send to the Qml page using a QQuickTextureFactory.

    Is the extra work to generate an OpenGL texture worth it (in terms of efficiency)? Or is there even a third way I don't know of?

    Thanks,
    Chris

    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