Skip to content

How can I get Moon v9 to have bicubic interpolation? #1457

Answered by d2phap
VoidCretin asked this question in Q&A
Discussion options

You must be logged in to vote

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:

{
  // when zoom is <= 100%
  "ImageInterpolationScaleDown": "SampleLinear",

  // when zoom is > 100%
  "ImageInterpolationScaleUp": "NearestNeighbor",
}

The supported image interpolation:

  • NearestNeighbor
  • Linear
  • Cubic
  • SampleLinear
  • Antisotropic
  • HighQualityBicubic

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@VoidCretin
Comment options

Answer selected by VoidCretin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants