Scaling Algorithms
Nearest-neighbor scaling preserves hard pixel edges — ideal for pixel art. Bilinear and bicubic interpolation create smooth gradients between pixels. Lanczos produces the sharpest results for photographic content.
Cart is empty
Browse the shop to add prints
Compare images across exponential resolutions with scaling algorithms
dst(x,y) = src(⌊x · sₓ/dₓ⌋, ⌊y · sᵧ/dᵧ⌋)Nearest-neighbor scaling preserves hard pixel edges — ideal for pixel art. Bilinear and bicubic interpolation create smooth gradients between pixels. Lanczos produces the sharpest results for photographic content.