Custom shortcuts for setting a zoom interpolation mode
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
- Setup a shortcut to select custom zoom interpolation mode in GUI/config file
- 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
Please refer to issue #2042, you can add custom toolbar buttons, assign hotkeys with new API IG_ApplySettings
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
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.
Ok, could you reopen this issue until you can do it properly since this is not a dupe of the toolbar button issue?