mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
Don't add svg:decode to the list of build in delegates when librsvg was enabled.
This commit is contained in:
@@ -145,7 +145,9 @@ static const char
|
||||
" <delegate decode=\"shtml\" command=\""html2ps" -U -o "%o" "%i"\"/>"
|
||||
" <delegate decode=\"sid\" command=\""mrsidgeodecode" -if sid -i "%i" -of tif -o "%o" > "%u"\"/>"
|
||||
" <delegate decode=\"svg\" command=\""rsvg-convert" --dpi-x %x --dpi-y %y -o "%o" "%i"\"/>"
|
||||
#ifndef MAGICKCORE_RSVG_DELEGATE
|
||||
" <delegate decode=\"svg:decode\" stealth=\"True\" command=\""inkscape" "%s" --export-png="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1\"/>"
|
||||
#endif
|
||||
" <delegate decode=\"tiff\" encode=\"launch\" mode=\"encode\" command=\""gimp" "%i"\"/>"
|
||||
" <delegate decode=\"wdp\" command=\"mv "%i" "%i.jxr"; "JxrDecApp" -i "%i.jxr" -o "%o.tiff"; mv "%i.jxr" "%i"; mv "%o.tiff" "%o"\"/>"
|
||||
" <delegate decode=\"webp\" command=\""dwebp" -pam "%i" -o "%o"\"/>"
|
||||
|
||||
Reference in New Issue
Block a user