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-23 10:26:34-08 by mixx
Newbie needs help with Makernotes
Hi, please pardon my lack of experience, but I can not figure out how to do this: I lost the Makernotes information in about 600 images dear to my heart. This was caused by Adobe Photoshop Elements 5.0, which deletes the Makernotes if you edit a JPEG file and save it (at least in the JPEG of my Pentax K100D dslr and others reportes in the forums). BTW: Version 6.0 does the same. So I am trying to put back essentially just one label LensType, because that is important to me. Alas, Makernotes can be written only as a block and I am asking how I should handle this task. Makernotes has lots of other information, too, that a specific to the image. I do not need those but do not want to create a messy situation and contradictions in the Metadata. Could I just copy the Makernotes from an intact file, zero out all fields and just keep LensType? How would I go about that. Or what would be the best way to put back the LensType field of Makernotes? Any help appreciated. Thanxx, Mixx
Direct Responses: 6916 | Write a response
Posted on 2008-01-23 13:17:46-08 by exiftool in response to 6915
Re: Newbie needs help with Makernotes
As you point out, you can't create the maker notes from scratch, and I wouldn't suggest copying the makernotes from another file.

Instead, I suggest you store the lens name in the XMP:Lens tag. This also has the advantage that many other software packages will recognize this tag.

- Phil
Direct Responses: 6922 | Write a response
Posted on 2008-01-24 18:38:56-08 by mixx in response to 6916
Re: Newbie needs help with Makernotes
Thanks, Phil. Would you know by any chance if I can use that tag (XMP:Lens) in Lightroom? I can not try it anymore before I buy, my trial licence just expired. Thanxx, Mixx
Direct Responses: 6923 | Write a response
Posted on 2008-01-24 18:52:09-08 by exiftool in response to 6922
Re: Newbie needs help with Makernotes
I would guess that you can, but my trial license also expired so I can't say for sure. After all, it is an Adobe tag to begin with, and was originally used by the Adobe Camera RAW utilities.

- Phil
Direct Responses: 6943 | Write a response
Posted on 2008-01-26 12:29:44-08 by mixx in response to 6923
Re: Newbie needs help with Makernotes
Just for the record: Yes, Adobe Lightroom does display the XMP:Lens Tag, in fact this is the one it displays, not the Makernotes:LensType tag. Luckily, if the latter is set, so is the XM:Lens tag. Should you lose the Makernotes metadata (e.g. by editing and saving the image with Abode Photoshop Elements), you can set the XMP:Lens tag for all images in a directory tree by issuing exiftool -r -XMP:Lens="Your lens description" your_directory_tree Lightroom will display the lenstype after import or after re-reading the metadata from all the files. Thanxx, Mixx
Direct Responses: Write a response