home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Theme / ZapBing / ZapBing_4_1.exe / convert.exe / IMAGEMAGICK / DELEGATES.XML < prev    next >
Extensible Markup Language  |  2010-03-26  |  10KB  |  109 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE delegatemap [
  3. <!ELEMENT delegatemap (delegate)+>
  4. <!ELEMENT delegate (#PCDATA)>
  5. <!ATTLIST delegate decode CDATA #IMPLIED>
  6. <!ATTLIST delegate encode CDATA #IMPLIED>
  7. <!ATTLIST delegate mode CDATA #IMPLIED>
  8. <!ATTLIST delegate spawn CDATA #IMPLIED>
  9. <!ATTLIST delegate stealth CDATA #IMPLIED>
  10. <!ATTLIST delegate thread-support CDATA #IMPLIED>
  11. <!ATTLIST delegate command CDATA #REQUIRED>
  12. ]>
  13. <!--
  14.   Delegate command file.
  15.  
  16.   Commands which specify
  17.  
  18.     decode="in_format" encode="out_format"
  19.  
  20.   specify the rules for converting from in_format to out_format These
  21.   rules may be used to translate directly between formats.
  22.  
  23.   Commands which specify only
  24.  
  25.     decode="in_format"
  26.  
  27.   specify the rules for converting from in_format to some format that
  28.   ImageMagick will automatically recognize. These rules are used to
  29.   decode formats.
  30.  
  31.   Commands which specify only
  32.  
  33.    encode="out_format"
  34.  
  35.   specify the rules for an "encoder" which may accept any input format.
  36.  
  37.   For delegates other than ps:alpha, ps:color, ps:mono, and mpeg-encode the
  38.   substitution rules are as follows:
  39.  
  40.     %i  input image filename
  41.     %o  output image filename
  42.     %u  unique temporary filename
  43.     %z  secondary unique temporary filename
  44.  
  45.     %#  input image signature
  46.     %b  image file size
  47.     %c  input image comment
  48.     %g  window group
  49.     %h  image rows (height)
  50.     %k  input image number colors
  51.     %m  input image format
  52.     %p  page number
  53.     %q  input image depth
  54.     "%s"  scene number
  55.     %w  image columns (width)
  56.     %x  input image x resolution
  57.     %y  input image y resolution
  58.  
  59. -->
  60. <delegatemap>
  61. <delegate decode="autotrace" stealth="True" command="autotrace -output-format svg -output-file "%o" "%i""/>
  62.   <delegate decode="bmp" encode="launch" mode="encode" command="imdisplay.exe "%i.""/>
  63.   <delegate decode="bmp" encode="win" mode="encode" command="imdisplay.exe "%i.""/>
  64.   <delegate decode="browse" restrain="True" spawn="True" command="cmd /C start http://www.imagemagick.org/"/>
  65.   <delegate decode="cgm" command="ralcgm -d ps "%i" "%o" "%u"     convert -concatenate %o*.ps "%o""/>
  66.   <delegate decode="compress" restrain="True" command="|uncompress -c "%i""/>
  67.   <delegate decode="miff" encode="compress" restrain="True" command="|compress -c > "%o""/>
  68.   <delegate decode="dng:decode" stealth="True" command="dcraw.exe -4 -w -O "%u.ppm" "%i""/>
  69.   <delegate decode="dot" command="dot -Tps "%i" -o "%o""/>
  70.   <delegate decode="dvi" command="dvips -q -o "%o" "%i""/>
  71.   <delegate decode="edit" restrain="True" command="notepad "%o""/>
  72.   <delegate decode="eps" encode="pdf" mode="bi" command=""@PSDelegate@" -q -dBATCH -dSAFER -dMaxBitmap=500000000 -dNOPAUSE -dEPSCrop -sDEVICE=pdfwrite "-sOutputFile=%o" -- "%i""/>
  73.   <delegate decode="eps" encode="ps" mode="bi" command=""@PSDelegate@" -q -dBATCH -dSAFER -dMaxBitmap=500000000 -dNOPAUSE -dEPSCrop -dAlignToPixels=0 -sDEVICE=pswrite "-sOutputFile=%o" -- "%i""/>
  74.   <delegate decode="fig" command="/usr/X11R6/bin/fig2dev -L ps "%i" "%o""/>
  75.   <delegate decode="gplt" command="/bin/echo "set size 1.25,0.62     set terminal postscript portrait color solid; set output "%o"; load "%i"" > "%u";gnuplot %u"/>
  76.   <delegate decode="hpgl" command="hp2xx -q -m eps -f "%o" "%i""/>
  77.   <delegate decode="htm" command="html2ps -U -o "%o" "%i""/>
  78.   <delegate decode="html" command="html2ps -U -o "%o" "%i""/>
  79.   <delegate decode="ilbm" command="ilbmtoppm "%i" > "%o""/>
  80.   <delegate decode="man" command="groff -man -Tps "%i" > "%o""/>
  81.   <delegate decode="mpeg:decode" command=""ffmpeg.exe" -v -1 -vframes %S -i "%i" -vcodec pam -an -f rawvideo -y "%u.pam""/>
  82.   <delegate encode="mpeg:encode" stealth="True" command=""ffmpeg.exe" -v -1 -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2 -i "%M%%d.jpg" "%u.%m""/>
  83.   <delegate decode="pcl:color" restrain="True" command=""pcl6.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  84.   <delegate decode="pcl:cmyk" restrain="True" command=""pcl6.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=bmpsep8" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  85.   <delegate decode="pcl:mono" restrain="True" command=""pcl6.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  86.   <delegate decode="pdf" encode="eps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -sDEVICE=epswrite "-sOutputFile=%o" -- "%i""/>
  87.   <delegate decode="pdf" encode="ps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 -sDEVICE=pswrite "-sOutputFile=%o" -- "%i""/>
  88.   <delegate decode="pgp" command="pgpv -fq "%i""/>
  89.   <delegate decode="pnm" encode="ilbm" mode="encode" command="ppmtoilbm -24if "%i" > "%o""/>
  90.   <delegate decode="pov" command="povray "+i"%i"" -D0 +o"%o" +fn%q +w%w +h%h +a -q9 -kfi"%s" -kff"%n"     convert -concatenate %o*.png "%o""/>
  91.   <delegate decode="ps" encode="eps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 -sDEVICE=epswrite "-sOutputFile=%o" -- "%i""/>
  92.   <delegate decode="ps" encode="pdf" mode="bi" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 -sDEVICE=pdfwrite "-sOutputFile=%o" -- "%i""/>
  93.   <delegate decode="ps:alpha" restrain="True" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pngalpha" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  94.   <delegate decode="ps:color" restrain="True" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  95.   <delegate decode="ps:cmyk" restrain="True" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=bmpsep8" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  96.   <delegate decode="ps:mono" restrain="True" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  97.   <delegate decode="hpg" command="hp2xx -q -m eps -f "%o" "%i""/>
  98.   <delegate decode="rad" command="ra_ppm -g 1.0 "%i" "%o""/>
  99.   <delegate decode="rgba" encode="rle" mode="encode" command="pnmtorle -o "%o" -v "%i""/>
  100.   <delegate decode="scan" command="scanimage -d "%i" > "%o""/>
  101.   <delegate decode="shtml" command="html2ps -U -o "%o" "%i""/>
  102.   <delegate decode="miff" encode="show" restrain="True" spawn="True" command="imdisplay.exe -immutable -window-group %g -title "%l of %f" "ephemeral:%o""/>
  103.   <delegate decode="txt" encode="ps" mode="bi" command="enscript -o "%o" "%i""/>
  104.   <delegate decode="xcf" command="xcftopnm "%i" > "%o""/>
  105.   <delegate decode="xps:color" restrain="True" command=""gxps.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  106.   <delegate decode="xps:cmyk" restrain="True" command=""gxps.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=bmpsep8" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  107.   <delegate decode="xps:mono" restrain="True" command=""gxps.exe" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  108. </delegatemap>
  109.