aheckmann / gm

GraphicsMagick for node
http://aheckmann.github.com/gm/
6.96k stars 617 forks source link

How can I use both ImageMagick and GraphicsMagick? #870

Open mzhomie opened 2 months ago

mzhomie commented 2 months ago

Once the package has been imported using the import statement in TypeScript, all manipulations are performed using the settings made during import. Is there no use() method or set() method to decide at runtime whether GraphicsMagick or ImageMagick should be used?