barcode icon indicating copy to clipboard operation
barcode copied to clipboard

have a config to use imageMagick

Open tony1223 opened this issue 7 years ago • 1 comments

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 ?

tony1223 avatar May 02 '17 01:05 tony1223

This is being changed very soon, actually. You will be able to specify a renderer which decouples the image generation from pattern generation and you can just pass in a prepared GM or IM object to a renderer.

samt avatar May 14 '17 20:05 samt