iccp:Not recognizing known sRGB profile that has been edited

Balaji picture Balaji · Dec 10, 2014 · Viewed 24.5k times · Source

The following warning keeps arising in my Xamarin cross platform PCL project:

iccp:Not recognizing known sRGB profile that has been edited

What should I do ?

Answer

Marc picture Marc · Jan 9, 2015

If you have image magick installed http://www.imagemagick.org/script/command-line-processing.php

find . -name "*.png" -print -exec convert "{}" "{}" ";"

cleaned up the files, and made them smaller in the process.