Skip to content

Instantly share code, notes, and snippets.

@anielsen001
Created December 27, 2023 21:54
Show Gist options
  • Save anielsen001/bc02591780d38c75a1eca8aebd9523ea to your computer and use it in GitHub Desktop.
Save anielsen001/bc02591780d38c75a1eca8aebd9523ea to your computer and use it in GitHub Desktop.
remove photo EXIF meta data with exiftool
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