ImageBufAlgo.deep_merge (image_result, Aimg, Bimg, occlusion_cull, roi, nthreads)
It's there, but oops, it looks like it was left out of the documentation. It works the same way as the C++ ImageBufAlgo::deep_merge(), which is in the docs. > On Dec 5, 2016, at 8:23 PM, Ben Andersen <[email protected]> wrote: > > Hi! > > I'm looking at wrapping up a deep merge operation using the python bindings > of oiio 1.7. > > I see in the docs that there is support for reading and merge deep pixels. > Is the expected workflow for all deep images to loop over every pixel? Is > there a function I've overlooked that might do a deep merge for all samples > in the image? > > Wouldn't this mean that it's essentially single threaded to do a deep merge > in python without setting up the threads myself? > > Thanks! > Ben > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
