Page 1 of 1

XnView Slide-Show control

Posted: Wed Aug 10, 2005 3:17 pm
by bpasch
Suggestion for improvement:
Handle slide-show config statements within the file list as shown in the following example.
This allows to adapt slide show behavior dynamically within the show.
Any config option should be allowed whose change makes sense within the show.

# Slide Show Sequence
Timer = 5.000000
Loop = 1
... more initial config statements ...
Effect = 1
"CIMG0003.jpg"
"CIMG0005.jpg"
Timer = 1.000000
Effect = 0
"CIMG0006.jpg"
"CIMG0007.jpg"
Effect = 1
"CIMG0010.jpg"

Re: XnView Slide-Show control

Posted: Fri Aug 19, 2005 4:43 pm
by xnview
bpasch wrote:Suggestion for improvement:
Handle slide-show config statements within the file list as shown in the following example.
This allows to adapt slide show behavior dynamically within the show.
Any config option should be allowed whose change makes sense within the show.

# Slide Show Sequence
Timer = 5.000000
Loop = 1
... more initial config statements ...
Effect = 1
"CIMG0003.jpg"
"CIMG0005.jpg"
Timer = 1.000000
Effect = 0
"CIMG0006.jpg"
"CIMG0007.jpg"
Effect = 1
"CIMG0010.jpg"
Yes, it's a good enhancement but the GUI should be able to do that too