Save zoom & position of images

Features wanted...
hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Save zoom & position of images

Post by hari3 »

1.This is an imp feature.Add a feature to save the zoom size and position of images which can be viewed.This is necessary because there are certain photos which are very big in size and every time one has to zoom that photo one has to manually press the + button.

2.Loop the view of images after it comes to an end.

novaj
Posts: 11
Joined: 08 May 2018 11:33

Re: Save zoom & position of images

Post by novaj »

I too like the above features,admin please add them.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Save zoom & position of images

Post by admin »

You mean to save those data per image? Like in a huge ever-growing database? I think that would be over the top for a file manager.

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Save zoom & position of images

Post by hari3 »

Okay,then what about 2'nd request -- loop the view of images after it comes to an end.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Save zoom & position of images

Post by admin »

Already there: "Cyclic Navigation" (check Help).

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Save zoom & position of images

Post by hari3 »

Also add an option to use mouse wheel for zooming images.

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Save zoom & position of images

Post by jupe »

Another feature that exists already, hold Ctrl down and you can use the mouse wheel to zoom.

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Save zoom & position of images

Post by hari3 »

@jupe -- How to set the preview as the default picture viewer for all photos?

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Save zoom & position of images

Post by jupe »

The only way that I can think of doing it is adding something like this as a portable file association (at the top of the list):

Code: Select all

"Preview|:fp"{:Image}>::sendkeys "{F11}";
but it would also close the preview if you tried to double click another file with the preview already open.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Save zoom & position of images

Post by admin »

This (#178;) also seems to work, e.g.:

Code: Select all

"XYplorer Floating Preview" {:Photo}>#178;

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Save zoom & position of images

Post by hari3 »

@jupe -- how to use your and don's code because I'm new to scripting.

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Save zoom & position of images

Post by highend »

Menu - Tools - Customize File Associations...
Click on the "New" button, paste the script line into the edit field...
One of my scripts helped you out? Please donate via Paypal

hari3
Posts: 225
Joined: 25 Sep 2016 13:57
Location: win 10,64 bit

Re: Save zoom & position of images

Post by hari3 »

admin wrote:You mean to save those data per image? Like in a huge ever-growing database?
What about saving zoom for a few images about 15 to 20 images only.

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Save zoom & position of images

Post by highend »

Regardless if it's 15 or 20 it would still be an evergrowing database (design point of view)...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Save zoom & position of images

Post by admin »

It might be an idea to open the Floating Preview to scripting, e.g.:

Code: Select all

FloatingPreview(file, zoom, position, etc...);
The Floating Preview would get some way to export the current view to help you construct the script line. A bit like google maps where you can bookmark the current exact zoom & position to return to it later.

So you could bookmark the preview of a photo's detail. That might be interesting to photographers. I would like it myself.

And then you could make your own database of Floating Preview Bookmarks.

Post Reply