Skip to content

Instantly share code, notes, and snippets.

@roman-mazur
Created February 9, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roman-mazur/a18a5cc62af5fa955364 to your computer and use it in GitHub Desktop.
Save roman-mazur/a18a5cc62af5fa955364 to your computer and use it in GitHub Desktop.
Android PNGs cleanup
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