I am an IT-consultant, teaching individuals how to work securely on a computer, protect data with encryption tools and how to communicate securely with people over insecure networks. Contact me to make an appointment.
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