You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if canvas can somehow grab the output of a css filter? As css filters are really powerful and really simplistic — interconnectapp/discuss#21
But perhaps one day, we can have our npm filters just as powerful, so we could do things like this:
Hey Ben - I just revisited this issue and checked whether I could draw a video that had a CSS filter applied into a canvas, and see the effects of the filter applied in the drawn canvas data. As I suspected it's the original (unfiltered) image data that is drawn into the canvas, which means that CSS filter is applied after any current raster processing that is being applied for video / image / canvas elements.
I'm wondering if canvas can somehow grab the output of a css filter? As css filters are really powerful and really simplistic — interconnectapp/discuss#21
But perhaps one day, we can have our npm filters just as powerful, so we could do things like this:
The text was updated successfully, but these errors were encountered: