]> granicus.if.org Git - imagemagick/commitdiff
Can't use %fx in delegates configuration file 7.0.2-2
authorCristy <urban-warrior@imagemagick.org>
Mon, 27 Jun 2016 21:14:15 +0000 (17:14 -0400)
committerCristy <urban-warrior@imagemagick.org>
Mon, 27 Jun 2016 21:14:15 +0000 (17:14 -0400)
config/delegates.xml.in

index 913536143c490cd75d89b45239d9f914efbde186..a834c5e33729cc47570995d098c207c260e9347b 100644 (file)
@@ -62,7 +62,7 @@
 -->
 <delegatemap>
   <delegate decode="bpg" command="&quot;@BPGDecodeDelegate@&quot; -b 16 -o &quot;%o.png&quot; &quot;%i&quot;; @MVDelegate@ &quot;%o.png&quot; &quot;%o&quot;"/>
-  <delegate decode="png" encode="bpg" command="&quot;@BPGEncodeDelegate@&quot; -b 12 -q %[fx:quality/2] -o &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="png" encode="bpg" command="&quot;@BPGEncodeDelegate@&quot; -b 12 -o &quot;%o&quot; &quot;%i&quot;"/>
   <delegate decode="blender" command="&quot;@BlenderDecodeDelegate@&quot; -b &quot;%i&quot; -F PNG -o &quot;%o&quot;&quot;\n&quot;@ConvertDelegate@&quot; convert -concatenate &quot;%o*.png&quot; &quot;%o&quot;"/>
   <delegate decode="browse" stealth="True" spawn="True" command="&quot;@BrowseDelegate@&quot; http://www.imagemagick.org/; @RMDelegate@ &quot;%i&quot;"/>
   <delegate decode="cdr" command="&quot;@UniconvertorDelegate@&quot; &quot;%i&quot; &quot;%o.svg&quot;; @MVDelegate@ &quot;%o.svg&quot; &quot;%o&quot;"/>