node-gd icon indicating copy to clipboard operation
node-gd copied to clipboard

GD graphic library bindings for Node.js

Results 13 node-gd issues
Sort by recently updated
recently updated
newest added

If I run this: npm install gd I get this error: sh: 1: node-waf: not found npm WARN This failure might be due to the use of legacy binary "node"...

# define RETURN_DATA() \ ``` HandleScope scope; \ Local result = Encode(data, size); \ gdFree(data); :+1: \ return scope.Close(result); ``` Windows build exception :) Thanks for node-gd !

Say I have the following code: var gd = require('node-gd'); var image = gd.create(125, 125); How can I get the binary data from image?

I'm trying the following code and getting an error that image does not have method string. Can someone tell me what the proper way of doing this? Thanks! var image...

hi, title says it all: i installed gd2 with macports and am now trying to install node-gd with NPM - but it fails because it can't find the gd files...

hello. node.js seems to remove node_event.h. have any patch plan? thanks.

The callback coming from open_func doesn't include the error, instead the error is throw. The first parameter of a callback should be any error encounter or null and the error...

I installed via npm version 1.0.27 and node 0.4.9. The package.json file did not include a `main` entry, so `require('gd')` was broken. I added `main: './gd.js',` to my package.json and...

While installing i am getting following error. Waf: Entering directory `/home/vishal/node_modules/node-gd/build' [1/2] cxx: node-gd.cc -> build/default/node-gd_1.o ../node-gd.cc:16:16: fatal error: gd.h: No such file or directory compilation terminated. Waf: Leaving directory`/home/vishal/node_modules/node-gd/build'...

When nodejs instanse started by cron (sh script) or by init it fail when node try run any of gd functions **But! when I start it from command line manually...