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. Creating 10bit images (like dpx) view application
Forum Updated to NodeBB v4.3 + New Features

Creating 10bit images (like dpx) view application

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.4k 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.
  • R Offline
    R Offline
    ryosoul
    wrote on last edited by
    #1

    Hello all,

    I'm starting a research for create 10bit images view app
    for 10bit color space enabled displays,
    has any one some hint for here can I start this?

    I think to use some think like the QGLWidget for the job
    (the QImage only supports 8bit spaces) maybe it's possible?

    Thanks,

    Luiz

    1 Reply Last reply
    0
    • C Offline
      C Offline
      capisce
      wrote on last edited by
      #2

      That's right, QImage is not currently color space aware, and doesn't have any formats with more than 8-bits per color component. Thus you'd need to do your own image loading. If you have a graphics driver that's capable of creating a GL context with more than 8 bits per color component you might be able to use QGLFormat with the calls setRedBufferSize() etc to get a QGLWidget with such a context. I don't think this has been tested though.

      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