Version: (using Devel) Installed from: Compiled sources Right now a linear transformation is used to scale pictures which usually gives bad results. Qt allows smooth scaling, but this transformation is noticably more cpu intensive and therefore not always possible. The patch attached adds an option to use smooth scaling (can't check in directly due to message freeze).
Created attachment 25229 [details] plasma-frame-smooth-scaling-option.diff
SVN commit 824870 by nienhueser: Use smooth scaling to resize the image, which looks better most times. CCBUG: 163662 M +1 -1 frame.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=824870
*** Bug 165230 has been marked as a duplicate of this bug. ***
SVN commit 830516 by nienhueser: Allow switching scaling algorithm. BUG: 163662 M +11 -1 config.ui M +10 -0 configdialog.cpp M +3 -0 configdialog.h M +6 -1 frame.cpp M +2 -0 frame.h WebSVN link: http://websvn.kde.org/?view=rev&revision=830516