Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何从ImageMagick中删除外部委托?_Imagemagick_Imagemagick Convert - Fatal编程技术网

如何从ImageMagick中删除外部委托?

如何从ImageMagick中删除外部委托?,imagemagick,imagemagick-convert,Imagemagick,Imagemagick Convert,为了遵守许可证,我必须从ImageMagick中删除一些代理。例如,我删除了ffmpeg.exe并编辑了delegate.xml,删除了以下行: <delegate decode="video:decode" command="&quot;ffmpeg.exe&quot; -nostdin -v -1 -i &quot;%i&quot; -vframes %S -vcodec pam -an -f rawvideo -y &am

为了遵守许可证,我必须从ImageMagick中删除一些代理。例如,我删除了
ffmpeg.exe
并编辑了
delegate.xml
,删除了以下行:

<delegate decode="video:decode" command="&quot;ffmpeg.exe&quot; -nostdin -v -1 -i &quot;%i&quot; -vframes %S -vcodec pam -an -f rawvideo -y &quot;%u.pam&quot; 2&gt; &quot;%u&quot;"/>
  <delegate encode="video:encode" stealth="True" command="&quot;ffmpeg.exe&quot; -nostdin -v -1 -i &quot;%M%%d.pam&quot; -plays %I &quot;%u.%m&quot; 2&gt; &quot;%u&quot;"/>

这些步骤足够了吗?或者说,
convert.exe
还有其他一些我应该知道的依赖项吗