Error with pictoprime -i: Stream yields empty buffer
See original GitHub issueGetting this error in powershell from running pictoprime -i shapes.png
Image i tried to use: Is this an issue on my side? haven’t been able to make this work on any image. Am happy to provide any additional info. Cheers
Issue Analytics
- State:
- Created a year ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Stream yields empty buffer - node.js
I used GraphicsMagick for node but got the error "Stream yields empty buffer" import gm from 'gm'; gm(buffer).resize(200, 200).
Read more >Stream yields empty buffer
spurtcoder I m facing same problem and i done the same but still it shows same error. steps i did: 1> installed the...
Read more >Getting "toBuffer() Stream yields empty buffer" error for ...
Here is my sample code var gm = require('gm').subClass({ imageMagick: true }); // Enable ImageMagick integration.
Read more >GraphicsMagick: toBuffer() Stream yields empty buffer
I am trying to read a file into a buffer, resize it and then write it to disk using ... However, this generates...
Read more >Generate prime numbers from pictures!
Error with pictoprime -i: Stream yields empty buffer. Getting this error in powershell from running pictoprime -i shapes.png.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @HansAnonymous, I’ll try to look into a more long term solution, but with your solution I’m going to close the issue & pin it in case anyone else comes across this.
Hello! I’ve also encountered this error and to not just say, “me too!” and leave, I come with a temporary solution!
It appears that GraphicsMagick just fails to run on current installations as seen here
The solution also listed in the link above is to install Visual Studio 2008 package found here. Make sure it’s VS2008!
Less than ideal, but GM works, allowing PictoPrime to run.