https://bugzilla.wikimedia.org/show_bug.cgi?id=31944

--- Comment #2 from Bawolff <[email protected]> 2011-10-25 20:14:08 UTC ---
Almost every exif tag has an XMP equivalent (well almost, things that are more
part of the jpg than metadata don't, but I don't think you're worried about
that). So it should be possible to put almost all the data into the png

>It might be that exiftool is writing the whole exif block into some PNG part,
>but then that is not standard, and might not be recognizable by our software.

yep, it does do that, and you're correct that as of right now we don't support
that. (It sticks it in a zTXt section with the name Raw profile type APP1).

----
However, in the case of this particular file, it looks like most of the data is
in the XMP, so we should extract. The issue happens with the
tiff:YCbCrSubSampling property. The spec says that this should be an ordered
array of integers (specificly eiter [2,1] or [1,1]) but it appears exiftool
encodes them as a string of either "2 1" or "1 1". This causes extracting the
rest of the tags to fail.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to