You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
When I use ImageMagick by ImageMagick instead of gm, I encounter the the followed issues.
My machine environment is windows, I have insatll imagemagick.exe in my PC.
My node is V8.5.0
{ Error: Command failed: Invalid Parameter - D:\picScrop\myapp\public\images
at ChildProcess.onExit (D:\picScrop\myapp\node_modules\gm\lib\command.js:301
:17)
at emitTwo (events.js:125:13)
at ChildProcess.emit (events.js:213:7)
at ChildProcess.cp.emit (D:\picScrop\myapp\node_modules\gm\node_modules\cros
s-spawn\lib\enoent.js:40:29)
at maybeClose (internal/child_process.js:927:16)
at Socket.stream.socket.on (internal/child_process.js:348:11)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at Pipe._handle.close [as _onclose] (net.js:545:12) code: 4, signal: null }
When I use ImageMagick by ImageMagick instead of gm, I encounter the the followed issues.
The followed is my code
The text was updated successfully, but these errors were encountered: