node-potrace
node-potrace copied to clipboard
JavaScript port of Potrace, for NodeJS
Hello, Love this package. My only issue is that alpha channel in png images are treated as #ffffff white, so doing a trace on a png image with white in...
It is not exactly clear in the Readme if this can run in the browser too. From the source code, it looks like it should be possible, but I might...
Now in the resulting SVG there is always only 1 "path" object, is it possible to make as many objects as possible, as I understand it, the original library has...
Hi, The _Advanced usage and configuration_ section of the README has a small typo in the demo code. There is a missing r in the Posterizer's constructor name. ```javascript //...
Hi, Is it possible to somehow to get the event of when the conversion to finished before continuing my script? I cannot make batch conversion script.
In addition to returning SVG document contents, a tag, and a tag, this pull request adds the ability to return a JSON Array of the SVG paths, `getJSON()`. This allows...
Sorry, I don't know if the service was designed only to return grayscale or I if I am doing something wrong. I tried different options, but still, the output from...
Should I be filing issues here or upstream over at `Iwasawafag`? Thanks!
Hello, I'm using gatsby-plugin-sharp, and I've got the following error message when generating thumbnails: ``` TypeError: Cannot read property 'bitmap' of undefined at Potrace._processLoadedImage (/Users/svengaubert/workspace/fullstackrocket/gatsby-stripe-netlify-cms-tailwindcss/node_modules/potrace/lib/Potrace.js:1002:35) at Jimp. (/Users/svengaubert/workspace/fullstackrocket/gatsby-stripe-netlify-cms-tailwindcss/node_modules/potrace/lib/Potrace.js:1050:14) at Timeout._onTimeout...
Hey, We have been using the "web" version of this library in our application, and now we're trying to achieve the same functionality by using this package, but the generated...