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"
XnView Slide-Show control
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 45310
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: XnView Slide-Show control
Yes, it's a good enhancement but the GUI should be able to do that toobpasch 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"
Pierre.