用QML加载png文件时显示如下警告(图像正常加载显示)

libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB

解决方案

用ps去掉png图像的icc配置文件就可以了 
去掉Qt加载png图像文件时候的iccp警告

另存为时勾去配置文件,覆盖原文件,警告消失

http://blog.csdn.net/x356982611/article/details/52995112

相关文章:

  • 2022-01-30
  • 2022-02-24
  • 2021-08-25
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2021-11-15
  • 2021-07-18
  • 2021-11-14
  • 2021-06-06
  • 2021-09-24
相关资源
相似解决方案