How can I use both ImageMagick and GraphicsMagick?
Author: mzhomieCreated Aug 31, 2024Updated Aug 31, 2024
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?
Source: aheckmann/gm