Make it possible to write a selection tool #122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a tracking issue for the current rakugaki usability benchmark as a Worthy Image Editor (#120).
The goal is to implement a selection brush, which acts and feels like the selection tool in other image editors. It must have the following features:
My current vision for a selection brush would be the following:
Tasks that need to be done:
selectRect
andeditRect
reticlesblend
capture
andpaint
Thinking about keyboard shortcuts: how do we make
pasteImage
be triggered by a keyboard shortcut globally?Idea: we gather all brushes with a
pasteImage
function. Ctrl-V always triggers the built-in selection, but the user may press Ctrl-Shift-V to show a context menu allowing you to pick the brush to paste the image with.