lwip icon indicating copy to clipboard operation
lwip copied to clipboard

Stable for production?

Open Screeze opened this issue 9 years ago • 2 comments

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

Screeze avatar Nov 14 '15 18:11 Screeze

I have been working with lwip and azure websites (iisnode) for awhile. I can't get [email protected] to work, I do have [email protected] 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 [email protected] to work, make sure you're building with VS >= 2013, npm i [email protected] --msvs_version=2013. Pray that the install command works, otherwise you're in for a rough time.

wjohnsto avatar Nov 16 '15 17:11 wjohnsto

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

kennethaasan avatar Jul 27 '16 14:07 kennethaasan