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 2006-06-09 15:39:02-07 by exiftool in response to 2447
Re: IPTC issues...
Ah, that's what you meant by "(some number here)". The keys to the $info hash are tag keys, not tag names. The tag keys will contain a number if there is more than one tag extracted with the same name. To get the tag name, use "$tagName = Image::ExifTool::GetTagName($tagKey)" to return the tag name. Also, it looks like there is more than one IPTC record in the file you're using. You can set the Duplicates option value to 0 to avoid extracting duplicate tags: "$exifTool->Options(Duplicates=>0)".
Direct Responses: 2450 | Write a response