Which library to refer for Iptc4xmpExt in python?

79 views Asked by At

I am currently using iptcExt from pyexiv2 Module but my main requirement is use Iptc4xmpExt and that is not available in pyexiv2, so which library or module I need to import in python to create Iptc4xmpExt meta information?

1

There are 1 answers

0
deflomu On

You could use https://github.com/python-xmp-toolkit/python-xmp-toolkit to directly manipulate the xmp data.