aves icon indicating copy to clipboard operation
aves copied to clipboard

View image without smoothing, using nearest-neighbor interpolation

Open CreepeTik opened this issue 9 months ago • 2 comments

I want ability to view pixelated image without smoothing

CreepeTik avatar Mar 14 '25 23:03 CreepeTik

Sample low res pixel art image that would benefit from this: Image

deckerst avatar Mar 15 '25 09:03 deckerst

The term for this is nearest neighbor interpolation - might make sense to add that to the title

laundmo avatar Mar 24 '25 11:03 laundmo

Using nearest neighbor algorithm for small images only. Arbitrary threshold at 256 pixels for the longest side.

deckerst avatar Jun 25 '25 18:06 deckerst