PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.74k stars 267 forks source link

Gimp-like smudge tool #854

Open Lehonti opened 3 weeks ago

Lehonti commented 3 weeks ago

https://docs.gimp.org/en/gimp-tool-smudge.html

I think this involves knowing how fast the cursor is moving, and that would involve working with previous states, so we may have to modify the tool mechanism (and by extension the API) to accomplish that.