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
if (err) return resp.end(err.stack);
if (img.width() < 1 || img.height() < 1) return resp.end('Image has no size');
img.toBuffer() // Here the nodejs server just is stopped with no errors
});
`
I have tried with img.toBufferAsync() and the same thing happens
Any leads to fix it will be great!
The text was updated successfully, but these errors were encountered:
vc14: The compiler packaged with Visual Studio 2015
vc12: The compiler packaged with Visual Studio 2013
vc11: The compiler packaged with Visual Studio 2012
vc10: The compiler packaged with Visual Studio 2010
I have the next code:
`
cv.readImage(path, function(err, img){
});
`
I have tried with img.toBufferAsync() and the same thing happens
Any leads to fix it will be great!
The text was updated successfully, but these errors were encountered: