Read image XMP data in Python

后端 未结 6 1826
栀梦
栀梦 2020-12-09 04:20

Can I use PIL, like in this example?

I only need to read the data, and I\'m looking for the easiest simplest way to do it (I can\'t install

6条回答
  •  我在风中等你
    2020-12-09 04:50

    I am also interested to know if there is a 'proper' easy way to do this.

    In the mean time, I've implemented reading XMP packets using pure Python in PyAVM. The relevant code is here. Maybe this would be useful to you?

提交回复
热议问题