Hi again! I have a buffer of image data from another process that I was looking to pass into an ImageBuf object for further processing. I noticed that the C docs support an application-owned buffer as a way for initializing a new ImageBuf. However, I don't see anything for this in the Python bindings (or any other efficient ways to blast pixel data into an ImageBuf). Is my only alternative in Python to write out a tmp file using an ImageOut and read that back into an ImageBuf? Thanks! -J
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
