Hello,
I can’t crop the SKImage-output of the VideoPlayer-node. I have to take a detour via toImage and fromImage. That works, but’s not the nice way. Do you know how to solve this in a better way?
thanks!
can you provide a patch that shows what you tried?
Hello Joreg,
here is little sketch. Thanks.
Matthias
videoplayer_crop.vl (7.5 KB)
i have the same problem. Are there any solutions yet?
Looking at the original functionality from Skia this should be possible, but currently the C# wrapper we’re using (SkiaSharp) doesn’t expose the needed overload to pass in the graphics context (which would be needed for texture backed images). Good news is that recent commits in SkiaSharp show some progress on this front, so maybe we get lucky here and the next release has the needed overload included. Will keep you posted.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.