Skip to content

Instantly share code, notes, and snippets.

@jrelo
Created July 30, 2024 14:40
Show Gist options
  • Save jrelo/545713a4bafa58811522cbcee91bae53 to your computer and use it in GitHub Desktop.
Save jrelo/545713a4bafa58811522cbcee91bae53 to your computer and use it in GitHub Desktop.
exiftool remove metadata without altering image
exiftool -overwrite_original -EXIF:GPS* -EXIF:DateTimeOriginal= -EXIF:CreateDate= -EXIF:ModifyDate= -IPTC:Byline= -IPTC:BylineTitle= -IPTC:City= -IPTC:Sub-location= -IPTC:Province-State= -IPTC:Country-PrimaryLocationName= -XMP:Creator= -XMP:Description= ./*.jpg
exiftool -all= -tagsfromfile @ -icc_profile -ColorSpace -overwrite_original -ext jpg ./*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment