Pravesh Agrawal
Pravesh Agrawal

Reputation: 879

Android Studio Error: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited

I was just wondering when Android studio shown an error: "libpng warning: iCCP: Not recognizing known sRGB profile that has been edited".

Can we get libpng and manually check if given PNG satisfies libpng.

Upvotes: 0

Views: 891

Answers (1)

Pravesh Agrawal
Pravesh Agrawal

Reputation: 879

I used pngcrush command line tool as follows to remomve iCCP chunks within PNGs

pngcrush.exe -rem iccp input.png output.png

Upvotes: 0

Related Questions