Skip to content

Instantly share code, notes, and snippets.

@solaris9000
Created June 11, 2019 19:49
Show Gist options
  • Save solaris9000/ffdfd755a0fe90979ef91f59b2c0ae01 to your computer and use it in GitHub Desktop.
Save solaris9000/ffdfd755a0fe90979ef91f59b2c0ae01 to your computer and use it in GitHub Desktop.
How to strip all EXIF data for upload to Web using Exiftool
How to strip all EXIF data for upload to Web using Exiftool
Pre-Reqs
--------
Exiftool has been installed (single exe)
Rename orig exiftool(-k).exe to exiftool.exe
Exiftool is in system path for ease of use
Procedure
---------
1. cd to the dir where the images are
2. type:
exiftool -all= *.jpg
3. upload to web
NOTE:
exiftool creates a backup by default. If you don't want backups then use this argument: -overwrite_original
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment