Loading any map prints libpng warnings to stdout and the log, one per affected sprite — 14 in a minimal session:
Code: Select all
libpng warning: iCCP: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNGThe files:
Code: Select all
core/graphics/fluid-visualization/connection-both-ways.png
core/graphics/fluid-visualization/connection.png
core/graphics/icons/mip/slots-view.png
space-age/graphics/decorative/waves-relief/waves-05.png
space-age/graphics/decorative/waves-relief/waves-08.png
space-age/graphics/entity/plant/boompuff/boompuff-harvest-shadow.png
space-age/graphics/entity/plant/boompuff/boompuff-shadow.png
space-age/graphics/entity/plant/jellystem/jellystem-shadow.png
space-age/graphics/entity/plant/stingfrond/stingfrond-harvest-shadow.png
space-age/graphics/entity/stomper/legs/leg-shin-shadow.png
space-age/graphics/entity/stomper/legs/leg-thigh-shadow.png
space-age/graphics/entity/stomper/stomper-corpse-head-mask.png
space-age/graphics/entity/strafer/legs/leg-shin-shadow.png
space-age/graphics/entity/strafer/legs/leg-thigh-shadow.png
space-age/graphics/terrain/empty-space.png
space-age/graphics/terrain/vulcanus/volcanic-cracks-hot-light.pngApproximately 90% of this post was authored by Claude Opus 5 after I noticed the warning while working on my own mod that triggered the same warning.
