Hi, how can I change this setting from this extension?
I've only tried quiet: true, but I don't know where else it would go.
Edit: It should just be --quiet, no second arg is necessary and I guess it's intended to be left as nil, but it's not working as it stands.
Thought it might need :'-quiet' in the source code but that ends up with:
convert.exe: unable to open image `--quiet': No such file or directory @ error/blob.c/OpenBlob/2643.
convert.exe: no decode delegate for this image format `--quiet' @ error/constitute.c/ReadImage/555.
Hi, how can I change this setting from this extension? I've only tried
quiet: true
, but I don't know where else it would go.Edit: It should just be
--quiet
, no second arg is necessary and I guess it's intended to be left as nil, but it's not working as it stands. Thought it might need:'-quiet'
in the source code but that ends up with: