Sylvain Gizard

Results 7 comments of Sylvain Gizard

Have you installed ImageMagick on your system?

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.

It was a bug in the docs, there's no callback invoked since this lib has a synchronous API. Whenever crop() returns, that means that the operation completed.

You need to read the file Imagemagick written with fs.readFile. Bottom line is, this lib is just calling Imagemagick with the correct arguments, it never manipulates the image data.

The thing is that this package just calls the imagemagick executable on your machine, it can only work with actual files on the filesystem. So using an URL is not...

Be careful with the file path of the public/ folder, I think it is not consistent whether you are in development or production (meteor deploy or bundle). Otherwise, is your...

I think it is something like programs/client/app/, but I am not sure it is a best practice to reference this directory. You shoud consider using the Assets API: http://docs.meteor.com/#assets Basically...