Skip to content

qml: add option to ScaledImage for integer upscaling

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-scaledimage-smooth into master

Avoid blur of linear filtering if scale factor is integer by favoring nearest filtering.

This behavior is not enabled by default.

Edited by Fatih Uzunoğlu

Merge request reports