如何从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
还有其他一些我应该知道的依赖项吗