Hello!

Long time reader of the mailing list, first time writer.

I was curious of OIIO's xmp read/write capabilities.

I intended to use it to manipulate xmp metadata on stereo panorama images
but when I used the python lib:

input = ImageInput('F:/myfile.jpg')
spec = input.spec()
for atr in spec.extra_attribs:
    print atr.name

I did not get any of the GPano xmp tags that I had gotten with the exiftool.

I also ran it with oiiotool.exe and ended up with the same output.

It could be I missed something in my (Windows) build. I have yet to try
this on other OS's.

Just now digging on the surface of this so any advice to point me in the
correct direction would be super helpful.

Thanks!

PS. Thanks for creating this awesome toolset.

Chris Bennett
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to