frameshot
frameshot copied to clipboard
Add option to use GraphicsMagick instead of ImageMagick
GraphicsMagick is an actively-maintained fork of ImageMagick which replaces its global convert
, import
etc with a single gm
which takes the scattered commandset as options.
I added a custom option to set which program to use, and a wrapper function which dispatches on it to pass the correct string to frameshot--call-process
.