logiBMP

logiBMP - What is difference between "point sampling" and "bilinear interpolation" filtering option
KBA-01023-01M6DG
Question
What is difference between 'point sampling' and 'bilinear interpolation' filtering option?
Answer

Point sampling (or nearest-neighbor interpolation) filtering option uses the color of the bitmap pixel closest to the pixel center for the pixel color. This filtering option has low bandwidth cost, but also has low quality.

Bilinear interpolation filtering option calculates the pixel color using four nearest bitmap pixels to the pixel center. Their colors are combined by weighted average according to the distance. In comparison to point sampling filtering option, bilinear interpolation has higher quality, but bandwidth cost is increased.

Additional Comments
For more information see logiBMP user's manual

Copyright © 2024 Xylon d.o.o.