BestImageViewer / geeqie

claiming to be the best image viewer / photo collection browser
http://www.geeqie.org/
GNU General Public License v2.0
473 stars 78 forks source link

Option for "disable interpolation when enlarge" #1418

Open terrancewong opened 3 months ago

terrancewong commented 3 months ago

Setup (please complete the following information):

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 commented 3 months ago

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 commented 3 months ago

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..