I can't use gm in my environment, but I install imageMagick instead.
in the document says we could use the code to change the gm implement.
http://aheckmann.github.io/gm/docs.html#imagemagick
var imageMagick = gm.subClass({ imageMagick: true });
I have to change the code in lib folder manually, could we have a config to setup this ?
I can't use gm in my environment, but I install imageMagick instead.
in the document says we could use the code to change the gm implement.
http://aheckmann.github.io/gm/docs.html#imagemagick
var imageMagick = gm.subClass({ imageMagick: true });
I have to change the code in lib folder manually, could we have a config to setup this ?