Replies: 2 comments 2 replies
-
There was a previous feature request ... #144 request number 2. I am not quite sure... I need to look into it. When I was doing the crop AR stuff it, I briefly looked into it, but it didn't look straightforward at the time |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @sylikc, in case improving selection is something you're interested in for a future release, I have added a couple new points of improvement:
See the OP for detailed description. |
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
-
[24/12/2023 EDIT] A couple new points for improving the selection mechanism:
[BUG] Selection resizing at Bottom-Left and Top-Right corners incorrect behavior.
After the selection rectangle is drawn on the image, these corners do not behave properly when dragged. The "anchor points" for these corners should be the opposite corners (by "anchor points" I mean the corners to which selection should be "locked", and not move while being resized). Right now wrong "anchor points" are chosen, making selection resizing behave unintuitive and somewhat unpredictable when dragging.
- This only happens when using a set selection ratio — selection in freeform mode behaves correctly.
- Top-Left and Bottom-Right corners also behave correctly.
Disable automatic menu pop-up after selection.
SelectionAutoPopup=false
setting for the .ini file would be ideal (use Right Mouse Button to open menu instead).This menu is often distracting when cropping because it covers a big area of the image, and you don't always know whether you got the selection just right on the first try. Or the next try.
Right now, to hide the menu user must either: sniper-aim and click the selection rectangle (which may unintentionally resize the selection), OR go to
Crop mode >
, then find and select the right option (time-consuming) , OR press theAlt
key (which re-initiates the selection).Alternatively, if the above is difficult to implement for some reason, add a
Close this menu
item to the aforementioned menu, so it can be easily hidden without sniper-precise aiming.Beta Was this translation helpful? Give feedback.
All reactions