Page 1 of 1
0.61: Zoom to selected area
Posted: Sat Jul 20, 2013 8:09 am
by CreativeWorld
All versions incl 0.61:
When you select an area to zoom. If it is wider than it is high it zooms ok but if the selected area is higher than it is wide it just zooms to the width which does not display much of the selected area.
Can there also be an option to select and then left click on selected area to zoom same as ACDSee ?
Re: [BUG] All versions incl 0.61 Zoom to selected area
Posted: Sat Jul 20, 2013 8:04 pm
by CreativeWorld
If this can be made the same or better than ACDSee view mode I can finally move all clients from ACDSee and I will be so happy as ACDSee is so slow.
Re: [BUG] All versions incl 0.61 Zoom to selected area
Posted: Thu Oct 24, 2013 3:57 pm
by xnview
could you show me with screenshot?
Re: [BUG] All versions incl 0.61 Zoom to selected area
Posted: Fri Oct 25, 2013 9:23 pm
by CreativeWorld
What steps will reproduce the problem?
1. hold down ctrl and left mousebutton drag a short and wide (for example 400x100) zoom selection,
then release the left mousebutton, notice that the zoomed in area is based on the width.
2. zoom back out to 100%
3. hold down ctrl and left mousebutton drag a tall and thin (for example 100x400) zoom selection,
then release the left mousebutton, notice that this zoomed in area also is based on the width.
here's a video showing what happens
http://videobin.org/+70c/8wl.html
What is the expected result?
The ctrl + left drag zoomed in area should be based on the larger of the height or width,
so that a 100x400 zoom area should be based on the height,
while a 400x100 zoom area should be based on the width.
What happens instead?
The ctrl + left drag zoomed in area is always based on the width,
both a 100x400 and 400x100 zoom area are based on the width.
Re: [BUG] All versions incl 0.61 Zoom to selected area
Posted: Sun Oct 27, 2013 11:10 pm
by helmut
CreativeWorld wrote:... The ctrl + left drag zoomed in area should be based on the larger of the height or width ...
Makes sense to me but your "rule" should be refined, I think.
Rule: When zooming to selection the whole selection should fit into the window.
Consequently both selected height and selected width
plus windows height and window width should be taken into account for zoom calculation. The zoom should be set to
zoom := minimum(selection width/window width * 100; selection height/window height * 100)
Side Note: Until now I knew "Zoom to selected area" only with these steps:
1. Select an area with the mouse.
2. Press Ctrl key (and keep it pressed) and then left click into the selected area.
I'm wondering whether "Zoom to selected area" with Ctrl + Drag is supported by XnView on purpose.
Re: [BUG] All versions incl 0.61 Zoom to selected area
Posted: Mon Oct 28, 2013 10:36 pm
by CreativeWorld
xnview wrote:could you show me with screenshot?

Re: 0.61: Zoom to selected area
Posted: Wed Nov 13, 2013 2:14 pm
by xnview