v2f/docs/Readme.md

37 lines
843 B
Markdown

## Functions
<dl>
<dt><a href="#convert">convert(path, dpi, length)</a></dt>
<dd><p>Turn video into sheet of images</p>
</dd>
<dt><a href="#stitch">stitch(loc, dim)</a></dt>
<dd><p>Stitch rendered frames into strips</p>
</dd>
</dl>
<a name="convert"></a>
## convert(path, dpi, length)
Turn video into sheet of images
**Kind**: global function
| Param | Type | Description |
| --- | --- | --- |
| path | <code>String</code> | file path (absolute) |
| dpi | <code>Integer</code> | target printing dpi |
| length | <code>Integer</code> | strip length in frames |
<a name="stitch"></a>
## stitch(loc, dim)
Stitch rendered frames into strips
**Kind**: global function
| Param | Type | Description |
| --- | --- | --- |
| loc | <code>String</code> | Path of folder containing frames |
| dim | <code>Object</code> | Dimensions object |