[Bug 98917] "User" icon for attached VCF-Cards appears crispy

Martin Koller kollix at aon.at
Thu Jul 30 22:18:00 BST 2009


https://bugs.kde.org/show_bug.cgi?id=98917


Martin Koller <kollix at aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |kollix at aon.at
     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.



More information about the Kdepim-bugs mailing list