Subject: | Feature Request: Add info to modified photo |
Date: | Wed, 7 May 2014 11:17:58 +0700 |
To: | bug-Mac-iPhoto-Exif [...] rt.cpan.org |
From: | Patrick Robertson <robertson.patrick [...] gmail.com> |
Really amazing tool, thanks!
At the moment, the tool only adds the metadata to the original photos.
There is also a folder called ‘Previews’, which contains any images which have been modified in iPhoto (e.g. by cropping etc.)
It would be nice if the metadata was also added to these images. I think it should be fairly simple; any image that has been modified has the “ImagePath” key set in AlbumData.xml, pointing to that file.
The only logic needed would be:
if photo.has_key(ImagePath):
photo.add_metadata_to_image_at_ImagePath()