What's the best graphics library for node.js for image cropping?
Posted
by
Travis
on Stack Overflow
See other posts from Stack Overflow
or by Travis
Published on 2010-12-27T19:47:05Z
Indexed on
2010/12/27
19:54 UTC
Read the original article
Hit count: 193
I'm creating a website using node.js. I have seen many libraries mentioned that piggy back on top of imagemagick etc. There is a list here: https://github.com/ry/node/wiki/modules#graphics
What I'm trying to do is take the image that a user uploads, crop it/size it to certain dimensions the site requires. What is the best/most active script to do this? I'd like one with npm support. Does anyone have actual experience using some of these?
© Stack Overflow or respective owner