Open
Bug 1006939
Opened 11 years ago
Updated 3 years ago
JPEG image displays intermittently, possibly due to XMP errors
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: douglas.bagnall, Unassigned)
Details
Attachments
(1 file)
112.00 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20140317233501
Steps to reproduce:
The attached image is from http://languagelog.ldc.upenn.edu/nll/?p=12221 where it
failed to display properly for many firefox users, including myself (see the comments for attestation). After I downloaded the image for inspection, it did display correctly in Firefox.
Geeqie (a GTK image viewer) refuses to display the image, with the complaint:
Error: XMP Toolkit error 203: Duplicate property or field node
Warning: Failed to decode XMP metadata.
Looking at the XMP data with `exiftool -xmp -b downloads/TallViolinist.jpg`, it appears that there are indeed three duplicate tags:
<exif:ResolutionUnit>Inch</exif:ResolutionUnit>
<exif:XResolution>72</exif:XResolution>
<exif:YResolution>72</exif:YResolution>
These have the same values in each iteration.
Actual results:
Sometimes the image appears, sometimes it doesn't.
Expected results:
The image should appear.
Component: Untriaged → ImageLib
Product: Firefox → Core
Version: 28 Branch → Trunk
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•