Closed normanrz closed 11 years ago
I noticed that there is a problem with node-imagemagick when using it concurrently (see #4). So I switched to the https://github.com/aheckmann/gm module. It supports both ImageMagick and GraphicsMagick.
Could you please fix the remaining issue, so we can merge?
Thanks for your efforts!
Running "image_resize:resize" (image_resize) task
Fatal error: Cannot read property 'width' of undefined
This is really awesome, but I'm worried about the failing tests.
Oops, I had only tested with Graphicsmagick. Sorry about that. Now, only Imagemagick is supported. Let me know if you still have issues.
I made a small change which allows the resizing to happen in parallel. AFAIK ImageMagick doesn't make use of multi-cores by itself.