mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
No longer decode a bpg file to a png file (#8159).
This commit is contained in:
@@ -103,7 +103,7 @@ static const char
|
||||
*DelegateMap = (const char *)
|
||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
|
||||
"<delegatemap>"
|
||||
" <delegate decode=\"bpg\" command=\"" DELEGATE_ESC "bpgdec" DELEGATE_ESC " -b 16 -o " DELEGATE_ESC "%o.png" DELEGATE_ESC " " DELEGATE_ESC "%i" DELEGATE_ESC "; mv " DELEGATE_ESC "%o.png" DELEGATE_ESC " " DELEGATE_ESC "%o" DELEGATE_ESC "\"/>"
|
||||
" <delegate decode=\"bpg\" command=\"" DELEGATE_ESC "bpgdec" DELEGATE_ESC " -b 16 -o " DELEGATE_ESC "%o" DELEGATE_ESC " " DELEGATE_ESC "%i" DELEGATE_ESC "\"/>"
|
||||
" <delegate decode=\"png\" encode=\"bpg\" command=\"" DELEGATE_ESC "bpgenc" DELEGATE_ESC " -b 12 -q %~ -o " DELEGATE_ESC "%o" DELEGATE_ESC " " DELEGATE_ESC "%i" DELEGATE_ESC "\"/>"
|
||||
" <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\"" DELEGATE_ESC "xdg-open" DELEGATE_ESC " https://imagemagick.org/; rm " DELEGATE_ESC "%i" DELEGATE_ESC "\"/>"
|
||||
" <delegate decode=\"cdr\" command=\"" DELEGATE_ESC "uniconvertor" DELEGATE_ESC " " DELEGATE_ESC "%i" DELEGATE_ESC " " DELEGATE_ESC "%o.svg" DELEGATE_ESC "; mv " DELEGATE_ESC "%o.svg" DELEGATE_ESC " " DELEGATE_ESC "%o" DELEGATE_ESC "\"/>"
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
will it read any output image.
|
||||
-->
|
||||
<delegatemap>
|
||||
<delegate decode="bpg" command="'@BPGDecodeDelegate@' -b 16 -o '%o.png' '%i'; @MVDelegate@ '%o.png' '%o'"/>
|
||||
<delegate decode="bpg" command="'@BPGDecodeDelegate@' -b 16 -o '%o' '%i'"/>
|
||||
<delegate decode="png" encode="bpg" command="'@BPGEncodeDelegate@' -b 12 -q '%~' -o '%o' '%i'"/>
|
||||
<delegate decode="blender" command="'@BlenderDecodeDelegate@' -b '%i' -F PNG -o '%o''\n'@ConvertDelegate@' -concatenate '%o*.png' '%o'"/>
|
||||
<delegate decode="browse" stealth="True" spawn="True" command="'@BrowseDelegate@' https://imagemagick.org/; @RMDelegate@ '%i'"/>
|
||||
|
||||
Reference in New Issue
Block a user