Skip to content

Instantly share code, notes, and snippets.

@blazsolar
Created January 28, 2015 08:33
Show Gist options
  • Save blazsolar/f635855bfd0a97171dbb to your computer and use it in GitHub Desktop.
Save blazsolar/f635855bfd0a97171dbb to your computer and use it in GitHub Desktop.
Removing meta data from images to fix android build tools libpng warning.
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