Skip to content

Commit 54a5700

Browse files
author
Cristy
committed
Can't use %fx in delegates configuration file
1 parent c7b45a3 commit 54a5700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/delegates.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
-->
6262
<delegatemap>
6363
<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;"/>
64-
<delegate decode="png" encode="bpg" command="&quot;@BPGEncodeDelegate@&quot; -b 12 -q %[fx:quality/2] -o &quot;%o&quot; &quot;%i&quot;"/>
64+
<delegate decode="png" encode="bpg" command="&quot;@BPGEncodeDelegate@&quot; -b 12 -q &quot;%Q&quot; -o &quot;%o&quot; &quot;%i&quot;"/>
6565
<delegate decode="blender" command="&quot;@BlenderDecodeDelegate@&quot; -b &quot;%i&quot; -F PNG -o &quot;%o&quot;&quot;\n&quot;@ConvertDelegate@&quot; -concatenate &quot;%o*.png&quot; &quot;%o&quot;"/>
6666
<delegate decode="browse" stealth="True" spawn="True" command="&quot;@BrowseDelegate@&quot; http://www.imagemagick.org/; @RMDelegate@ &quot;%i&quot;"/>
6767
<delegate decode="cdr" command="&quot;@UniconvertorDelegate@&quot; &quot;%i&quot; &quot;%o.svg&quot;; @MVDelegate@ &quot;%o.svg&quot; &quot;%o&quot;"/>

0 commit comments

Comments
 (0)