https://bugs.kde.org/show_bug.cgi?id=98917
Martin Koller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever Confirmed|0 |1 --- Comment #2 from Martin Koller <kollix aon at> 2009-07-30 23:17:59 --- Tried to find why the image is more crispy than used inside the kaddressbook detail view. It seems the image "x-office-contact" is used within kmail inside an HTML tag giving it a width = 75 (AddresseeView::vCardAsHTML() libkdepim/addresseeview.cpp line 420), which seems to scale the much smaller icon to that size, and obviously this scaling makes it crispy. In kaddressbook, the detail view is a KTextBrowser class - and I think kmail uses KHTML to view the HTML vcard attachment. So the difference seems to be simply a different implementation of the image scaling. Maybe a solution would be to already provide a larger, smooth-scaled icon for width=75 ... -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
