How to Remove EXIF Data from Photos?


Status
Not open for further replies.
Download this nifty small and free command-line utility called "jhead": http://www.sentex.net/~mwandel/jhead/

One of the many things it is able to do is to strip away the EXIF header from JPEG files, and you can invoke it with wildcards and recursive directory traversal as well. Very handy.
 

Woo...thank you all for your super swift responses. Appreciated. :) Thanks again!
 

Oh no....Irfanview doesnt work. Neither does the JHead. Wat am i doing wrong here? :cry:
 

Open the image with Photoshop ---> Select All ---> Copy ----> File->New ---> press OK ----> Paste -----> Flatten.

That workflow will duplicate the original image without EXIF, then you can save it. This sequence of workflow can also be saved as Photoshop Action, so that in the future you just need one click to do all of that.
 

Originally posted by tsdh
Open the image with Photoshop ---> Select All ---> Copy ----> File->New ---> press OK ----> Paste -----> Flatten.

That workflow will duplicate the original image without EXIF, then you can save it. This sequence of workflow can also be saved as Photoshop Action, so that in the future you just need one click to do all of that.

Thank you so much. That worked wonderfully well. :)
 

Originally posted by Klipsch
Oh no....Irfanview doesnt work. Neither does the JHead. Wat am i doing wrong here? :cry:
jhead should do the job very quickly and efficiently. You need to run it at the command-line as follows:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jhead -de <filename>
eg.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jhead -de myphoto.jpg

Or, to remove EXIF data from all JPEG photos in the current directory,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jhead -de *.jpg
 

Status
Not open for further replies.