[Digikam-devel] [Bug 224999] Thumbnails blury after upgrade to 1.0.0 from 0.10

Marcel Wiesweg marcel.wiesweg at gmx.de
Thu Apr 1 19:39:54 BST 2010


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





--- Comment #29 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-04-01 20:39:51 ---
You need the "sqlite3" tool. Type ".schema" to get the schema. The thumbnails
are stored in PGF format as BLOB.

In the db thumbnails are stored as 256px. That means at initial (slow)
creation, the full image is loaded and then scaled to 256. The original bug
here affected this step.
When loading from the db (fast), the thumbnail is scaled to the desired size
and then converted to pixmap.

-- 
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 Digikam-devel mailing list