aheckmann / gm

GraphicsMagick for node
http://aheckmann.github.com/gm/
6.95k stars 615 forks source link

GraphicsMagick on Windows Azure + Node #353

Open loretoparisi opened 9 years ago

loretoparisi commented 9 years ago

I came out with this great tutorial about GM running on Windows Azure, http://channel9.msdn.com/Blogs/Interoperability/Nodejs-and-MongoDB-on-Windows-Azure

but I had no chance to run it since there's no doc how to install GraphicsMagick on Windows Azure.

garenyondem commented 9 years ago

:+1:

hackcom commented 9 years ago

He used VM on Azure, not Websites. So, he could install anything on it. In the video he mentioned Azure Website is slick, but he needs more power to deploy like a GraphicsMagic. Watch a middle of the video around 7:30.

fatihturgut commented 6 years ago

Hey guys, it is a bit late. But I created a site extension for GraphicsMagick / ImageMagick on azure platform.

ImageMagick is now working for azure web apps.

You can check the repository for the installation and usage: https://github.com/fatihturgut/azure-imagemagick-nodejs

loretoparisi commented 6 years ago

@fatihturgut Fantastic!!!