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 was archived by the owner on Feb 25, 2025. It is now read-only.
In our application we are using gm as part of smartcrop library, it is working fine with old magick versions(7.1.1-15), but with latest ImageMagick 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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In our application we are using gm as part of smartcrop library, it is working fine with old magick versions(7.1.1-15), but with latest ImageMagick 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)
The text was updated successfully, but these errors were encountered: