Skip to content

effects/zoom: Make it possible to optionally use nearest filtering.

Bartosz Taudul requested to merge wolfpld/kwin:nearest into master

Linear filtering in the zoom effect is good if the effect is used for accessibility purposes. However, if you want to see individual pixels clearly, the filtering makes the effect unusable. This change allows you to toggle between linear and nearest neighbor filtering.

Linear filtering: zoom-linear

Nearest filtering: zoom-nearest

Merge request reports