Thread

Posted on Sun May 4 19:48:43 2008 by freshfood
deleting data from JPEG
hi, i'd like to know how to remove evidence that a photo has been photoshopped. i've heard about EXIF data and IPTC comments, but i don't know how they come into play. is it possible for to transfer the data from the original photo to the photoshopped photo (replacing it)? thanks alot for the help!
Direct Responses: 7812 | Write a response
Posted on Sun May 4 23:18:00 2008 by exiftool in response to 7811
Re: deleting data from JPEG
exiftool -all= -tagsfromfile original.jpg -all:all image.jpg
Write a response