Image-ExifTool - Re: Script for Restore of EXIF data from saved JPEGs (After image editing)

Posted on Sat Jun 2 07:48:10 2007 by morganglines in response to 5248 (See the whole thread of 15)
Re: Script for Restore of EXIF data from saved JPEGs (After image editing)

Ah, I remember why I'd been doing it this way -- with my older cameras there's no CR2 -- they just write out JPEGs directly so I'd been trying to back up the exif data without backing up the whole JPEG image.

Is it possible to restore from an HTML dump?

exiftool -htmldump -w ./EXIFBackup/%f%e.htm .

works fine for backup too but it seems to stop on restore. I know this must be something I'm doing . . . or not doing . . . :-D Or is there a way to (would it be easier to) pipe the output of exiftool -s to a set of text files and then pipe the text files' contents back into the jpegs?

Direct Responses: 5304 | Write a response