Open dnbard opened 10 years ago
I'm having the same issue. I'm also on Windows 7, ImageMagick is installed correctly.
+1, on OS X
+1 (osx)
In my case, on OS X, an older version of imagemagick was installed. I don't know about windows, but if it works partially I'd expect it to be the same problem.
Reinstalling did the trick on OS X (don't forget to update brew if you didn't before):
$ brew unlink imagemagick
Unlinking /usr/local/Cellar/imagemagick/6.8.0-10... 63 symlinks removed
$ brew install imagemagick
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/imagemagick-6.8.9-1.mavericks.bo
######################################################################## 100.0%
==> Pouring imagemagick-6.8.9-1.mavericks.bottle.tar.gz
+1 (win 7)
This function
71 line: gm(filepath).size(function(err, size) { }
returnssize
that equalsundefined
. I've installed ImageMagick and all needed libs. (convert -help
are working)Grunt config:
And in fact some files are processed(until task find an error)
OS: Windows7
Upd: It's definitely not a wrong path issue.