How can I get Moon v9 to have bicubic interpolation? #1457
Answered
by
d2phap
VoidCretin
asked this question in
Q&A
-
On Kobe 8.7, I can change the image interpolation method from nearest neighbor, I was wondering if it was possible and if so how I would go about doing that. |
Beta Was this translation helpful? Give feedback.
Answered by
d2phap
Dec 7, 2022
Replies: 1 comment 1 reply
-
ImageGlass v9.0 beta 2 already supports it but these settings are not exposed to the {
// when zoom is <= 100%
"ImageInterpolationScaleDown": "SampleLinear",
// when zoom is > 100%
"ImageInterpolationScaleUp": "NearestNeighbor",
} The supported image interpolation:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VoidCretin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImageGlass v9.0 beta 2 already supports it but these settings are not exposed to the
igconfig.json
file.In beta 3 release, you will be able to change it by 2 settings:
The supported image interpolation:
NearestNeighbor
Linear
Cubic
SampleLinear
Antisotropic
HighQualityBicubic