libpng warning when loading custom tileset
OS? Any idea what is version of libpng?
Some proposals how to fix such images, and general information: https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile
Thank you, knowing the cause of the warnings, I found the culprits. They were 4 .png that I had in a separate folder (because their license is not GPL). I opened them in GIMP, it detected a custom sRGB profile and allowed me to convert them to a supported one.
When I load my custom tileset with the Qt client, it appears the following warning several times:
libpng warning: iCCP: known incorrect sRGB profile
I suspect it is related to the settings I used to save the png files, but I tried to save them with GIMP default options and I'm still getting the warnings. Is there something that I should verify or change while editing .png files? Or should I ignore the warning?