Bug 131155

Summary: Smooth increasing/decreasing size of thumbnails like in F-Spot or iPhoto
Product: [Applications] digikam Reporter: Hans Meier <ma2412ma>
Component: Thumbs-ImageAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: gschintgen, lure
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.2

Description Hans Meier 2006-07-21 11:47:23 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages

Right now, there are only fixed sizes of the thumbnails available. A better solution would be to scale the thumbnails smoothly, as in F-Spot or iPhoto. 

First, it looks much better. Second, resizing the thumbnails is much faster (only the biggest thumbnail has to be created once, and all smaller versions are just scaled down). Third, the user can see the thumbnails in exactly the size and number per screen he/she wants.
Comment 1 Colin Guthrie 2006-07-21 13:29:20 UTC
Has to be said but from a purely aesthetic point of view I'd really like this.
Comment 2 caulier.gilles 2007-03-22 22:20:33 UTC
SVN commit 645545 by cgilles:

digiKam from trunk : add a new slider on the status bar to set finelly the thumbs size in album icon view, like iphoto do.
Now, you can set the thumbs size by step of 8 pixels between 32 to 256 instead the old 5 const sizes hardcoded (32, 64, 100, 160, 256)
BUG: 131155

 M  +92 -55    digikamapp.cpp  
 M  +8 -3      digikamapp.h  
 M  +10 -2     digikamappprivate.h  
 M  +27 -79    digikamview.cpp  
 M  +6 -3      digikamview.h  
 M  +28 -19    thumbnailsize.h