-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Problem/Opportunity
A problem is reported on blending a .png watermark image on top of video playback we are not able to get the blending output as we expect. Following are the details of the issue:
Details:
-
Our Watermark system support 2 types of Graphics blending methods.
a) straight-alpha b) pre-multiplied alpha. -
A Translucent grey scale chessboard like .png image is drawn on top of the Video.
-
We are on Lightning 2.8. With the understanding that WebGL defaults to Pe-Multiplied alpha we had tried blending the Watermark image.
-
But the outcome of the blending was far from expected.
-
To check if the issue is global to the STB, we tried doing similar blending on WPE Browser as HTML apps . Here the outcome was quite Similar to expectation.
-
We tried both 2D Canvas and WebGL approach, both the outputs were off the expectation.
Snippet of the lightning config
"appSettings": {
"stage": {
"clearColor": "0x00000000",
"useImageWorker": true
},
Steps to reproduce
No response
Expected Behavior
Actual Behavior
Notes (Optional)
No response