<html>
<head>
<title>Blinker - Scaler</title>
</head>
<body>
<h1>Blinker - Scaler</h1>
<p>
The scaler module scales the frames of a stream.
It receives a single input stream and passes it on with a
different size.
</p>
<h2>Configuration</h2>
<p>
The configuration of the scaler module with name <code>NAME</code>
is located in the <code>scalers/NAME</code> subdirectory.
</p>
<h3>Input Stream</h3>
<p>
The file <code>instream</code> contains the name of the stream to
receive.
The frames received from this stream are scaled and passed to the
output stream.
</p>
<h3>Size</h3>
<p>
The file <code>size</code> describes the size of the output stream,
i.e. its dimensions.
The file must contain a string
<code><width>x<height></code>,
e.g. <code>18x8</code> for 18 pixels width, 8 pixels height.
</p>
<h3>Output Stream</h3>
<p>
The file <code>outstream</code> contains the name of the stream to
send the scaled frames to.
</p>
</body>
</html>