We would like to add a logo on top of the rendered image. The logo has some transparency. The rendered image has VRayImage type, which in turn has is a draw() function, but this function does not support alpha. Is there is a way to preserve the transparency of the logo and combine it with the rendered image?
We could convert the image to opencv mat and then add the logo using opencv functions, but this additional conversion will considerably affect the interactive performance. The performance is very critical in our case.
P.S. We use Python 2.7 bindings of the latest V-Ray Next SDK.
We could convert the image to opencv mat and then add the logo using opencv functions, but this additional conversion will considerably affect the interactive performance. The performance is very critical in our case.
P.S. We use Python 2.7 bindings of the latest V-Ray Next SDK.
Comment