Skip Menu |

This queue is for tickets about the Mac-iPhoto-Exif CPAN distribution.

Report information
The Basics
Id: 95429
Status: new
Priority: 0/
Queue: Mac-iPhoto-Exif

People
Owner: Nobody in particular
Requestors: robertson.patrick [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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()