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
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?