mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
132 lines
15 KiB
XML
132 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE delegatemap [
|
|
<!ELEMENT delegatemap (delegate)+>
|
|
<!ATTLIST delegatemap xmlns CDATA #FIXED ''>
|
|
<!ELEMENT delegate EMPTY>
|
|
<!ATTLIST delegate xmlns CDATA #FIXED '' command CDATA #REQUIRED
|
|
decode NMTOKEN #IMPLIED encode NMTOKEN #IMPLIED mode NMTOKEN #IMPLIED
|
|
spawn NMTOKEN #IMPLIED stealth NMTOKEN #IMPLIED>
|
|
]>
|
|
<!--
|
|
Delegate command file.
|
|
|
|
Commands which specify
|
|
|
|
decode="in_format" encode="out_format"
|
|
|
|
specify the rules for converting from in_format to out_format. Use these
|
|
rules to translate directly between formats.
|
|
|
|
Commands which specify only
|
|
|
|
decode="in_format"
|
|
|
|
specify the rules for converting from in_format to some format that
|
|
ImageMagick automatically recognizes. Use these rules to decode formats.
|
|
|
|
Commands which specify only
|
|
|
|
encode="out_format"
|
|
|
|
specify the rules for an "encoder" which may accept any input format.
|
|
|
|
The substitution rules are as follows:
|
|
|
|
%a authentication passphrase
|
|
%b image file size in bytes
|
|
%g image geometry
|
|
%h image rows (height)
|
|
%i input image filename
|
|
%# input image signature
|
|
%m input image format
|
|
%o output image filename
|
|
%p page number
|
|
%q input image depth
|
|
%s scene number
|
|
%u unique temporary filename
|
|
%w image columns (width)
|
|
%x input image x resolution
|
|
%y input image y resolution
|
|
%Q input image compression quality
|
|
|
|
Set option delegate:bimodal=true to process bimodal delegates otherwise they
|
|
are ignored.
|
|
|
|
If stealth="True" the delegate is not listed in user requested
|
|
"-list delegate" listings. These are typically special internal delegates.
|
|
|
|
If spawn="True", ImageMagick does not wait for the delegate to finish, nor
|
|
will it read any output image.
|
|
-->
|
|
<delegatemap>
|
|
<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'"/>
|
|
<delegate decode="http:decode" command="'@WWWDecodeDelegate@' -s -L -o '%u.dat' 'http:%M'"/>
|
|
<delegate decode="https:decode" command="'@WWWDecodeDelegate@' -s -L -o '%u.dat' 'https:%M'"/>
|
|
<delegate decode="doc" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="docx" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="dng:decode" command="@MKDIRDelegate@ '%u-config';@MVDelegate@ '%i' '%i.%e'; '@DNGDecodeDelegate@' --import '%i.%e' '%u.tif' --core --configdir '%u-config' > '%u';@RMDelegate@ -r '%u-config'"/>
|
|
<delegate decode="dot" command="'@GVCDecodeDelegate@' -Tsvg '%i' -o '%o'" />
|
|
<delegate decode="dvi" command="'@DVIDecodeDelegate@' -sstdout=%%stderr -o '%o' '%i'"/>
|
|
<delegate decode="edit" stealth="True" command="'@EditorDelegate@' -title 'Edit Image Comment' -e vi '%o'"/>
|
|
<delegate decode="emf" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="eps" encode="pdf" mode="bi" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 '-sDEVICE=@GSPDFDevice@' '-sOutputFile=%o' '-f%i'"/>
|
|
<delegate decode="eps" encode="ps" mode="bi" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSPSDevice@' '-sOutputFile=%o' '-f%i'"/>
|
|
<delegate decode="epub" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="hpg" command="'@HPGLDecodeDelegate@' -sstdout=%%stderr -m eps -f `basename '%o'` '%i'; @MVDelegate@ -f `basename '%o'` '%o'"/>
|
|
<delegate decode="hpgl" command="'@HPGLDecodeDelegate@' -sstdout=%%stderr -m eps -f `basename '%o'` '%i'; @MVDelegate@ -f `basename '%o'` '%o'"/>
|
|
<delegate decode="htm" command="'@HTMLDecodeDelegate@' -U -o '%o' '%i'"/>
|
|
<delegate decode="html" command="'@HTMLDecodeDelegate@' -U -o '%o' '%i'"/>
|
|
<delegate decode="ilbm" command="'@ILBMDecodeDelegate@' '%i' > '%o'"/>
|
|
<delegate decode="jpg" encode="lep" mode="encode" command="'@LEPDelegate@' '%i' '%o'"/>
|
|
<delegate decode="jxr" command="@MVDelegate@ '%i' '%i.jxr'; '@JXRDecodeDelegate@' -i '%i.jxr' -o '%o.tiff'; @MVDelegate@ '%i.jxr' '%i'; @MVDelegate@ '%o.tiff' '%o'"/>
|
|
<delegate decode="lep" mode="decode" command="'@LEPDelegate@' '%i' '%o'"/>
|
|
<delegate decode="miff" encode="show" spawn="True" command="'@DisplayDelegate@' display -immutable -delay 0 -title '%M' '%i'"/>
|
|
<delegate decode="miff" encode="win" stealth="True" spawn="True" command="'@DisplayDelegate@' display -immutable -delay 0 -title '%M' '%i'"/>
|
|
<delegate decode="odg" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="odt" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="pcl:cmyk" stealth="True" command="'@PCLDelegate@' -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@PCLCMYKDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '%s'"/>
|
|
<delegate decode="pcl:color" stealth="True" command="'@PCLDelegate@' -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@PCLColorDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '%s'"/>
|
|
<delegate decode="pcl:mono" stealth="True" command="'@PCLDelegate@' -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@PCLMonoDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '%s'"/>
|
|
<delegate decode="pdf" encode="eps" mode="bi" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSEPSDevice@' '-sPDFPassword=%a' '-sOutputFile=%o' '-f%i'"/>
|
|
<delegate decode="pdf" encode="ps" mode="bi" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSPSDevice@' '-sPDFPassword=%a' '-sOutputFile=%o' '-f%i'"/>
|
|
<delegate decode="pnm" encode="trace" command="'@TraceEncodeDelegate@' --svg --output '%o' '%i'"/>
|
|
<delegate decode="png" encode="clipboard" command="'@ClipboardDelegate@' -selection clipboard -t image/png '%i'"/>
|
|
<delegate decode="clipboard" command="'@ClipboardDelegate@' -selection clipboard -o > '%o'"/>
|
|
<delegate decode="png" encode="webp" command="'@WebPEncodeDelegate@' -quiet -q %Q '%i' -o '%o'"/>
|
|
<delegate decode="pnm" encode="ilbm" mode="encode" command="'@ILBMEncodeDelegate@' -24if '%i' > '%o'"/>
|
|
<delegate decode="tiff" encode="jxr" command="@MVDelegate@ '%i' '%i.tiff'; '@JXREncodeDelegate@' -i '%i.tiff' -o '%o.jxr' -q %Q; @MVDelegate@ '%i.tiff' '%i'; @MVDelegate@ '%o.jxr' '%o'"/>
|
|
<delegate decode="tiff" encode="wdp" command="@MVDelegate@ '%i' '%i.tiff'; '@JXREncodeDelegate@' -i '%i.tiff' -o '%o.jxr' -q %Q; @MVDelegate@ '%i.tiff' '%i'; @MVDelegate@ '%o.jxr' '%o'"/>
|
|
<delegate decode="ppt" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="pptx" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="ps" encode="prt" command="'@LPRDelegate@' '%i'"/>
|
|
<delegate decode="ps:alpha" stealth="True" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSAlphaDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '-f%s' '-f%s'"/>
|
|
<delegate decode="ps:cmyk" stealth="True" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSCMYKDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '-f%s' '-f%s'"/>
|
|
<delegate decode="ps:color" stealth="True" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSColorDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '-f%s' '-f%s'"/>
|
|
<delegate decode="ps" encode="eps" mode="bi" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSEPSDevice@' '-sOutputFile=%o' '-f%i'"/>
|
|
<delegate decode="ps" encode="pdf" mode="bi" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSPDFDevice@' '-sOutputFile=%o' '-f%i'"/>
|
|
<delegate decode="ps" encode="print" mode="encode" command="@LPRDelegateDefault@ '%i'"/>
|
|
<delegate decode="ps:mono" stealth="True" command="'@PSDelegate@' -sstdout=%%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@GSMonoDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '-f%s' '-f%s'"/>
|
|
<delegate decode="shtml" command="'@HTMLDecodeDelegate@' -U -o '%o' '%i'"/>
|
|
<delegate decode="sid" command="'@MrSIDDecodeDelegate@' -if sid -i '%i' -of tif -o '%o' > '%u'"/>
|
|
<delegate decode="svg" command="'@RSVGDecodeDelegate@' --dpi-x %x --dpi-y %y -o '%o' '%i'"/>
|
|
<!-- Change export-filename to export-png for inkscape < 1.0 -->
|
|
<delegate decode="svg:decode" stealth="True" command="'@SVGDecodeDelegate@' '%s' '--export-filename=%s' '--export-dpi=%s' '--export-background=%s' '--export-background-opacity=%s'"/>
|
|
<delegate decode="tiff" encode="text" command="'@TextEncodeDelegate@' '%i' '%u'; @MVDelegate@ '%u.txt' '%o'"/>
|
|
<delegate decode="tiff" encode="launch" mode="encode" command="'@LaunchDelegate@' '%i'"/>
|
|
<delegate decode="wdp" command="@MVDelegate@ '%i' '%i.jxr'; '@JXRDecodeDelegate@' -i '%i.jxr' -o '%o.tiff'; @MVDelegate@ '%i.jxr' '%i'; @MVDelegate@ '%o.tiff' '%o'"/>
|
|
<delegate decode="webp" command="'@WebPDecodeDelegate@' -pam '%i' -o '%o'"/>
|
|
<delegate decode="wmf" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="xls" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="xlsx" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="xps:cmyk" stealth="True" command="'@XPSDelegate@' -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@XPSCMYKDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '%s'"/>
|
|
<delegate decode="xps:color" stealth="True" command="'@XPSDelegate@' -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@XPSColorDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '%s'"/>
|
|
<delegate decode="xps:mono" stealth="True" command="'@XPSDelegate@' -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=@XPSMonoDevice@' -dTextAlphaBits=%u -dGraphicsAlphaBits=%u '-r%s' %s '-sOutputFile=%s' '%s'"/>
|
|
<delegate decode="video:decode" command="'@VIDEODecodeDelegate@' -nostdin -loglevel error -i '%s' -an -f rawvideo -y %s '%s'"/>
|
|
<delegate encode="video:encode" stealth="True" command="'@VIDEOEncodeDelegate@' -nostdin -loglevel error -i '%s%%d.%s' %s '%s.%s'"/>
|
|
<delegate decode="vsd" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
<delegate decode="vsdx" command="'@DOCDecodeDelegate@' --convert-to pdf --outdir `dirname '%i'` '%i' 2> '%u'; @MVDelegate@ '%i.pdf' '%o'"/>
|
|
</delegatemap>
|