]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 3 Jan 2017 00:24:19 +0000 (19:24 -0500)
committerCristy <urban-warrior@imagemagick.org>
Tue, 3 Jan 2017 00:24:19 +0000 (19:24 -0500)
ChangeLog
config/delegates.xml.in

index d2e34f22e74fd177766503198a24485006920bcc..e02826eab78698f3b519bfe873e4f187884c5b5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-01-02  7.0.4-2 Cristy  <quetzlzacatenango@image...>
+  * Validation unit test for MNG works again.
+
 2016-12-31  7.0.4-1 Cristy  <quetzlzacatenango@image...>
   * Release ImageMagick version 7.0.4-1, GIT revision 19292:c5ccfa8:20161231.
 
index fdb8bdaef5ac6ba156ca7ccf56527fe99c92fc2e..c3e7ba9b34b9592e33053ea1c2aa891e8cd446d9 100644 (file)
@@ -85,7 +85,7 @@
   <delegate decode="ilbm" command="&quot;@ILBMDecodeDelegate@&quot; &quot;%i&quot; &gt; &quot;%o&quot;"/>
   <delegate decode="jpg" encode="lep" mode="encode" command="&quot;@LEPDelegate@&quot; &quot;%i&quot; &quot;%o&quot;"/>
   <delegate decode="jxr" command="@MVDelegate@ &quot;%i&quot; &quot;%i.jxr&quot;; &quot;@JXRDecodeDelegate@&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;; @MVDelegate@ &quot;%i.jxr&quot; &quot;%i&quot;; @MVDelegate@ &quot;%o.pnm&quot; &quot;%o&quot;"/>
-  <delegate decode="lep" mode="encode" command="&quot;@LEPDelegate@&quot; &quot;%i&quot; &quot;%o&quot;"/>
+  <delegate decode="lep" mode="decode" command="&quot;@LEPDelegate@&quot; &quot;%i&quot; &quot;%o&quot;"/>
   <delegate decode="miff" encode="show" spawn="True" command="&quot;@DisplayDelegate@&quot; display -immutable -delay 0 -title &quot;%M&quot; &quot;%i&quot;"/>
   <delegate decode="miff" encode="win" stealth="True" spawn="True" command="&quot;@DisplayDelegate@&quot; display -immutable -delay 0 -title &quot;%M&quot; &quot;%i&quot;"/>
   <delegate decode="mpeg:decode" command="&quot;@MPEGDecodeDelegate@&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;"/>