Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Created October 14, 2020 23:36
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 jkeefe/a8bac4276469667ecb32d3832dd86a1d to your computer and use it in GitHub Desktop.
Save jkeefe/a8bac4276469667ecb32d3832dd86a1d to your computer and use it in GitHub Desktop.
Remove EXIF from images with imagemagick

Removing EXIF

Using Imagemagick:

cd into the directory with lots of images

mogrify -strip ./*.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment