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-31 12:03:38-08 by exiftool in response to 6973
Re: Date Shift fails with MakerNotes error
Hi Mixx,

Thanks for your comments.

"I think a syntax exiftool -tag1=$tag2 a.jpg would be much more intuitive..."

But then how would you set the value of tag1 to the string "$tag2" rather than the value of tag2?

"I think it would be terrific if exiftool had built string manipulation functions..."

I agree that these would be useful, but I haven't been able to think of a simple way to add them. My goal is to keep the exiftool command-line interface as simple as possible (it is already way too complex!), since it is always possible (and usually fairly simple) to do what you want in Perl and use the ExifTool API instead of the command-line interface.

- Phil
Direct Responses: 6976 | Write a response