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. QImageIOPlugin and the obstacle of mipmaps

QImageIOPlugin and the obstacle of mipmaps

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 584 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
    ChrisM87
    wrote on last edited by ChrisM87
    #1

    I've been trying to make a few image format plugins lately, but some formats use mipmaps. I tried googling and searching QImage docs for anything that remotely does anything with mipmaps, but the closest I come is QOpenGLTexture. Unfortunately it doesn't seen QOpenGLTexture can return the underlying QImage if it's constructed with or set to a QImage for data. I tried looking at the source of KImageFormats' Targa plugin since I know Targa images are good for game textures, but I see nothing about mipmaps in the format specs or kimg_tga plugin code. Is there a way to use QImage or develop a QImageIOPlugin in a way that supports mipmaps?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That's a question you should rather bring on the interest mailing list. You'll find there Qt's developers/maintainers (this forum is more user oriented)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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