Conversation
|
👍 |
|
Hey @erulabs! If you switch to gm you no longer need the imagemagick policy: |
|
Hey @briankassouf - thanks haha :) Hope all is well! |
| ) | ||
|
|
||
| const GM_COMMAND = "convert" | ||
| const GM_COMMAND = "gm convert" |
There was a problem hiding this comment.
I don't think the exec command will like this space. You might need to change the runProcessorCommand so that it adds convert as the first item in the argument slice
There was a problem hiding this comment.
Actually the runProcessorCommand function is used more generically for other types of commands then gm. Perhaps a new function that wraps runProcessorCommand?
There was a problem hiding this comment.
Hrm - yeah - I think i'll just add "convert" as an arg to each of those commands. That way runProcessorCommand stays generic and we can use other parts of gm easily if we want.
gm convertinstead of imagemagick