astrofrog / pyavm

Pure-python AVM library
http://astrofrog.github.io/pyavm/
Other
20 stars 9 forks source link

Compact header variants not supported #1

Closed astrofrog closed 13 years ago

astrofrog commented 13 years ago

As described in Section 7.4 of the AVM document v1.1, there exists a compact header variant for JPEG files. For example, tags can be written as:

<Iptc4xmpCore:CreatorContactInfo
Iptc4xmpCore:CiEmailWork="..."
Iptc4xmpCore:CiTelWork="..."
Iptc4xmpCore:CiAdrExtadr="..."
Iptc4xmpCore:CiAdrCity="..."
Iptc4xmpCore:CiAdrPcode="..."
Iptc4xmpCore:CiAdrCtry="..."/>

Support for this should be added to avm.py

astrofrog commented 13 years ago

Implemented in 0.1.3