/ Published in: Bash
After ImageMagick is installed, you will have /usr/bin/mogrify available. The mogrify command can be used to strip Exif data from images.
Expand |
Embed | Plain Text
mogrify -strip imagename.jpg
You need to login to post a comment.
