MacOSXCode PNG Compression issueMacOSXCode PNG Compression issueIt is possible that your PNG images contain incorrect color profiles. You canconvert color profiles using ImageMagick and the followingcommand: find . -type f -name "*.png" -exec convert {} \;