I have bene using node-imagemagick for a few days now and have come to realize that it has bugs.
There are about 100 forks of it, some of which fix some of the issues i have come across, but it is hard to figure out which fork i should use.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I chose to use gm node module on one of my project. It works pretty well.
See : http://aheckmann.github.com/gm/
It’s basically a wrapper around imageMagick or graphicsmagick binaries.
Here is a simple example :