Which library should I use for server-side image manipulation on Node.JS?

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2012-05-21T20:23:37Z Indexed on 2012/09/29 9:37 UTC
Read the original article Hit count: 186

I found a quite large list of available libraries on Node.JS wiki but I'm not sure which of those are more mature and provide better performance. Basically I want to do the following:

  1. load some images to a server from external sources
  2. put them onto one big canvas
  3. crop and mask them a bit
  4. apply a filter or two
  5. Resize the final image and give a link to it

Big plus if the node package works on both Linux and Windows.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about image