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. Qt 5.8 supported Image formats
Forum Updated to NodeBB v4.3 + New Features

Qt 5.8 supported Image formats

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 2.0k 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.
  • A Offline
    A Offline
    ARASHz4
    wrote on 5 Feb 2017, 12:54 last edited by
    #1

    hi
    here is list of supported image formats :
    http://doc.qt.io/qt-5/qtimageformats-index.html

    but in Qt 5.8 not support dds & jp2 formats.
    in plugins/imageformats folder not exist qdds.dll & qjp2.dll files.
    Qt app can't open dds & jp2 formats

    A 1 Reply Last reply 3 May 2017, 17:07
    0
    • N Offline
      N Offline
      nestorac
      wrote on 5 Feb 2017, 13:05 last edited by
      #2

      If you refer to not having support for those formats in your installed Qt, then I recommend you to try to compile with proper options enabled. JP2 is a third party plugin, meaning you should probably download it on its own. If you can't compile, check that you have installed the plugins and they are enabled. Also, you might download a compiled version on its own.

      1 Reply Last reply
      2
      • A ARASHz4
        5 Feb 2017, 12:54

        hi
        here is list of supported image formats :
        http://doc.qt.io/qt-5/qtimageformats-index.html

        but in Qt 5.8 not support dds & jp2 formats.
        in plugins/imageformats folder not exist qdds.dll & qjp2.dll files.
        Qt app can't open dds & jp2 formats

        A Offline
        A Offline
        Alan Alpert
        wrote on 3 May 2017, 17:07 last edited by
        #3

        dds was moved to unmaintained status in 5.8, you'll have to uncomment the dds line in src/plugins/imageformats/imageformats.pro if you want to build it manually (no compile flag exists to enable it).

        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