I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-01-14 10:57:28-08 by snah in response to 6868
Re: function -tagsfromfile for 500+ images
YESSSS, your 'Unix' suggestion works just fine.
Thank you very much, Phil.

This is the solution for those who may have a similar issue:

C:\>exiftool -tagsfromfile %d../img%5f.tif -exif:fnumber -exif:exposuretime -exif:datetimeoriginal +-exif:createdate -@ c:\images\filelist-test.txt /IMAGES/2008/01_05 Hotel Margna/converted/PTGUI/../img70021.tif /IMAGES/2008/01_07 Maloja/converted/PTGUI/../img70038.tif 2 image files updated C:\>

Comments:
- Filelist-text.txt contains full path/filename
- command can be issued from any 'DIR' level

Hans
Direct Responses: Write a response