easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.35k stars 167 forks source link

Crop Scaling Anchor #189

Open Richard-L opened 4 years ago

Richard-L commented 4 years ago

The new cropping feature is AMAZING. People who combine coding and UI skills like you are really rare I think. Really have an urge to applaud you!

One thought I had when using the crop tool:

Using the corner points to scale the crop region scales x and y. I think this makes sense. image

The middle ones however do the same, which is unintuitive: image

Instead, is it possible to scale the dimension with two neighbours both by half the amount, and the other dimension fully? In this case, that would mean y is scaled x0.5 in both directions, and x is scaled by x1 to the right.

easymodo commented 4 years ago

The new cropping feature is AMAZING. People who combine coding and UI skills like you are really rare I think. Really have an urge to applaud you!

heh thank you!

Instead, is it possible to scale the dimension with two neighbours both by half the amount, and the other dimension fully? In this case, that would mean y is scaled x0.5 in both directions, and x is scaled by x1 to the right.

yaeh possible. just haven't thought of that