Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Qt.5.5, Windows, libpng warning: iCCP: known incorrect sRGB profile

    General and Desktop
    2
    2
    2731
    Loading More Posts
    • 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
      Audio last edited by

      On Qt5.5 on windows opening png file with QImage gives warning "libpng warning: iCCP: known incorrect sRGB profile"

      I founds bug in bugtracker https://bugreports.qt.io/browse/QTBUG-46229 with same problem, but this bug marked as solved in Qt 5.5.0 RC. But i use 5.5.1 and this bug reproduces.

      1 Reply Last reply Reply Quote 0
      • Chris Kawa
        Chris Kawa Moderators last edited by

        The bug report is about images in Qt itself. If you have it while opening your own png files it means they have the same flaw. It's not a Qt's bug. It's a problem with these images.

        The problem is that a lot of popular software that creates png files uses that profile. The warning can be safely ignored but if you are annoyed by it you can fix your images by stripping the profile info from it (use Gimp, ImageMagick or any other software that handles color profiles).

        1 Reply Last reply Reply Quote 0
        • First post
          Last post