sylvaingi / meteor-imagemagick

MIT License
23 stars 9 forks source link

Imagemagick instance is undefined #5

Open mrktrace opened 10 years ago

mrktrace commented 10 years ago

I tried to use all the functions in the readme but my program crashes because Imagemagick is undefined. Do I've to instanciate it appart or something? Thanks

mrktrace commented 10 years ago

By the way Im using a Meteor project

sylvaingi commented 10 years ago

Have you installed ImageMagick on your system?

mrktrace commented 10 years ago

You mean by $mrt add imagemagick? yes I have

sylvaingi commented 10 years ago

You need to get the ImageMagick binary, this module is just a wrapper around it. Use apt-get/brew/whatever package manager you use on your system for this.

mrktrace commented 9 years ago

I'm afraid I dunno how to do it... I'm using it from a meteor project by using nitrous.io.