Skip Menu |

This queue is for tickets about the Image-ExifTool CPAN distribution.

Report information
The Basics
Id: 28880
Status: resolved
Worked: 1.5 hours (90 min)
Priority: 0/
Queue: Image-ExifTool

People
Owner: EXIFTOOL [...] cpan.org
Requestors: tuzen [...] hotmail.com
Cc:
AdminCc:

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



Subject: -xmp:People data appears truncated
Date: Fri, 17 Aug 2007 11:02:28 -0700
To: <bug-Image-ExifTool [...] rt.cpan.org>
From: "Brian Williams" <tuzen [...] hotmail.com>
Download iView31_1px.JPG
image/jpeg 7.9k

Message body is not shown because sender requested not to inline it.

I had been using iView Media Pro to annotate the XMP People field, and now exiftool.exe for extracting this data; while the other fields return ok, the People field appears to return less data. I have attached a small example file that I hope demonstrates what I see. I am running on Windows XP. Thanks! -Brian Show quoted text
>exiftool -xmp:People iView31_1px.JPG
returns: People : three expected: People : one, two, three
From: EXIFTOOL [...] cpan.org
Thanks for this bug report. Currently ExifTool concatinates only pre-defined XMP list-type tags into comma-delimited lists. Your "People" tag is a mediapro tag, which isn't currently defined in ExifTool. The values for all tags in your People list exist, and can be extracted with the -a option (API Duplicates option). If you do this, you will get multiple People tags each containing a single value: Show quoted text
> exiftool -people -a -G1 iView31_1px.jpg
[XMP-mediapro] People : one [XMP-mediapro] People : two [XMP-mediapro] People : three But this behaviour is inconsistent, so I will fix this. The next ExifTool release (6.95 or later) will be updated to concatinate unknown list-type tags in the same way that pre-defined tags are concatinated. - Phil