frameshot icon indicating copy to clipboard operation
frameshot copied to clipboard

Add option to use GraphicsMagick instead of ImageMagick

Open talismanick opened this issue 2 years ago • 0 comments

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.

talismanick avatar Jul 20 '22 22:07 talismanick