Created
May 26, 2015 06:59
-
-
Save crossle/1de535e6a1d3f9fd48e6 to your computer and use it in GitHub Desktop.
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install exiftool | |
find . -path '*src/main/res/*' -name '*.png' -exec exiftool -overwrite_original -all= {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment