MacOS

XCode PNG Compression issue

It is possible that your PNG images contain incorrect color profiles. You canconvert color profiles using ImageMagick and the followingcommand:

  1. find . -type f -name "*.png" -exec convert {} \;