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

🎨 GD graphics library (libgd) C++ bindings for Node.js.

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

![Screen Shot 2565-08-23 at 15 38 59](https://user-images.githubusercontent.com/35359068/186113060-bc6d26fb-d806-4927-b42e-b336519213c7.png) When I draw polygon it has edges. I want to antialias polygon's boundary edge. How to antialiasing or do something to make polygon's...

When running test suites that include async test cases for modules using: ``` gd = require ('node-gd') ``` The following error occurs: ``` TypeError: Cannot redefine property: saveJpeg at Function.defineProperty...

Windows [libgd](http://gnuwin32.sourceforge.net/packages/gd.htm) binary can be found here, so I think windows support can now be added in this module. Here is one accepted answer to build `node-gd` for windows: https://stackoverflow.com/questions/21893642/installing-node-gd-on-windows/31125767#31125767

Hello, I'm not sure if this is known or not, I've been using the old version of the library because of these kind of errors, but since I'm forced to...

Was sent a .jpg image, needed it .png. When downloading the image from Gmail, set format to `All Files`: ![screen shot 2017-09-12 at 3 38 27 pm](https://user-images.githubusercontent.com/16868336/30347081-7f9356f4-97d0-11e7-84fa-f9dc41a02f12.png) Changed extension from...

How come this library doesn't build on Windows? Because [libgd](https://github.com/libgd/libgd/tree/master/windows) clearly does support Windows

When I do npm i node-gd I found this error: > npm ERR! code 1 npm ERR! path /Users/Maxorz/Works/Longdo/thaimap-services/node_modules/node-gd npm ERR! command failed npm ERR! command sh -c node-gyp rebuild...

* https://github.com/actions/checkout/releases * https://github.com/actions/setup-node/releases

Question: In https://github.com/y-a-v-a/node-gd/blob/master/src/node_gd.cc the file _gd_errors.h_ is referenced but it seems there is no file called _gd_errors.h_ in the repo. Is this file missing by accident? When I do a...

Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@​lukekarrys) 99d8287 #583 correctly parse...

dependencies