imagemagick-cli
Advanced tools
Comparing version
{ | ||
"name": "imagemagick-cli", | ||
"version": "0.1.3", | ||
"version": "0.2.1", | ||
"description": "Access the ImageMagick CLI tools from Node. Cross-platform, with support for ImageMagick 6 and 7.", | ||
@@ -32,7 +32,7 @@ "main": "./src/index.js", | ||
"eslint-plugin-import": "^2.2.0", | ||
"mocha": "^4.1.0", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.0.1", | ||
"sinon": "^4.1.4" | ||
"sinon": "^5.0.2" | ||
}, | ||
"dependencies": {} | ||
} |
# node-imagemagick-cli | ||
[](https://circleci.com/gh/dwmkerr/node-imagemagick-cli) [](https://ci.appveyor.com/project/dwmkerr/node-imagemagick-cli) [](https://codecov.io/gh/dwmkerr/node-imagemagick-cli) [](https://david-dm.org/dwmkerr/node-imagemagick-cli) [](https://david-dm.org/dwmkerr/node-imagemagick-cli?type=dev) | ||
[](https://circleci.com/gh/dwmkerr/node-imagemagick-cli) [](https://ci.appveyor.com/project/dwmkerr/node-imagemagick-cli) [](https://codecov.io/gh/dwmkerr/node-imagemagick-cli) [](https://david-dm.org/dwmkerr/node-imagemagick-cli) [](https://david-dm.org/dwmkerr/node-imagemagick-cli?type=dev) [](https://greenkeeper.io/) | ||
@@ -5,0 +5,0 @@ Access the ImageMagick CLI tools from Node. Cross-platform, with support for ImageMagick 6 and 7. |
@@ -39,3 +39,3 @@ const childProcess = require('child_process'); | ||
// with the appropriate path and execute it. | ||
const reconstructedCommand = `${mappedCli} ${parameters}`; | ||
const reconstructedCommand = `"${mappedCli}" ${parameters}`; | ||
childProcess.exec(reconstructedCommand, (err, stdout, stderr) => { | ||
@@ -42,0 +42,0 @@ if (err) { |
Sorry, the diff of this file is not supported yet
23664
-99.91%16
-15.79%