[Digikam-devel] [Bug 193967] New: VERY fast loading of thumbnails [PATCH]

Mikolaj Machowski mikmach at wp.pl
Mon May 25 00:28:46 BST 2009


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

           Summary: VERY fast loading of thumbnails [PATCH]
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: Albums GUI
        AssignedTo: digikam-devel at kde.org
        ReportedBy: mikmach at wp.pl


Version:            (using Devel)
Compiler:          gcc4.3.2 
OS:                Linux
Installed from:    Compiled sources

With this simple patch loading of thumbnails is much, much faster. Of course it
comes with price - slightly lower quality of thumbs (but only on display,
generated thumbnails are of good quality).

It is done by simple change from SmoothTranformation to FastTransformation.

I understand that this trade off isn't good for everyone but digiKam experience
becomes much smoother after removing of Smooth transformation ;)

Several possible solutions:
- use that patch as is and accept slightly lower quality (really visible only
with smallest thumbnails of 80px - and really, who could expect super quality
from those thumbs ;)
- make option in config dialog a) lower quality of thumbs, faster loading b)
high quality of thumbs, slower browsing of albums
- load thumbnails in two passes: first time with FastTransformation, second,
after eg. 2-3 seconds of inactivity with Smooth transformation

-- 
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