Created
December 27, 2023 21:54
-
-
Save anielsen001/bc02591780d38c75a1eca8aebd9523ea to your computer and use it in GitHub Desktop.
remove photo EXIF meta data with exiftool
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
Remove photo EXIF metadata with `exiftool` | |
```bash | |
exiftool -EXIF= <filename> | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment