Bug 102021 - Pan and Zoom on Slideshow viewing (not a transition) a la iPhoto
Summary: Pan and Zoom on Slideshow viewing (not a transition) a la iPhoto
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-Presentation (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-20 22:53 UTC by Colin Guthrie
Modified: 2018-03-23 12:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Guthrie 2005-03-20 22:53:23 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

Hi,

One of the nicest effects on iPhoto on OSX is the Zoom and Pan feature when viewing the images. It basically means that nothing is stationary and that transitions must blend on moving images.

The iPhoto version zooms in to some images and out from others, I'm not sure if this is a one in/one out basis. I know that you can pick focus points to zoom in to/out from etc on iDVD if you are making a professional slideshow for burning.

It is a really nice feature and it would be brilliant if kipi plugins could support this.

As another point (tho' this should be a separate bug). If iPhoto detects dual head, it will use both screens really nicely. Say you have 6 photos in your collections. Photo 1 will appear on Screen 1 and Photo 2 on Screen 2. Upon transition, Screen 1 shows Photo 3 and Screen 2 shows Photo 4. Next transition Screen 1 shows Photo 5, Screen 2 shows Photo 6 etc. etc. It was a really pleasent surprise that they'd thought of this when my mate connected an extra monitor to his iBook the other day. It would be great if the kipi slide show supported this too.

All the best, and thanks for the good work.
Comment 1 Colin Guthrie 2005-03-21 17:28:37 UTC
I am reliably informed that this is called the Ken Burns Effect.

http://en.wikipedia.org/wiki/Ken_Burns
http://desktopvideo.about.com/od/advancedvideoediting/ss/kenburns_ro.htm
Comment 2 Gilles Schintgen 2005-08-08 14:03:10 UTC
I guess this would be like the GLSlideshow screensaver from xscreensaver? Yeah, that would rock :-)
Comment 3 Dik Takken 2005-11-21 18:45:51 UTC
*** Bug 116611 has been marked as a duplicate of this bug. ***
Comment 4 Francesco D'Offizi 2006-05-30 13:26:53 UTC
*** This bug has been confirmed by popular vote. ***
Comment 5 Gilles Schintgen 2007-04-06 23:06:20 UTC
http://kde-apps.org/content/show.php/SmoothSlideSaver?content=33197
This is a KDE screensaver implementing this effect.
Comment 6 Valerio Fuoglio 2007-11-15 00:15:52 UTC
SVN commit 736830 by vfuoglio:

Added Ken Burns effect.
Backported some code from SmoothSlideSaver (by Carsten Weinhold).

Next step: port SlideShow to KDE4.

BUG: 102021
CCMAIL: kde-imaging@kde.org
GUI:


 M  +5 -1      NEWS  
 M  +2 -1      slideshow/Makefile.am  
 A             slideshow/imageloadthread.cpp   [License: GPL (v2+)]
 A             slideshow/imageloadthread.h   [License: GPL (v2+)]
 A             slideshow/kbeffect.cpp   [License: GPL (v2+)]
 A             slideshow/kbeffect.h   [License: GPL (v2+)]
 M  +14 -8     slideshow/plugin_slideshow.cpp  
 A             slideshow/screenproperties.cpp   [License: GPL (v2+)]
 A             slideshow/screenproperties.h   [License: GPL (v2+)]
 M  +64 -13    slideshow/slideshowconfig.cpp  
 M  +2 -1      slideshow/slideshowconfig.h  
 M  +46 -2     slideshow/slideshowconfigbase.ui  
 M  +0 -10     slideshow/slideshowgl.cpp  
 A             slideshow/slideshowkb.cpp   [License: GPL (v2+)]
 A             slideshow/slideshowkb.h   [License: GPL (v2+)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=736830