Hello All,
It is possible to write custom xmp metadata with OpenImageIO library.
I tried with something like that:
double roll = 12.85
ImageSpec spec(xres, yres, channels, TypeDesc::UINT8);
spec.attribute("Xmp:Camera:Roll", TypeDesc::DOUBLE, &roll);
But it doesn't work. I don't understand how to create registry "Camera" or
if it's possible ?
Regards,
David
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org