Skip Menu |

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

Report information
The Basics
Id: 28983
Status: rejected
Priority: 0/
Queue: Image-ExifTool

People
Owner: Nobody in particular
Requestors: tuzen [...] hotmail.com
Cc:
AdminCc:

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



Subject: -IFD0:XPTitle becomes encoded
Date: Fri, 24 Aug 2007 18:33:55 -0700
To: <bug-Image-ExifTool [...] rt.cpan.org>
From: "Brian Williams" <tuzen [...] hotmail.com>
Download trouble.jpg
image/jpeg 261.8k

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

I have one file, attached as an example, that returns strange characters for XPTitle. However, I checked inside the file using -htmlDump and it value appears ok in there. Thanks! -Brian Show quoted text
>exiftool.exe -IFD0:XPTitle trouble.jpg
returns: XP Title : µ?â?Ñ??êáµ?á?üª?£??ä??ö??ä¡?Ç?????£? expected: XP Title : Copy 2 of 070115-1504-37
From: EXIFTOOL [...] cpan.org
Hi Brian, Thanks for the bug report and the sample. However, I don't think this is an ExifTool bug. The XPTitle tag is encoded in Unicode as written by Windows XP. In your image, the XPTitle data is plain ASCII. As far as I know, ASCII data is not valid for this tag. What software was used to write this tag? - Phil
Subject: Re: [rt.cpan.org #28983] -IFD0:XPTitle becomes encoded
Date: Mon, 27 Aug 2007 15:53:02 -0700
To: <bug-Image-ExifTool [...] rt.cpan.org>
From: "Brian Williams" <tuzen [...] hotmail.com>
IDimager was used to tag the file; although I use lightroom now, and that unfortunately appears to ignore the old XP titles. Although, Exiftool usually warns about problems, and it gave me data so I knew something was in there. I was able to read this file with C#'s BitmapMetadata interface and while that worked ok, I have not tried to edit. I don't know very much about the encodings, but the Exiftool.exe interface is more friendly. Thanks! -Brian Show quoted text
----- Original Message ----- From: "Phil Harvey via RT" <bug-Image-ExifTool@rt.cpan.org> To: <tuzen@hotmail.com> Sent: Saturday, August 25, 2007 6:16 AM Subject: [rt.cpan.org #28983] -IFD0:XPTitle becomes encoded
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=28983 > > > Hi Brian, > > Thanks for the bug report and the sample. However, I don't think this is > an ExifTool bug. > > The XPTitle tag is encoded in Unicode as written by Windows XP. In your > image, the XPTitle data > is plain ASCII. As far as I know, ASCII data is not valid for this tag. > What software was used to > write this tag? > > - Phil > >
From: EXIFTOOL [...] cpan.org
I would report this problem to IDimager since it looks to me like a bug in the way they are writing the XPTitle value. - Phil