Skip to main content
Haui's Bytes
  • Source
  • Archive
  • Tags
  • RSS feed
  • Disclaimer

Remove Exif data

Haui

2010-07-18 12:00

Source

Sometimes it's advantageous to remove Exif metadata from image files, for example when posting images online. Fortunately, that's not a big deal since we're using linux:

mogrify -strip image.jpg

...or if you want to process more files:

mogrify -strip *.jpg
  • linux
  • Previous post
  • Next post
Contents © 2019 Haui - Powered by Nikola