Was tired and left bad code in the release candidate.

This commit is contained in:
Matt 2017-10-30 11:14:48 -04:00 committed by GitHub
parent f60d58cffd
commit 75f6498bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

2
v2f.js
View File

@ -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++