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

[FEATURE] Nearest-neighbor scaling when zooming in #84

Open
zacholade opened this issue Jul 25, 2021 · 0 comments
Open

[FEATURE] Nearest-neighbor scaling when zooming in #84

zacholade opened this issue Jul 25, 2021 · 0 comments
Labels
🛠️feature request Need to be implemented

Comments

@zacholade
Copy link

Is your feature request related to a problem? Please describe.
When zooming in, it seems it scales pixels through bilinear interpolation. A setting to scale using nearest neighbor to avoid blurriness would be a great and useful feature for numerous applications!

Off the top of my head, pixel art comes to mind.
Furthermore, I work with brain scans as part of my thesis and it would be nice to zoom in on exact pixels without them getting contaminated from surrounding pixels. In particular I work with svgs.

Describe the solution you'd like
A clear and concise description of what you want to happen.
Implement a setting which enables nearest neighbor scaling when zooming in.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I don't believe there are any alternatives to achieve this effect.

Additional context
Add any other context or screenshots about the feature request here.
Thanks for any consideration! Great app and would love to see it integrated :)

@zacholade zacholade added the 🛠️feature request Need to be implemented label Jul 25, 2021
@ModuleArt ModuleArt deleted a comment from open-collective-bot bot Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️feature request Need to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant