Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iccp:Not recognizing known sRGB profile that has been edited

Tags:

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 ?

like image 829
Balaji Avatar asked Dec 10 '14 07:12

Balaji


2 Answers

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.

like image 120
Marc Avatar answered Sep 19 '22 13:09

Marc


I had the same problem with Android studio. Just clean the project and it should work.

like image 24
Kaspis245 Avatar answered Sep 17 '22 13:09

Kaspis245