Issues with SKImageFilter
I've been trying to get SKImageFilter to apply a blur to an image in the way I want it to, but have been consistently having issues.
I have tried both the latest release and latest preview of SkiaSharp, but
SKShaderTileMode.Repeat
(and all other SKShaderTileMode
s) do absolutely nothing compared to removing the option entirely, and I need SKShaderTileMode.Repeat
Code snippet:
1 Reply
I failed to state this in the first message here, but not having
SKShaderTileMode.Repeat
causes blurred black borders around the final image due to how the blurring works, and I really don't want those borders