EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.36k stars 231 forks source link

Stable for production? #207

Open Screeze opened 8 years ago

Screeze commented 8 years ago

Hi, I'm wondering if this library is considered stable for productive use for simple image scaling / cropping tasks? I need some image processing on azure web apps and this seems the only choice I could find right now...

Greetings

wjohnsto commented 8 years ago

I have been working with lwip and azure websites (iisnode) for awhile. I can't get lwip@0.0.8 to work, I do have lwip@0.0.6 working however. You need to build the 32-bit version, since azure only runs Node 32-bit (unless you are packaging your own Node versions). As far as getting lwip@0.0.6 to work, make sure you're building with VS >= 2013, npm i lwip@0.0.6 --msvs_version=2013. Pray that the install command works, otherwise you're in for a rough time.

kennethaasan commented 8 years ago

We're using it at Sportradar in production to generate cards: https://twitter.com/sportradarcards