Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to remove EXIF information from images

📅 2014-Apr-17 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ exif, exiftool ⬩ 📚 Archive

Using ImageMagick

The convert tool in ImageMagick can be used to strip out all EXIF information from an image like this:

$ convert in.jpg -strip out.jpg

Using EXIFTool

See my EXIFTool Cheatsheet for a command to do this.


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 Mastodon📧 Email