Was tired and left bad code in the release candidate.
This commit is contained in:
parent
f60d58cffd
commit
75f6498bb2
2
v2f.js
2
v2f.js
|
@ -144,8 +144,6 @@ function stitch (output, dim, next) {
|
|||
if ((i + 1) % (width * length) === 0 || i === frames.length - 1) {
|
||||
pagePath = path.join(output, `./page_${pad(page)}.jpg`)
|
||||
execStr += `\ -tile 1x${length} -geometry ${dim.w}x${dim.h}+${diff}+0 miff:- |\ \nmontage - -geometry +0+0 -tile ${width}x1 -density ${dim.dpi} "${pagePath}"`
|
||||
console.log(execStr)
|
||||
process.exit()
|
||||
cmds.push(execStr)
|
||||
execStr = 'montage '
|
||||
page++
|
||||
|
|
Loading…
Reference in New Issue