image transparent with face recognition
Hi
I´m working a project in multi face recognition
but I can run a .PNG image
I thing the problem is the incompatibility bettenw betew jit.lcd (face recognition ) and jit.matrix (.PNG)
there is other support to use .PNG?
thanks :)
png's should work fine.
please post a patch showing what's not working for you.
just set @blend_enable 1 on your jit.gl.videoplane.
this will enable blending using the default blend_mode, which will use the alpha channel of the texture or matrix.
Rob thanks!!
The @blend_enable 1 is working :)
sorry, what is necessary to connect the prepend drawpict whit the image on the jit.gl.videoplane foo @blend_enable 1
?
thanks