0

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

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

deflomu
  • 596
  • 1
  • 4
  • 16