Replies: 1 comment
-
You can't blur past the edge of a pixel buffer since there's nothing to blur. However, if the background is a single color, you could perform a padded resize using that color as the background and blur the whole thing before overlaying it on your background. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the GaussianBlur method on ImageSharp, the blur is only applied inside the image shape. Because of that, the transition between the blurred image and the background isn't smooth.
In the image below, the blurred image looks like it's joined with the background.
Is there any way I can do it with ImageSharp?
Beta Was this translation helpful? Give feedback.
All reactions