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 2007-12-10 11:00:31-08 by msbc
Copying Canon CR2 metatdata to TIFF's
Phil, I'm trying to copy EXIF and IPTC data from a tagged CR2 to a TIFF version. I'm using -tagfromfile and -all:all but there are tags missing in the TIFF. All IPTC values are missing along with 2 EXIF tags - Lens and LightValue.
Is there an additional option to copy IPTC values?
Not sure why these 2 specific EXIF tags are missing.
Direct Responses: 6663 | Write a response
Posted on 2007-12-10 12:32:33-08 by exiftool in response to 6659
Re: Copying Canon CR2 metatdata to TIFF's
LightValue is a Composite tag, not EXIF. There is a DNG Lens tag which could be written to the EXIF, but since you're not talking about DNG files, I think you're probably talking about another Lens tag here. As for the IPTC, it should be copied.

I can figure out what is going on if you send me the image and tell me the command line you are using. (my email is phil at owl.phy.queensu.ca)

- Phil
Direct Responses: Write a response