From 75f6498bb294ea7ffec1c251b24f23b6fdc2bdf0 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 30 Oct 2017 11:14:48 -0400 Subject: [PATCH] Was tired and left bad code in the release candidate. --- v2f.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v2f.js b/v2f.js index 0ef9b9c..e71d05f 100755 --- a/v2f.js +++ b/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++ @@ -211,4 +209,4 @@ cmd.arguments(' ') .option('-v, --verbose', 'Run in verbose mode') .parse(args) -initialize(cmd) \ No newline at end of file +initialize(cmd)