id summary reporter owner description type status priority milestone component resolution keywords cc phab_field 2184 [STEPS TO FIX] libpng warning: iCCP: known incorrect sRGB profile Adrián Chaves ben "This problem has been reported in the forums: http://www.wildfiregames.com/forum/index.php?showtopic=17664&hl=srgb#entry275716 For information about the underlying cause: https://wiki.archlinux.org/index.php/Libpng_errors I’m not providing a patch as it would be a 1.3 GiB patch. However, I can provide you with a command-line to fix it. Run this on a Linux box with Image Magick installed (provides the “convert” command): find . -name ""*.png"" -print0 | while read -d $'\0' file; do convert ""$file"" -strip ""$file""; done As a side effect, affected images will see its size slightly reduced (0-2%)." defect closed Should Have Alpha 18 Core engine fixed libpng