February 12, 2020
NodeJS image processing with node-gd
Since a couple of years, I am the maintainer of the NodeJS library called node-gd
, which are JavaScript bindings for NodeJS to the libgd graphics library. During the past years, many major changes have taken place in the code base of node-gd
to keep it up to date with the pace of JavaScript evolution. In this article I will go deeper into the technical changes that I implemented in the past years. It is not an explanation of how node-gd
works or what you can do with it. For that I would suggest to directly visit its documentation page