Created
February 9, 2015 22:19
-
-
Save roman-mazur/a18a5cc62af5fa955364 to your computer and use it in GitHub Desktop.
Android PNGs cleanup
This file contains hidden or 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