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 ?
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.