f8c42ee0671276abc906af6c594d104dbed8a214
Stefan Schuermans more documentation

Stefan Schuermans authored 12 years ago

1) <html>
2)   <head>
3)     <title>Blinker - Canvas</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - Canvas</h1>
7)     <p>
8)       The canvas module allows to merge several streams into one.
9)       It works lie a canvas, onto which rectangular sections of
10)       different streams are drawn.
11)       The result obtained on the canvas is then sent to a single output
12)       stream.
13)     </p>
14)     <h2>Configuration</h2>
15)     <p>
16)       The configuration of the canvas module with name <code>NAME</code>
17)       is located in the <code>canvas/NAME</code> subdirectory.
18)     </p>
19)     <h3>Format</h3>
20)     <p>
21)       The file <code>format</code> describes the format of the canvas,
22)       i.e. its dimensions, the number of channels and the color depth on
23)       each channel.
24)       The file must contain a string
25)       <code>&lt;width&gt;x&lt;height&gt;-&lt;channels&gt;/&lt;colors&gt;</code>,
26)       e.g. <code>18x8-1/256</code> for 18 pixels width, 8 pixels height
27)       in 256 grayscales.
28)     </p>
29)     <h3>Input List</h3>
30)     <p>
Stefan Schuermans typos in comments and docum...

Stefan Schuermans authored 12 years ago

31)       The inputs to be drawn onto the canvas are configured in the
Stefan Schuermans more documentation

Stefan Schuermans authored 12 years ago

32)       <code>inputs</code> subdirectory.
Stefan Schuermans typos in comments and docum...

Stefan Schuermans authored 12 years ago

33)       Each input is configured in an own subdirectory in <code>inputs</code>.