Open chevalierc opened 8 years ago
Im using windows 10 x64
I'm encountering the same problem. May I confirm if there is already a solution for this? Thanks!
The following worked for me:
var gm = require('gm').subClass({imageMagick: true});
given image magick is properly installed and PATH is properly configured.
Possibly related: #548 #256
Hey,
I have installed the gui IM and GM on my machine to test this package. I am testing it with this code:
It is completely silent tho. All the callbacks fire but the data and err's are null/empty objects. Tried with both gm and im.
Is there any configuring on the machines environment I must do?