Monday, January 31, 2011

Ubuntu remove EXIF data from JPG

This method will let you remove the EXIF date from all images in a directory.

Install jhead package
sudo apt-get install jhead

To remove all EXIF info from all images in a directory
jhead -purejpg /path/to/*.jpg