Skip to content

Instantly share code, notes, and snippets.

@crossle
Created May 26, 2015 06:59
Show Gist options
  • Save crossle/1de535e6a1d3f9fd48e6 to your computer and use it in GitHub Desktop.
Save crossle/1de535e6a1d3f9fd48e6 to your computer and use it in GitHub Desktop.
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
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