Monday, February 18, 2013

JPEG Purification

Remove garbage header info that includes EXIF metadata from the jpeg image file.
sudo apt-get install jhead
jhead -purejpg smilly-image.jpg
Note: resulting image will overwrite the original. Batch Processing
jhead -purejpg *.jpg

No comments:

Post a Comment