Changeset 5

Show
Ignore:
Timestamp:
02/06/07 21:56:17 (2 years ago)
Author:
simon
Message:

It's right that we want to expose this stuff to the templates, so this patch should go in, but see note on #1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Memories/Photo.pm

    r4 r5  
    180180sub _exif_info { 
    181181    my $exifTool = new Image::ExifTool; 
    182     $exifTool->Options(Group0 => ['IPTC', 'EXIF', 'MakerNotes', 'Composite']); 
     182    $exifTool->Options(Group0 => ['IPTC', 'EXIF', 'XMP', 'MakerNotes', 'Composite']); 
    183183    my $info = $exifTool->ImageInfo(shift->path); 
    184184    my $hash = {};