madhums / node-imager

[not maintained anymore] A node.js module to resize, crop and upload images to Rackspace cloudfiles and Amazon S3
MIT License
267 stars 61 forks source link

Improve performance by switching to graphicsmagick-stream #71

Open shauntrennery opened 10 years ago

shauntrennery commented 10 years ago

Replace GM with https://github.com/e-conomic/graphicsmagick-stream

madhums commented 10 years ago

@shauntrennery I switched to graphicsmagick-stream. Made a pre-release here https://github.com/imagerjs/imager/releases/tag/1.0.0-alpha1 feel free to try it out and give any feedback

fyyyyy commented 9 years ago

Is it possible to assign imagemagick to a worker process on heroku ? i noticed there was only a web process configured in your mongoose demo app.