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: 210
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:
- load some images to a server from external sources
- put them onto one big canvas
- crop and mask them a bit
- apply a filter or two
- 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