Image resize library for Node.js site on Heroku hosting -


could suggest node js library resizing images compatible heroku hosting (linux), please?

we used this, didn't work on heroku. https://github.com/aheckmann/gm

thanks lot

i tested - latest gm works on heroku via imagemagick subclass. aaron tha man :)

imagemagick = gm.subclass({ imagemagick: true }); 

Comments

Popular posts from this blog

java - Cast from Object to List<String>: CastClassException -

How to set a border for android Imageview in Longpress? -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -