unweb.iptc Plone extension will extract IPTC metadata from uploaded images and will save them as Dublic Core metadata in Plone.
Whenever the Dublin Core metadata is updated in Plone, the IPTC metadata inside the image file should be respectively updated.
Works independently, or in combination with unweb.watermark.
No need to install from the Plone Control Panel. Simply add it to your buildout eggs section.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Handle images with latin-1 encoded iptc data too. description works ootb, title needs an extra encoding try. [fRiSi]