Smooth paint brush #1984
Replies: 4 comments
-
|
I've managed to add a smooth brush to master. I took the code from BrushCollectionAddin, ported it to latest style and fixed a fade to black instead of fade to transparent on smooth edges. Here are the changes I made: CoreToolsExtension.cs: And this is the SmoothBrush.cs, put it in with CircleBrush.cs: I may do a proper pull request later. Here is an example of me using the smooth brush with black and then white on top: Smooth stamp tool is still todo. |
Beta Was this translation helpful? Give feedback.
-
|
For smoother edges on clone stamp tool: To make clone work on mouse down you can add to end of MouseDown: last_point = e.Point; Whole mouse down: |
Beta Was this translation helpful? Give feedback.
-
|
TODO: |
Beta Was this translation helpful? Give feedback.
-
|
Now we have a proper pull request: And a fork with the changes if you want to compile: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For me the paint brush always has a hard edge is there any way to make it smooth? I found BrushCollectionAddin_1.0,0.mpack but it needs Pinta 1.7 and I couldn't install 1.7 due to urls missing. If I got the brush collection working, would that give me a brush with a smooth edge? I might try building 1.7 to see if it works.
It has smooth replace in this video: https://www.youtube.com/watch?v=tVDOnpba4Ww
Perhaps that might work well, or maybe modified a bit.
In paint dot net it has a hardness setting where you set it to lower % values to get smoother results. Perhaps do the same here? Oh it looks like clone stamp tool doesn't have smooth support either, in paint dot net it uses the hardness setting again.
I really need smooth edges working before tackling the layer mask, I want to be able to paint black smooth.
Beta Was this translation helpful? Give feedback.
All reactions