smartcrop is working fine if we are using ImageMagick version 7.1.1-15, but with latest versions 7.1.1-36/7.1.1-38 it is failing with below error,
Error: Stream yields empty buffer
at Socket. (C:\smart\smartcrop\node_modules\gm\lib\command.js:57:17)
at Socket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
There were some earlier issues addressed as below, not sure whether it is related to this new one,
jwagner/smartcrop-cli#13
smartcrop is working fine if we are using ImageMagick version 7.1.1-15, but with latest versions 7.1.1-36/7.1.1-38 it is failing with below error,
Error: Stream yields empty buffer
at Socket. (C:\smart\smartcrop\node_modules\gm\lib\command.js:57:17)
at Socket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
There were some earlier issues addressed as below, not sure whether it is related to this new one,
jwagner/smartcrop-cli#13