Skip to content
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

Zoom optimisation: Auto (High quality/Nearest-neighbour) #1088

Closed
Mine-Modder opened this issue May 24, 2021 · 1 comment
Closed

Zoom optimisation: Auto (High quality/Nearest-neighbour) #1088

Mine-Modder opened this issue May 24, 2021 · 1 comment

Comments

@Mine-Modder
Copy link

Is your feature request related to a problem? Please describe.

I like using Auto mode as it makes pixel art look pixelated while zoomed in, without losing detail when zoomed out. However, the Low quality part of the current auto mode Auto (Loq quality/Nearest-neighbour)

Low quality at 60% zoom looks better than Nearest-neighbour, but it doesn't look that great, which would be expected for a mode named Low quality. High quality does look a lot better at 60% zoom; just take a look at the comparison image below.

Describe the solution you'd like

I would like Zoom optimisation to have an Auto (High quality/Nearest-neighbour) option.

Describe alternatives you've considered

None

Additional context

image

@d2phap
Copy link
Owner

d2phap commented Dec 24, 2022

You can manually define it in ImageGlass Moon 9.0 beta 3 with
ImageInterpolationScaleDown and ImageInterpolationScaleUp settings. The supported interpolation values are:

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

@d2phap d2phap closed this as completed Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants