sylikc / jpegview

Fork of JPEGView by David Kleiner - fast and highly configurable viewer/editor for JPEG, BMP, PNG, WEBP, TGA, GIF and TIFF images with a minimal GUI. Basic on-the-fly image processing is provided - allowing adjusting typical parameters as sharpness, color balance, rotation, perspective, contrast and local under-/overexposure.
Other
2.13k stars 124 forks source link

Feature suggestions: DefaultSelectionMode=false move via LMB only, Borderless mode allow resize by corners #220

Open 4hench opened 1 year ago

4hench commented 1 year ago

when using DefaultSelectionMode=false i would like to move around the image with LMB only

when in hide window title bar mode it would be nice to be able to resize the window from the corners

1

sylikc commented 1 year ago

when using DefaultSelectionMode=false i would like to move around the image with LMB only

The DefaultSelectionMode probably will be left alone, as most people are used to that "easy cropping" with JPEGView.

When you say "move around image" you mean like the ALT+LCLICK?

when in hide window title bar mode it would be nice to be able to resize the window from the corners

I'm going to look into this... I recall when I tried to do this, the borders pop out more and it wasn't as clean

LeGiTiM commented 1 year ago

I second these 2 QoL suggestions.

When you say "move around image" you mean like the ALT+LCLICK?

Yes, that's how I understand it, too. Alt+LMB & LMB could just swap their functions when DefaultSelectionMode=false . So the easy cropping would still be there.

Thanks for the work on this project and considering those ideas, btw! <3