ImageGlass icon indicating copy to clipboard operation
ImageGlass copied to clipboard

Custom shortcuts for setting a zoom interpolation mode

Open eugenesvk opened this issue 4 months ago • 4 comments

Windows OS version

Windows 11 24H2

ImageGlass version

Version: 9.3.2.520 (64-bit)

ImageGlass release

Classic

1️⃣ Describe the feature

Add a user customizable shortcut to set a specific zoom interpolation mode. For example

  • Ctrl+1 to set a higher quality High quality bicubic for zoom in
  • Ctrl+2 to set a faster Nearest Neighbor for zoom in

2️⃣ How to use feature

  1. Setup a shortcut to select custom zoom interpolation mode in GUI/config file
  2. Press a shortcut to select custom zoom interpolation mode

3️⃣ Additional context

This is helpful when you want to temporarily change the interpolation mode to something else when, for example, comparing quality of different images: then you can disable interpolation on zoom in and then turn it back on without the slow sequence of opening the options menu and selecting a zoom level

eugenesvk avatar Jul 29 '25 15:07 eugenesvk

Please refer to issue #2042, you can add custom toolbar buttons, assign hotkeys with new API IG_ApplySettings

d2phap avatar Jul 29 '25 21:07 d2phap

That one is for toolbar buttons, but I want to save the precious toolbar space. How I do add a menu command? Tried to do the same IG_ApplySettings with a custom tool, but that one seems to mandate a real executable, which IG_ApplySettings isn't Or maybe if I could move this new custom button to the inactive "available" buttons, but I can't seem to be able to do that, can't drag them

eugenesvk avatar Jul 30 '25 08:07 eugenesvk

The tool does not support IG API in Executable textbox. The only way for now is to add toolbar buttons and keep it visible on toolbar.

d2phap avatar Jul 30 '25 08:07 d2phap

Ok, could you reopen this issue until you can do it properly since this is not a dupe of the toolbar button issue?

eugenesvk avatar Jul 30 '25 08:07 eugenesvk