Bug #690
Wrong conversion of IPTC SpecialInstructions in copyIptcToXmp()
Status: | Closed | Start date: | 24 Mar 2010 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | xmp | |||
Target version: | 0.20 |
Description
There is a small mistake in the conversion table used by copyIptcToXmp(). The corresponding XMP field of IPTC's "SpecialInstructions" is "photoshop.Instructions", not "photoshop.Instruction".
The attached patch fixes that. It has been created for the Exiv2 trunk, but works for release 0.19 as well.
Note that the spelling of "Xmp.photoshop.Instructions" seems to be correct in all other sources files, i.e.:
- src/properties.cpp
- test/data/StaffPhotographer-Example.xmp
- test/data/xmpparser-test.out
Associated revisions
#690: Fixed typo (Volker Grabsch).
History
#1 Updated by Andreas Huggel about 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Patch applied with r2036. Thanks!
#2 Updated by Andreas Huggel almost 8 years ago
- Status changed from Resolved to Closed