|
||
---|---|---|
.. | ||
Readme.md | ||
_config.yml |
Readme.md
Functions
- initialize(Commander)
- convert(input, dpi, length)
Create image sequence from source video, using
- stitch(output, dim, next, pageW, pageL)
Stitch rendered frames into strips
initialize(Commander)
Kind: global function
Param | Type | Description |
---|---|---|
Commander | Object |
object |
convert(input, dpi, length)
Create image sequence from source video, using
Kind: global function
Param | Type | Description |
---|---|---|
input | String |
file path (absolute) |
dpi | Integer |
target printing dpi |
length | Integer |
strip length in frames |
stitch(output, dim, next, pageW, pageL)
Stitch rendered frames into strips
Kind: global function
Param | Type | Description |
---|---|---|
output | String |
Path of folder containing frames |
dim | Object |
Dimensions object |
next | function |
Async lib callback function |
pageW | Integer |
Page width in inches |
pageL | Integer |
Page length in inches |