[Digikam-devel] [Bug 193967] VERY fast loading of thumbnails [PATCH]
Gilles Caulier
caulier.gilles at gmail.com
Mon May 25 17:21:18 BST 2009
https://bugs.kde.org/show_bug.cgi?id=193967
--- Comment #18 from Gilles Caulier <caulier gilles gmail com> 2009-05-25 18:21:17 ---
#16 : I'm agree with Marcel. We must take a care to not make a bad impression
about thumbs.
#14 : agree with Mik, but speed-up improvements can be see on Single CPU
computer. On Double core, nothing (tested on 8 differents computers)
What do you think about this way :
1/ Always compute cache with SmoothScale to 256x256.
2/ In second pass,
- If size is 256, do nothing.
- If 256 > size >= 128 : use cheatscale
- If size < 128 : use FastScale (we cannot see details indeep here).
Or perhaps alwyas use cheatscale if size < 256. In all case, no need to to
touch thumb if size = 256.
Gilles
--
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