Difference between revisions of "Screen Saver Initialization"

From LinuxMCE
Jump to: navigation, search
 
m (spelling corrections)
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>Photo Screen Saverl has inside a setup class that gives different parameters for it and is named GallerySetup.  
+
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>Photo Screen Saver has inside a setup class that gives different parameters for it and is named GallerySetup.  
The parameters reffer to Width and Height of the screen, Fadding times between two images, and a \n string list that separes the files that will need to be "animated".
+
The parameters refer to Width and Height of the screen, Fading times between two images, and a \n string list that separates the files that will need to be "animated".
  
 
On any ON command, PSS will setup and will animate frames until will get an OFF command.
 
On any ON command, PSS will setup and will animate frames until will get an OFF command.
Line 7: Line 7:
 
- Width of parent device (parent Orbiter)
 
- Width of parent device (parent Orbiter)
 
- Height of parent device (parent Orbiter)
 
- Height of parent device (parent Orbiter)
- ZoomTime milisecond time to animate one picture (it is get from the web-admin page)
+
- ZoomTime millisecond time to animate one picture (it is get from the web-admin page)
- Fade time - time in miliseconds that pass between the two images switch.
+
- Fade time - time in milliseconds that pass between the two images switch.

Revision as of 16:53, 10 December 2006

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.
Photo Screen Saver has inside a setup class that gives different parameters for it and is named GallerySetup.

The parameters refer to Width and Height of the screen, Fading times between two images, and a \n string list that separates the files that will need to be "animated".

On any ON command, PSS will setup and will animate frames until will get an OFF command.

The ON command reads: - Width of parent device (parent Orbiter) - Height of parent device (parent Orbiter) - ZoomTime millisecond time to animate one picture (it is get from the web-admin page) - Fade time - time in milliseconds that pass between the two images switch.