-
-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button to quickly change the interpolation #2042
Comments
Updated: You can assign hotkeys to the toolbar buttons using {
"Type": "Button",
"Id": "btn_custom_1",
"Text": "Zoom > 100%: NearestNeighbor",
"DisplayStyle": "Image",
"CheckableConfigBinding": "",
"Alignment": "Left",
"Image": "C:\\path\\to\\icon.svg",
"OnClick": {
"Executable": "IG_ApplySettings",
"Arguments": [
"{ \"ImageInterpolationScaleUp\": \"NearestNeighbor\" }"
]
},
"Hotkeys": ["Alt+1"]
} |
Hi, therefore in the current version 9.1 it is not possible to do what I asked, but it will be possible with the new version 9.2. Right? |
@mario-b00 Yes, only for v9.2. |
Published ImageGlass 9.2.0.1208 - Maroon 4 |
I want to create a button that sets interpolation "when zoom>100%" on the "nearest neighbor" value.
And then a second button that sets interpolation "when zoom>100%" on "multi-sample linear" value.
Thank you
The text was updated successfully, but these errors were encountered: