Tharn Posted February 11, 2021 Share Posted February 11, 2021 As the title says, some filters will draw info from pixels that are out-of-bounds of the selection. Example in attachment. The blur effect should be all-black. As the radius increases it turns from black to red. Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted February 11, 2021 Share Posted February 11, 2021 For Gaussian Blur, I created a plugin that solves this. https://forums.getpaint.net/topic/106935-gaussian-blur-clamped-v20-jan-22-2016/ 1 Quote June 7th, 2023: Sorry about any broken images in my posts. The underlying DNS issue should be resolved soon. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Rick Brewster Posted February 12, 2021 Share Posted February 12, 2021 Selections define a clipping area for effects -- it defines the output region. It has no effect on the input region, which is always the whole image. Unless, like with @toe_head2001's plugin, it's written to behave otherwise. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.