Strip EXIF headers from the commandline


/ Published in: Bash
Save to your folder(s)

After ImageMagick is installed, you will have /usr/bin/mogrify available. The mogrify command can be used to strip Exif data from images.


Copy this code and paste it in your HTML
  1. mogrify -strip imagename.jpg

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.