Image processing without other software dependencies

I'm having a hard time trying to find a way to server-side work with images in node.js, seems like so far there is no library developed enough to be used in production.. Am I right?

I have taken a look to:

  • gm
  • imageMagick
  • VIPS
  • node-thumbnail
  • sharp
  • lwip

Those libraries are just good, but were built on top of other software and I dont want to have that dependencies.

So far, the lwip is the better, using node.js for processing is a great project, but is not mature enough for being a production solution.

The main question is:

Is there another library like lwip but mature with more supported formats?

Thanks in advance.