effects/zoom: Make it possible to optionally use nearest filtering.
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.