[nodejs] Re: Image manipulation with node.js

2012-08-29 Thread Parag P
You can try Imagemagick which can seamlessly triggered using any programming language. On Saturday, June 12, 2010 7:57:24 AM UTC+5:30, tracker1 wrote: > > Is anyone working on an image library for use with node? Perhaps using > the > canvas API, or similar with an export/save to optimized png

[nodejs] Re: Image manipulation with node.js

2012-08-30 Thread David Boon
I'm using http://aheckmann.github.com/gm/ and it works great for image manipulation. I've tried one other library that was written to use imagemagick and it was pretty buggy. I have run across https://github.com/LearnBoost/node-canvas which might be more what you're looking for... -Dave On