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-08-19 03:28:59-07 by snah in response to 8621
Re: copy GPS data from TIFF to a former PSD saved as TIFF
Hi Phil,
I am back again as I resolved the step in the previous post. Guess I should read the manual a bit more carefully. The solution is:

exiftool -tagsfromfile source.tif -gps:all -exif:DateTimeOriginal destination.tif

As there are hundreds such files I am seeking assistance in order to allow batch-processing (DOS-Batch or a VBscript to use in iView-Media-Pro).
Batch-processing could either be a command starting at the destination-folder reading from the source.tifs and/or a command-set processing all destination.tifs in all '..\..\PTGUI' folders only.
- the source and destination files are in neighbouring folders.
- the source is allways one level up from the destination eg. '..\..\converted\source.tif' ..\..\converted\PTGUI\destination.tif
- source is allways named 'IMG<number>.tif' eg. IMG00045.tif
- destination is allways named '<numberstart-numberend>.tif' eg. 00045-0065.tif
- source could be anywhere in between <numberstart-numberend> so I will have to create some loop and also add (or strip) the 'IMG' string somewhere while processing.

Could you (or anyone else reading this post) provide a suggestion for such a batch process?
Looking forward to receiving your reply.
Kind regards, Hans.
Direct Responses: Write a response