Skip to content

qt/covergenerator: Restore QImage::scaled implementation

Benjamin Arnaud requested to merge bunjee/vlc:ci-bug into master

QImage::scaled provides a better quality compared to QImageReader::setScaledSize. Except for svg(s).

This implementation that was removed in a prior commit should stay relevant in the future.

Attached gif shows the difference, light gray background is before the patch, white is after (look at the building at the bottom center):

LPeB1LscZD

More samples, the blurry ones are with QImageReader::setScaledSize:

ktQVMxqBac Agui9ijbaY DiuZ0DTKQr

Edited by Benjamin Arnaud

Merge request reports