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

Option for "disable interpolation when enlarge" #1418

Open
terrancewong opened this issue Jun 30, 2024 · 2 comments
Open

Option for "disable interpolation when enlarge" #1418

terrancewong opened this issue Jun 30, 2024 · 2 comments

Comments

@terrancewong
Copy link

Setup (please complete the following information):

  • 2.4

Describe your feature request

In some cases we need to enlarge (zoom in) to much larger than 200%, and peep individual pixels, crisp square pixels is much appreciated.

image

vs

image

@caclark
Copy link
Collaborator

caclark commented Jul 1, 2024

Go to Edit/Preferences/Image/Zoom Quality and select Nearest.
This uses nearest neighbor sampling.

You can also get the pixel value by clicking on the paint-dropper icon on the status bar and moving the mouse over the image.

The pixel value can also be obtained via geeqie --remote --pixel-info

@terrancewong
Copy link
Author

Go to Edit/Preferences/Image/Zoom Quality and select Nearest. costs too much time, and when zoom out, the image quality goes poor. better to have auto Nearest when larger than 200%, or a hotkey is also fine.

Yes, pixel-info is my primary consideration of this suggestion, sampling values out of a bunch of smoothed pixels is quite impractical..

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