It seems like ImageBufAlgo::over will turn into
ImageBufAlgo::composite.

bool over (ImageBuf &R, const ImageBuf &A,
                  const ImageBuf &B, ROI roi = ROI(),
                  int threads = 0)

will become:

bool composite (ImageBuf &R, const ImageBuf &A,
                  const ImageBuf &B,
                  PorterDuff PD = PorterDuff::PD_SRC_OVER,
                  ROI roi = ROI(), int threads = 0)

Do you think anything else should be added?
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to