first commit
This commit is contained in:
		
							
								
								
									
										22
									
								
								etc_org/ImageMagick-6/coder.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								etc_org/ImageMagick-6/coder.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE codermap [
 | 
			
		||||
<!ELEMENT codermap (coder)*>
 | 
			
		||||
<!ELEMENT coder (#PCDATA)>
 | 
			
		||||
<!ATTLIST coder magick CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST coder name CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  Associate an image format with the specified coder module.
 | 
			
		||||
 | 
			
		||||
  ImageMagick has a number of coder modules to support the reading and/or
 | 
			
		||||
  writing of an image format (e.g. JPEG). Some coder modules support more
 | 
			
		||||
  than one associated image format and the mapping between an associated
 | 
			
		||||
  format and its respective coder module is defined in this configuration
 | 
			
		||||
  file. For example, the PNG coder module not only supports the PNG image
 | 
			
		||||
  format, but the JNG and MNG formats as well.
 | 
			
		||||
-->
 | 
			
		||||
<codermap>
 | 
			
		||||
  <!-- <coder magick="GIF87" name="GIF"/> -->
 | 
			
		||||
  <!-- <coder magick="JPG" name="JPEG"/> -->
 | 
			
		||||
  <!-- <coder magick="PGM" name="PNM"/> -->
 | 
			
		||||
</codermap>
 | 
			
		||||
							
								
								
									
										28
									
								
								etc_org/ImageMagick-6/colors.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								etc_org/ImageMagick-6/colors.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,28 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE colormap [
 | 
			
		||||
<!ELEMENT colormap (color)+>
 | 
			
		||||
<!ELEMENT color (#PCDATA)>
 | 
			
		||||
<!ATTLIST color name CDATA "0">
 | 
			
		||||
<!ATTLIST color color CDATA "rgb(0,0,0)">
 | 
			
		||||
<!ATTLIST color compliance CDATA "SVG">
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  Associate a color name with its red, green, blue, and alpha intensities.
 | 
			
		||||
 | 
			
		||||
  A number of methods and options require a color parameter. It is often
 | 
			
		||||
  convenient to refer to a color by name (e.g. white) rather than by hex
 | 
			
		||||
  value (e.g. #fff). This file maps a color name to its equivalent red,
 | 
			
		||||
  green, blue, and alpha intensities (e.g. for white, red = 255, green =
 | 
			
		||||
  255, blue = 255, and alpha = 0).
 | 
			
		||||
-->
 | 
			
		||||
<colormap>
 | 
			
		||||
  <!-- <color name="none" color="rgba(0,0,0,0)" compliance="SVG, XPM"/> -->
 | 
			
		||||
  <!-- <color name="black" color="rgb(0,0,0)" compliance="SVG, X11, XPM"/> -->
 | 
			
		||||
  <!-- <color name="red" color="rgb(255,0,0)" compliance="SVG, X11, XPM"/> -->
 | 
			
		||||
  <!-- <color name="magenta" color="rgb(255,0,255)" compliance="SVG, X11, XPM"/> -->
 | 
			
		||||
  <!-- <color name="green" color="rgb(0,128,0)" compliance="SVG"/> -->
 | 
			
		||||
  <!-- <color name="cyan" color="rgb(0,255,255)" compliance="SVG, X11, XPM"/> -->
 | 
			
		||||
  <!-- <color name="blue" color="rgb(0,0,255)" compliance="SVG, X11, XPM"/> -->
 | 
			
		||||
  <!-- <color name="yellow" color="rgb(255,255,0)" compliance="SVG, X11, XPM"/> -->
 | 
			
		||||
  <!-- <color name="white" color="rgb(255,255,255)" compliance="SVG, X11"/> -->
 | 
			
		||||
</colormap>
 | 
			
		||||
							
								
								
									
										136
									
								
								etc_org/ImageMagick-6/delegates.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										136
									
								
								etc_org/ImageMagick-6/delegates.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,136 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE delegatemap [
 | 
			
		||||
<!ELEMENT delegatemap (delegate)+>
 | 
			
		||||
<!ELEMENT delegate (#PCDATA)>
 | 
			
		||||
<!ATTLIST delegate decode CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST delegate encode CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST delegate mode CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST delegate spawn CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST delegate stealth CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST delegate thread-support CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST delegate command CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  Delegate command file.
 | 
			
		||||
 | 
			
		||||
  Commands which specify
 | 
			
		||||
 | 
			
		||||
    decode="in_format" encode="out_format"
 | 
			
		||||
 | 
			
		||||
  specify the rules for converting from in_format to out_format These
 | 
			
		||||
  rules may be used 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 will automatically recognize. These rules are used to
 | 
			
		||||
  decode formats.
 | 
			
		||||
 | 
			
		||||
  Commands which specify only
 | 
			
		||||
 | 
			
		||||
   encode="out_format"
 | 
			
		||||
 | 
			
		||||
  specify the rules for an "encoder" which may accept any input format.
 | 
			
		||||
 | 
			
		||||
  For delegates other than ps:*, pcl:*, and mpeg:* the substitution rules are
 | 
			
		||||
  as follows:
 | 
			
		||||
 | 
			
		||||
    %i  input image filename
 | 
			
		||||
    %o  output image filename
 | 
			
		||||
    %u  unique temporary filename
 | 
			
		||||
    %Z  unique temporary filename
 | 
			
		||||
    %#  input image signature
 | 
			
		||||
    %b  image file size
 | 
			
		||||
    %c  input image comment
 | 
			
		||||
    %g  image geometry
 | 
			
		||||
    %h  image rows (height)
 | 
			
		||||
    %k  input image number colors
 | 
			
		||||
    %l  image label
 | 
			
		||||
    %m  input image format
 | 
			
		||||
    %p  page number
 | 
			
		||||
    %q  input image depth
 | 
			
		||||
    %s  scene number
 | 
			
		||||
    %w  image columns (width)
 | 
			
		||||
    %x  input image x resolution
 | 
			
		||||
    %y  input image y resolution
 | 
			
		||||
    %F  sanitized original input filename
 | 
			
		||||
 | 
			
		||||
  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 will not way for the delegate to finish,
 | 
			
		||||
  nor will it read any output image.  It will only wait for either the input
 | 
			
		||||
  file to be removed (See "ephemeral:" coder) indicating that the input file
 | 
			
		||||
  has been read, or a maximum time limit of 2 seconds.
 | 
			
		||||
-->
 | 
			
		||||
<delegatemap>
 | 
			
		||||
  <delegate decode="autotrace" stealth="True" command=""convert" "%i" "pnm:%u"\n"autotrace" -input-format pnm -output-format svg -output-file "%o" "%u""/>
 | 
			
		||||
  <delegate decode="blender" command=""blender" -b "%i" -F PNG -o "%o""\n"convert" -concatenate "%o*.png" "%o""/>
 | 
			
		||||
  <delegate decode="browse" stealth="True" spawn="True" command=""xdg-open" http://www.imagemagick.org/; rm "%i""/>
 | 
			
		||||
  <delegate decode="cdr" command=""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o""/>
 | 
			
		||||
  <delegate decode="cgm" command=""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o""/>
 | 
			
		||||
  <delegate decode="dng:decode" command=""ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i""/>
 | 
			
		||||
  <delegate decode="doc" command=""soffice" --headless --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%Z"; mv "%i.pdf" "%o""/>
 | 
			
		||||
  <delegate decode="docx" command=""soffice" --headless --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%Z"; mv "%i.pdf" "%o""/>
 | 
			
		||||
  <delegate decode="dot" command='"dot" -Tsvg "%i" -o "%o"' />
 | 
			
		||||
  <delegate decode="dvi" command=""dvips" -q -o "%o" "%i""/>
 | 
			
		||||
  <delegate decode="dxf" command=""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o""/>
 | 
			
		||||
  <delegate decode="edit" stealth="True" command=""/etc/alternatives/x-terminal-emulator" -title "Edit Image Comment" -e vi "%o""/>
 | 
			
		||||
  <delegate decode="eps" encode="pdf" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
 | 
			
		||||
  <delegate decode="eps" encode="ps" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sOutputFile=%o" "-f%i""/>
 | 
			
		||||
  <delegate decode="fig" command=""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o""/>
 | 
			
		||||
  <delegate decode="hpg" command=""hp2xx" -q -m eps -f `basename "%o"` "%i";     mv -f `basename "%o"` "%o""/>
 | 
			
		||||
  <delegate decode="hpgl" command=""hp2xx" -q -m eps -f `basename "%o"` "%i";     mv -f `basename "%o"` "%o""/>
 | 
			
		||||
  <delegate decode="htm" command=""html2ps" -U -o "%o" "%i""/>
 | 
			
		||||
  <delegate decode="html" command=""html2ps" -U -o "%o" "%i""/>
 | 
			
		||||
  <delegate decode="https" command=""curl" -s -k -L -o "%o" "https:%F""/>
 | 
			
		||||
  <delegate decode="ilbm" command=""ilbmtoppm" "%i" > "%o""/>
 | 
			
		||||
  <delegate decode="jxr" command="mv "%i" "%i.jxr"; "JxrDecApp" -i "%i.jxr" -o "%o.bmp" -c 0; mv "%i.jxr" "%i"; mv "%o.bmp" "%o""/>
 | 
			
		||||
  <delegate decode="man" command=""groff" -man -Tps "%i" > "%o""/>
 | 
			
		||||
  <delegate decode="miff" encode="show" spawn="True" command=""display" -delay 0 -window-group %[group] -title "%l " "ephemeral:%i""/>
 | 
			
		||||
  <delegate decode="miff" encode="win" stealth="True" spawn="True" command=""display" -immutable -delay 0 -window-group %[group] -title "%l " "ephemeral:%i""/>
 | 
			
		||||
  <delegate decode="mpeg:decode" command=""ffmpeg" -v -1 -i "%i" -vframes %S -vcodec pam -an -f rawvideo -y "%u.pam" 2> "%Z""/>
 | 
			
		||||
  <delegate decode="odt" command=""soffice" --headless --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%Z"; mv "%i.pdf" "%o""/>
 | 
			
		||||
  <delegate decode="pcl:cmyk" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pamcmyk32" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
 | 
			
		||||
  <delegate decode="pcl:color" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
 | 
			
		||||
  <delegate decode="pcl:mono" stealth="True" command=""pcl6" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
 | 
			
		||||
  <delegate decode="pdf" encode="eps" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=nodevice" "-sOutputFile=%o" "-f%i""/>
 | 
			
		||||
  <delegate decode="pdf" encode="ps" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sOutputFile=%o" "-f%i""/>
 | 
			
		||||
  <delegate decode="png" encode="webp" command=""cwebp" -quiet -q %Q "%i" -o "%o""/>
 | 
			
		||||
  <delegate decode="pnm" encode="ilbm" mode="encode" command=""ppmtoilbm" -24if "%i" > "%o""/>
 | 
			
		||||
  <delegate decode="bmp" encode="jxr" command="mv "%i" "%i.bmp"; "JxrEncApp" -i "%i.bmp" -o "%o.jxr"; mv "%i.bmp" "%i"; mv "%o.jxr" "%o""/>
 | 
			
		||||
  <delegate decode="bmp" encode="wdp" command="mv "%i" "%i.bmp"; "JxrEncApp" -i "%i.bmp" -o "%o.jxr"; mv "%i.bmp" "%i"; mv "%o.jxr" "%o""/>
 | 
			
		||||
  <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""/>
 | 
			
		||||
  <delegate decode="ppt" command=""soffice" --headless --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%Z"; mv "%i.pdf" "%o""/>
 | 
			
		||||
  <delegate decode="pptx" command=""soffice" --headless --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%Z"; mv "%i.pdf" "%o""/>
 | 
			
		||||
  <delegate decode="ps:alpha" stealth="True" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
 | 
			
		||||
  <delegate decode="ps:cmyk" stealth="True" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pam" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
 | 
			
		||||
  <delegate decode="ps:color" stealth="True" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pnmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
 | 
			
		||||
  <delegate decode="ps" encode="eps" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=nodevice" "-sOutputFile=%o" "-f%i""/>
 | 
			
		||||
  <delegate decode="ps" encode="pdf" mode="bi" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
 | 
			
		||||
  <delegate decode="ps" encode="print" mode="encode" command="lpr "%i""/>
 | 
			
		||||
  <delegate decode="ps:mono" stealth="True" command=""gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
 | 
			
		||||
  <delegate decode="rgba" encode="rle" mode="encode" command=""rawtorle" -o "%o" -v "%i""/>
 | 
			
		||||
  <delegate decode="scan" command=""scanimage" -d "%i" > "%o""/>
 | 
			
		||||
  <delegate decode="scanx" command=""scanimage" > "%o""/>
 | 
			
		||||
  <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" -o "%o" "%i""/>
 | 
			
		||||
  <delegate decode="svg:decode" stealth="True" command=""inkscape" "%s" --export-eps="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
 | 
			
		||||
  <delegate decode="tiff" encode="launch" mode="encode" command=""gimp" "%i""/>
 | 
			
		||||
  <delegate decode="txt" encode="ps" mode="bi" command=""enscript" -o "%o" "%i""/>
 | 
			
		||||
  <delegate decode="wdp" command="mv "%i" "%i.jxr"; "JxrDecApp" -i "%i.jxr" -o "%o.bmp"; mv "%i.jxr" "%i"; mv "%o.bmp" "%o""/>
 | 
			
		||||
  <delegate decode="webp" command=""dwebp" -pam "%i" -o "%o""/>
 | 
			
		||||
  <delegate decode="wmf" command=""wmf2eps" -o "%o" "%i""/>
 | 
			
		||||
  <delegate decode="xls" command=""soffice" --headless --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%Z"; mv "%i.pdf" "%o""/>
 | 
			
		||||
  <delegate decode="xlsx" command=""soffice" --headless --convert-to pdf --outdir `dirname "%i"` "%i" 2> "%Z"; mv "%i.pdf" "%o""/>
 | 
			
		||||
  <delegate decode="xps:cmyk" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=bmpsep8" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
 | 
			
		||||
  <delegate decode="xps:color" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
 | 
			
		||||
  <delegate decode="xps:mono" stealth="True" command=""gxps" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
 | 
			
		||||
  <delegate encode="mpeg:encode" stealth="True" command=""ffmpeg" -v -1 -i "%F%%d.jpg" "%u.%m" 2> "%Z""/>
 | 
			
		||||
</delegatemap>
 | 
			
		||||
							
								
								
									
										40
									
								
								etc_org/ImageMagick-6/log.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								etc_org/ImageMagick-6/log.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE logmap [
 | 
			
		||||
<!ELEMENT logmap (log)+>
 | 
			
		||||
<!ELEMENT log (#PCDATA)>
 | 
			
		||||
<!ATTLIST log events CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST log output CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST log filename CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST log generations CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST log limit CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST log format CDATA #IMPLIED>
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  The format of the log is defined by embedding special format characters:
 | 
			
		||||
 | 
			
		||||
    %c   client
 | 
			
		||||
    %d   domain
 | 
			
		||||
    %e   event
 | 
			
		||||
    %f   function
 | 
			
		||||
    %g   generation
 | 
			
		||||
    %i   thread id
 | 
			
		||||
    %l   line
 | 
			
		||||
    %m   module
 | 
			
		||||
    %n   log name
 | 
			
		||||
    %p   process id
 | 
			
		||||
    %r   real CPU time
 | 
			
		||||
    %t   wall clock time
 | 
			
		||||
    %u   user CPU time
 | 
			
		||||
    %v   version
 | 
			
		||||
    %%   percent sign
 | 
			
		||||
    \n   newline
 | 
			
		||||
    \r   carriage return
 | 
			
		||||
-->
 | 
			
		||||
<logmap>
 | 
			
		||||
  <log events="None"/>
 | 
			
		||||
  <log output="console"/>
 | 
			
		||||
  <log filename="Magick-%g.log"/>
 | 
			
		||||
  <log generations="3"/>
 | 
			
		||||
  <log limit="2000"/>
 | 
			
		||||
  <log format="%t %r %u %v %d %c[%p]: %m/%f/%l/%d\n  %e"/>
 | 
			
		||||
</logmap>
 | 
			
		||||
							
								
								
									
										23
									
								
								etc_org/ImageMagick-6/magic.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								etc_org/ImageMagick-6/magic.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE magicmap [
 | 
			
		||||
<!ELEMENT magicmap (magic)+>
 | 
			
		||||
<!ELEMENT magic (#PCDATA)>
 | 
			
		||||
<!ATTLIST magic name CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST magic offset CDATA "0">
 | 
			
		||||
<!ATTLIST magic target CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  Associate an image format with a unique identifier. 
 | 
			
		||||
 | 
			
		||||
  Many image formats have identifiers that uniquely identify a particular
 | 
			
		||||
  image format. For example, the GIF image format always begins with GIF8
 | 
			
		||||
  as the first 4 characters of the image. ImageMagick uses this information
 | 
			
		||||
  to quickly determine the type of image it is dealing with when it reads
 | 
			
		||||
  an image.
 | 
			
		||||
-->
 | 
			
		||||
<magicmap>
 | 
			
		||||
  <!-- <magic name="GIF" offset="0" target="GIF8"/> -->
 | 
			
		||||
  <!-- <magic name="JPEG" offset="0" target="\377\330\377"/> -->
 | 
			
		||||
  <!-- <magic name="PNG" offset="0" target="\211PNG\r\n\032\n"/> -->
 | 
			
		||||
  <!-- <magic name="TIFF" offset="0" target="\115\115\000\052"/> -->
 | 
			
		||||
</magicmap>
 | 
			
		||||
							
								
								
									
										1142
									
								
								etc_org/ImageMagick-6/mime.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1142
									
								
								etc_org/ImageMagick-6/mime.xml
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										69
									
								
								etc_org/ImageMagick-6/policy.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										69
									
								
								etc_org/ImageMagick-6/policy.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,69 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE policymap [
 | 
			
		||||
<!ELEMENT policymap (policy)+>
 | 
			
		||||
<!ELEMENT policy (#PCDATA)>
 | 
			
		||||
<!ATTLIST policy domain (delegate|coder|filter|path|resource) #IMPLIED>
 | 
			
		||||
<!ATTLIST policy name CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST policy rights CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST policy pattern CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST policy value CDATA #IMPLIED>
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  Configure ImageMagick policies.
 | 
			
		||||
 | 
			
		||||
  Domains include system, delegate, coder, filter, path, or resource.
 | 
			
		||||
 | 
			
		||||
  Rights include none, read, write, and execute.  Use | to combine them,
 | 
			
		||||
  for example: "read | write" to permit read from, or write to, a path.
 | 
			
		||||
 | 
			
		||||
  Use a glob expression as a pattern.
 | 
			
		||||
 | 
			
		||||
  Suppose we do not want users to process MPEG video images:
 | 
			
		||||
 | 
			
		||||
    <policy domain="delegate" rights="none" pattern="mpeg:decode" />
 | 
			
		||||
 | 
			
		||||
  Here we do not want users reading images from HTTP:
 | 
			
		||||
 | 
			
		||||
    <policy domain="coder" rights="none" pattern="HTTP" />
 | 
			
		||||
 | 
			
		||||
  Lets prevent users from executing any image filters:
 | 
			
		||||
 | 
			
		||||
    <policy domain="filter" rights="none" pattern="*" />
 | 
			
		||||
 | 
			
		||||
  The /repository file system is restricted to read only.  We use a glob
 | 
			
		||||
  expression to match all paths that start with /repository:
 | 
			
		||||
  
 | 
			
		||||
    <policy domain="path" rights="read" pattern="/repository/*" />
 | 
			
		||||
 | 
			
		||||
  Any large image is cached to disk rather than memory:
 | 
			
		||||
 | 
			
		||||
    <policy domain="resource" name="area" value="1GB"/>
 | 
			
		||||
 | 
			
		||||
  Define arguments for the memory, map, area, and disk resources with
 | 
			
		||||
  SI prefixes (.e.g 100MB).  In addition, resource policies are maximums for
 | 
			
		||||
  each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB
 | 
			
		||||
  exceeds policy maximum so memory limit is 1GB).
 | 
			
		||||
-->
 | 
			
		||||
<policymap>
 | 
			
		||||
  <!-- <policy domain="resource" name="temporary-path" value="/tmp"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="memory" value="2GiB"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="map" value="4GiB"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="area" value="1GB"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="disk" value="16EB"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="file" value="768"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="thread" value="4"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="throttle" value="0"/> -->
 | 
			
		||||
  <!-- <policy domain="resource" name="time" value="3600"/> -->
 | 
			
		||||
  <!-- <policy domain="system" name="precision" value="6"/> -->
 | 
			
		||||
  <policy domain="cache" name="shared-secret" value="passphrase"/>
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="EPHEMERAL" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="URL" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="HTTPS" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="MVG" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="MSL" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="TEXT" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="SHOW" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="WIN" />
 | 
			
		||||
  <policy domain="coder" rights="none" pattern="PLT" />
 | 
			
		||||
  <policy domain="path" rights="none" pattern="@*" />
 | 
			
		||||
</policymap>
 | 
			
		||||
							
								
								
									
										62
									
								
								etc_org/ImageMagick-6/quantization-table.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								etc_org/ImageMagick-6/quantization-table.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,62 @@
 | 
			
		||||
<?xml version="1.0" encoding="ISO-8859-1"?>
 | 
			
		||||
<!DOCTYPE quantization-tables [
 | 
			
		||||
<!ELEMENT quantization-tables (table)+>
 | 
			
		||||
<!ELEMENT table (description , levels)>
 | 
			
		||||
<!ELEMENT description (CDATA)>
 | 
			
		||||
<!ELEMENT levels (CDATA)>
 | 
			
		||||
<!ATTLIST table slot ID #REQUIRED>
 | 
			
		||||
<!ATTLIST levels width CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST levels height CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST levels divisor CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  JPEG quantization table created by Dr. Nicolas Robidoux, Senior Research
 | 
			
		||||
  Scientist at Phase One (www.phaseone.com) for use with 2x2 Chroma
 | 
			
		||||
  subsampling and (IJG-style, hence ImageMagick-style) quality level
 | 
			
		||||
  around 75.
 | 
			
		||||
 | 
			
		||||
  It is based on the one recommended in
 | 
			
		||||
 | 
			
		||||
    Relevance of human vision to JPEG-DCT compression by Stanley A. Klein,
 | 
			
		||||
    Amnon D. Silverstein and Thom Carney. In Human Vision, Visual
 | 
			
		||||
    Processing and Digital Display III, 1992.
 | 
			
		||||
 | 
			
		||||
  for 1 minute per pixel viewing.
 | 
			
		||||
 | 
			
		||||
  Specifying only one table in this xml file has two effects when used with
 | 
			
		||||
  the ImageMagick option
 | 
			
		||||
  
 | 
			
		||||
    -define jpeg:q-table=PATH/TO/THIS/FILE
 | 
			
		||||
  
 | 
			
		||||
  1) This quantization table is automatically used for all three channels;
 | 
			
		||||
 | 
			
		||||
  2) Only one copy is embedded in the JPG file, which saves a few bits
 | 
			
		||||
     (only worthwhile for very small thumbnails).
 | 
			
		||||
-->
 | 
			
		||||
<quantization-tables>
 | 
			
		||||
  <table slot="0" alias="luma">
 | 
			
		||||
    <description>Luma Quantization Table</description>
 | 
			
		||||
    <levels width="8" height="8" divisor="1">
 | 
			
		||||
      16,  16,  16,  18,  25,  37,  56,  85,
 | 
			
		||||
      16,  17,  20,  27,  34,  40,  53,  75,
 | 
			
		||||
      16,  20,  24,  31,  43,  62,  91,  135,
 | 
			
		||||
      18,  27,  31,  40,  53,  74,  106, 156,
 | 
			
		||||
      25,  34,  43,  53,  69,  94,  131, 189,
 | 
			
		||||
      37,  40,  62,  74,  94,  124, 169, 238,
 | 
			
		||||
      56,  53,  91,  106, 131, 169, 226, 311,
 | 
			
		||||
      85,  75,  135, 156, 189, 238, 311, 418
 | 
			
		||||
    </levels>
 | 
			
		||||
  </table>
 | 
			
		||||
<!--
 | 
			
		||||
  If you want to use a different quantization table for Chroma (say), just add 
 | 
			
		||||
 | 
			
		||||
  <table slot="1" alias="chroma">
 | 
			
		||||
    <description>Chroma Quantization Table</description>
 | 
			
		||||
    INSERT 64 POSITIVE INTEGERS HERE, COMMA-SEPARATED
 | 
			
		||||
    </levels>
 | 
			
		||||
  </table>
 | 
			
		||||
 | 
			
		||||
  here (but outside of these comments).
 | 
			
		||||
-->
 | 
			
		||||
</quantization-tables>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										334
									
								
								etc_org/ImageMagick-6/thresholds.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										334
									
								
								etc_org/ImageMagick-6/thresholds.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,334 @@
 | 
			
		||||
<?xml version="1.0" encoding="ISO-8859-1"?>
 | 
			
		||||
<!DOCTYPE thresholds [
 | 
			
		||||
<!ELEMENT thresholds (threshold)+>
 | 
			
		||||
<!ELEMENT threshold (description , levels)>
 | 
			
		||||
<!ELEMENT description (CDATA)>
 | 
			
		||||
<!ELEMENT levels (CDATA)>
 | 
			
		||||
<!ATTLIST threshold map ID #REQUIRED>
 | 
			
		||||
<!ATTLIST levels width CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST levels height CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST levels divisor CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<!--
 | 
			
		||||
  Threshold Maps for Ordered Posterized Dither
 | 
			
		||||
 | 
			
		||||
  Each "<threshold>" element defines the map name, description, and an array
 | 
			
		||||
  of "levels" used to provide the threshold map for ordered dithering and
 | 
			
		||||
  digital halftoning.
 | 
			
		||||
 | 
			
		||||
  The "alias" attribute provides a backward compatible name for this threshold
 | 
			
		||||
  map (pre-dating IM v6.2.9-6), and are deprecated.
 | 
			
		||||
 | 
			
		||||
  The description is a english description of what the threshold map achieves
 | 
			
		||||
  and is only used for 'listing' the maps.
 | 
			
		||||
 | 
			
		||||
  The map itself is a rectangular array of integers or threshold "levels"
 | 
			
		||||
  of the given "width" and "height" declared within the enclosing <levels>
 | 
			
		||||
  element.  That is "width*height" integers or "levels" *must* be provided
 | 
			
		||||
  within each map.
 | 
			
		||||
 | 
			
		||||
  Each of the "levels" integer values (each value representing the threshold
 | 
			
		||||
  intensity "level/divisor" at which that pixel is turned on.  The "levels"
 | 
			
		||||
  integers given can be any postive integers between "0" and the "divisor",
 | 
			
		||||
  excluding those limits.
 | 
			
		||||
 | 
			
		||||
  The "divisor" not only defines the upper limit and threshold divisor for each
 | 
			
		||||
  "level" but also the total number of pseudo-levels the threshold mapping
 | 
			
		||||
  creates and fills with a dither pattern.  That is a ordered bitmap dither
 | 
			
		||||
  of a pure greyscale gradient will use a maximum of "divisor" ordered bitmap
 | 
			
		||||
  patterns, including the patterns with all the pixels 'on' and all the pixel
 | 
			
		||||
  'off'. It may define less patterns than that, but the color channels will
 | 
			
		||||
  be thresholded in units based on "divisor".
 | 
			
		||||
 | 
			
		||||
  Alternatively for a multi-level posterization, ImageMagick inserts
 | 
			
		||||
  "divisor-2" dither patterns (as defined by the threshold map) between each of
 | 
			
		||||
  channel color level produced.
 | 
			
		||||
 | 
			
		||||
  For example the map "o2x2" has a divisor of 5, which will define 3 bitmap
 | 
			
		||||
  patterns plus the patterns with all pixels 'on' and 'off'.  A greyscale
 | 
			
		||||
  gradient will thus have 5 distinct areas.
 | 
			
		||||
-->
 | 
			
		||||
<thresholds>
 | 
			
		||||
 | 
			
		||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
  Minimal Dither and Non-Dither Threshold Maps
 | 
			
		||||
-->
 | 
			
		||||
  <threshold map="threshold" alias="1x1">
 | 
			
		||||
    <description>Threshold 1x1 (non-dither)</description>
 | 
			
		||||
    <levels width="1" height="1" divisor="2">
 | 
			
		||||
        1
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="checks" alias="2x1">
 | 
			
		||||
    <description>Checkerboard 2x1 (dither)</description>
 | 
			
		||||
    <levels width="2" height="2" divisor="3">
 | 
			
		||||
       1 2
 | 
			
		||||
       2 1
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
  (dispersed) Ordered Dither Patterns
 | 
			
		||||
-->
 | 
			
		||||
  <threshold map="o2x2" alias="2x2">
 | 
			
		||||
    <description>Ordered 2x2 (dispersed)</description>
 | 
			
		||||
    <levels width="2" height="2" divisor="5">
 | 
			
		||||
       1  3
 | 
			
		||||
       4  2
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="o3x3" alias="3x3">
 | 
			
		||||
    <description>Ordered 3x3 (dispersed)</description>
 | 
			
		||||
    <levels width="3" height="3" divisor="10">
 | 
			
		||||
        3  7  4
 | 
			
		||||
        6  1  9
 | 
			
		||||
        2  8  5
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="o4x4" alias="4x4">
 | 
			
		||||
    <!--
 | 
			
		||||
       From "Dithering Algorithms"
 | 
			
		||||
       http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT
 | 
			
		||||
     -->
 | 
			
		||||
    <description>Ordered 4x4 (dispersed)</description>
 | 
			
		||||
    <levels width="4" height="4" divisor="17">
 | 
			
		||||
       1   9   3  11
 | 
			
		||||
      13   5  15   7
 | 
			
		||||
       4  12   2  10
 | 
			
		||||
      16   8  14   6
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="o8x8" alias="8x8">
 | 
			
		||||
    <!-- Extracted from original 'OrderedDither()' Function -->
 | 
			
		||||
    <description>Ordered 8x8 (dispersed)</description>
 | 
			
		||||
    <levels width="8" height="8" divisor="65">
 | 
			
		||||
         1  49  13  61   4  52  16  64
 | 
			
		||||
        33  17  45  29  36  20  48  32
 | 
			
		||||
         9  57   5  53  12  60   8  56
 | 
			
		||||
        41  25  37  21  44  28  40  24
 | 
			
		||||
         3  51  15  63   2  50  14  62
 | 
			
		||||
        35  19  47  31  34  18  46  30
 | 
			
		||||
        11  59   7  55  10  58   6  54
 | 
			
		||||
        43  27  39  23  42  26  38  22
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
  Halftones - Angled 45 degrees
 | 
			
		||||
 | 
			
		||||
  Initially added to ImageMagick by Glenn Randers-Pehrson, IM v6.2.8-6,
 | 
			
		||||
  modified to be more symmetrical with intensity by Anthony, IM v6.2.9-7
 | 
			
		||||
 | 
			
		||||
  These patterns initially start as circles, but then form diamonds
 | 
			
		||||
  pattern at the 50% threshold level, before forming negated circles,
 | 
			
		||||
  as it approached the other threshold extereme.
 | 
			
		||||
-->
 | 
			
		||||
  <threshold map="h4x4a" alias="4x1">
 | 
			
		||||
    <description>Halftone 4x4 (angled)</description>
 | 
			
		||||
    <levels width="4" height="4" divisor="9">
 | 
			
		||||
       4  2  7  5
 | 
			
		||||
       3  1  8  6
 | 
			
		||||
       7  5  4  2
 | 
			
		||||
       8  6  3  1
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="h6x6a" alias="6x1">
 | 
			
		||||
    <description>Halftone 6x6 (angled)</description>
 | 
			
		||||
    <levels width="6" height="6" divisor="19">
 | 
			
		||||
       14  13  10   8   2   3
 | 
			
		||||
       16  18  12   7   1   4
 | 
			
		||||
       15  17  11   9   6   5
 | 
			
		||||
        8   2   3  14  13  10
 | 
			
		||||
        7   1   4  16  18  12
 | 
			
		||||
        9   6   5  15  17  11
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="h8x8a" alias="8x1">
 | 
			
		||||
    <description>Halftone 8x8 (angled)</description>
 | 
			
		||||
    <levels width="8" height="8" divisor="33">
 | 
			
		||||
       13   7   8  14  17  21  22  18
 | 
			
		||||
        6   1   3   9  28  31  29  23
 | 
			
		||||
        5   2   4  10  27  32  30  24
 | 
			
		||||
       16  12  11  15  20  26  25  19
 | 
			
		||||
       17  21  22  18  13   7   8  14
 | 
			
		||||
       28  31  29  23   6   1   3   9
 | 
			
		||||
       27  32  30  24   5   2   4  10
 | 
			
		||||
       20  26  25  19  16  12  11  15
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
  Halftones - Orthogonally Aligned, or Un-angled
 | 
			
		||||
 | 
			
		||||
  Initially added by Anthony Thyssen, IM v6.2.9-5 using techniques from
 | 
			
		||||
  "Dithering & Halftoning" by Gernot Haffmann
 | 
			
		||||
  http://www.fho-emden.de/~hoffmann/hilb010101.pdf
 | 
			
		||||
 | 
			
		||||
  These patterns initially start as circles, but then form square
 | 
			
		||||
  pattern at the 50% threshold level, before forming negated circles,
 | 
			
		||||
  as it approached the other threshold extereme.
 | 
			
		||||
-->
 | 
			
		||||
  <threshold map="h4x4o">
 | 
			
		||||
    <description>Halftone 4x4 (orthogonal)</description>
 | 
			
		||||
    <levels width="4" height="4" divisor="17">
 | 
			
		||||
        7  13  11   4
 | 
			
		||||
       12  16  14   8
 | 
			
		||||
       10  15   6   2
 | 
			
		||||
        5   9   3   1
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="h6x6o">
 | 
			
		||||
    <description>Halftone 6x6 (orthogonal)</description>
 | 
			
		||||
    <levels width="6" height="6" divisor="37">
 | 
			
		||||
        7  17  27  14   9   4
 | 
			
		||||
       21  29  33  31  18  11
 | 
			
		||||
       24  32  36  34  25  22
 | 
			
		||||
       19  30  35  28  20  10
 | 
			
		||||
        8  15  26  16   6   2
 | 
			
		||||
        5  13  23  12   3   1
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="h8x8o">
 | 
			
		||||
    <description>Halftone 8x8 (orthogonal)</description>
 | 
			
		||||
    <levels width="8" height="8" divisor="65">
 | 
			
		||||
        7  21  33  43  36  19   9   4
 | 
			
		||||
       16  27  51  55  49  29  14  11
 | 
			
		||||
       31  47  57  61  59  45  35  23
 | 
			
		||||
       41  53  60  64  62  52  40  38
 | 
			
		||||
       37  44  58  63  56  46  30  22
 | 
			
		||||
       15  28  48  54  50  26  17  10
 | 
			
		||||
        8  18  34  42  32  20   6   2
 | 
			
		||||
        5  13  25  39  24  12   3   1
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="h16x16o">
 | 
			
		||||
    <!--
 | 
			
		||||
       Direct extract from "Dithering & Halftoning" by Gernot Haffmann.
 | 
			
		||||
       This may need some fine tuning for symmetry of the halftone dots,
 | 
			
		||||
       as it was a mathematically formulated pattern.
 | 
			
		||||
    -->
 | 
			
		||||
    <description>Halftone 16x16 (orthogonal)</description>
 | 
			
		||||
    <levels width="16" height="16" divisor="257">
 | 
			
		||||
        4  12  24  44  72 100 136 152 150 134  98  70  42  23  11   3
 | 
			
		||||
        7  16  32  52  76 104 144 160 158 142 102  74  50  31  15   6
 | 
			
		||||
       19  27  40  60  92 132 168 180 178 166 130  90  58  39  26  18
 | 
			
		||||
       36  48  56  80 124 176 188 204 203 187 175 122  79  55  47  35
 | 
			
		||||
       64  68  84 116 164 200 212 224 223 211 199 162 114  83  67  63
 | 
			
		||||
       88  96 112 156 192 216 232 240 239 231 214 190 154 111  95  87
 | 
			
		||||
      108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107
 | 
			
		||||
      128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127
 | 
			
		||||
      126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125
 | 
			
		||||
      106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105
 | 
			
		||||
       86  94 110 155 191 215 229 238 237 230 213 189 153 109  93  85
 | 
			
		||||
       62  66  82 115 163 198 210 221 222 209 197 161 113  81  65  61
 | 
			
		||||
       34  46  54  78 123 174 186 202 201 185 173 121  77  53  45  33
 | 
			
		||||
       20  28  37  59  91 131 167 179 177 165 129  89  57  38  25  17
 | 
			
		||||
        8  13  29  51  75 103 143 159 157 141 101  73  49  30  14   5
 | 
			
		||||
        1   9  21  43  71  99 135 151 149 133  97  69  41  22  10   2
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
  Halftones - Orthogonally Expanding Circle Patterns
 | 
			
		||||
 | 
			
		||||
  Added by Glenn Randers-Pehrson, 4 Nov 2010, ImageMagick 6.6.5-6
 | 
			
		||||
 | 
			
		||||
  Rather than producing a diamond 50% threshold pattern, these
 | 
			
		||||
  continue to generate larger (overlapping) circles.  They are
 | 
			
		||||
  more like a true halftone pattern formed by covering a surface
 | 
			
		||||
  with either pure white or pure black circular dots.
 | 
			
		||||
 | 
			
		||||
  WARNING: true halftone patterns only use true circles even in
 | 
			
		||||
  areas of highly varying intensity.  Threshold dither patterns
 | 
			
		||||
  can generate distorted circles in such areas.
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
  <threshold map="c5x5b" alias="c5x5">
 | 
			
		||||
    <description>Circles 5x5 (black)</description>
 | 
			
		||||
    <levels width="5" height="5" divisor="26">
 | 
			
		||||
         1 21 16 15  4
 | 
			
		||||
         5 17 20 19 14
 | 
			
		||||
         6 21 25 24 12
 | 
			
		||||
         7 18 22 23 11
 | 
			
		||||
         2  8  9 10  3
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  <threshold map="c5x5w">
 | 
			
		||||
    <description>Circles 5x5 (white)</description>
 | 
			
		||||
    <levels width="5" height="5" divisor="26">
 | 
			
		||||
        25 21 10 11 22
 | 
			
		||||
        20  9  6  7 12
 | 
			
		||||
        19  5  1  2 13
 | 
			
		||||
        18  8  4  3 14
 | 
			
		||||
        24 17 16 15 23
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="c6x6b" alias="c6x6">
 | 
			
		||||
    <description>Circles 6x6 (black)</description>
 | 
			
		||||
    <levels width="6" height="6" divisor="37">
 | 
			
		||||
         1  5 14 13 12  4
 | 
			
		||||
         6 22 28 27 21 11
 | 
			
		||||
        15 29 35 34 26 20
 | 
			
		||||
        16 30 36 33 25 19
 | 
			
		||||
         7 23 31 32 24 10
 | 
			
		||||
         2  8 17 18  9  3
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="c6x6w">
 | 
			
		||||
    <description>Circles 6x6 (white)</description>
 | 
			
		||||
    <levels width="6" height="6" divisor="37">
 | 
			
		||||
        36 32 23 24 25 33
 | 
			
		||||
        31 15  9 10 16 26
 | 
			
		||||
        22  8  2  3 11 17
 | 
			
		||||
        21  7  1  4 12 18
 | 
			
		||||
        30 14  6  5 13 27
 | 
			
		||||
        35 29 20 19 28 34
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
  <threshold map="c7x7b" alias="c7x7">
 | 
			
		||||
    <description>Circles 7x7 (black)</description>
 | 
			
		||||
    <levels width="7" height="7" divisor="50">
 | 
			
		||||
        3  9 18 28 17  8  2
 | 
			
		||||
       10 24 33 39 32 23  7
 | 
			
		||||
       19 34 44 48 43 31 16
 | 
			
		||||
       25 40 45 49 47 38 27
 | 
			
		||||
       20 35 41 46 42 29 15
 | 
			
		||||
       11 21 36 37 28 22  6
 | 
			
		||||
        4 12 13 26 14  5  1
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  <threshold map="c7x7w">
 | 
			
		||||
    <description>Circles 7x7 (white)</description>
 | 
			
		||||
    <levels width="7" height="7" divisor="50">
 | 
			
		||||
       47 41 32 22 33 42 48
 | 
			
		||||
       40 26 17 11 18 27 43
 | 
			
		||||
       31 16  6  2  7 19 34
 | 
			
		||||
       25 10  5  1  3 12 23
 | 
			
		||||
       30 15  9  4  8 20 35
 | 
			
		||||
       39 29 14 13 21 28 44
 | 
			
		||||
       46 38 37 24 36 45 49
 | 
			
		||||
    </levels>
 | 
			
		||||
  </threshold>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
  Special Purpose Dithers
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
</thresholds>
 | 
			
		||||
							
								
								
									
										62
									
								
								etc_org/ImageMagick-6/type-dejavu.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								etc_org/ImageMagick-6/type-dejavu.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,62 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE typemap [
 | 
			
		||||
<!ELEMENT typemap (type)+>
 | 
			
		||||
<!ELEMENT type (#PCDATA)>
 | 
			
		||||
<!ELEMENT include (#PCDATA)>
 | 
			
		||||
<!ATTLIST type name CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type fullname CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type fullname="" family CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type foundry CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type weight CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type style CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type stretch CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type format CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type metrics CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type glyphs CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type version CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST include file CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<typemap>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Bold" fullname="DejaVu LGC Sans Bold" family="DejaVuGC Sans" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuLGCSans-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Bold-Oblique" fullname="DejaVu LGC Sans Bold Oblique" family="DejaVuGC Sans" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuLGCSans-BoldOblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Book" fullname="DejaVu LGC Sans Book" family="DejaVuGC Sans" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuLGCSans.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Condensed" fullname="DejaVu LGC Sans Condensed" family="DejaVuGC Sans" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSansCondensed.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Condensed-Bold" fullname="DejaVu LGC Sans Condensed Bold" family="DejaVuGC Sans" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSansCondensed-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Condensed-Bold-Oblique" fullname="DejaVu LGC Sans Condensed Bold Oblique" family="DejaVuGC Sans" style="Oblique" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSansCondensed-BoldOblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Condensed-Oblique" fullname="DejaVu LGC Sans Condensed Oblique" family="DejaVuGC Sans" style="Oblique" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSansCondensed-Oblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-ExtraLight" fullname="DejaVu LGC Sans ExtraLight" family="DejaVuGC Sans" style="Normal" stretch="Normal" weight="200" glyphs="DejaVuLGCSans-ExtraLight.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Mono-Bold" fullname="DejaVu LGC Sans Mono Bold" family="DejaVuGC Sans Mono" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuLGCSansMono-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Mono-Bold-Oblique" fullname="DejaVu LGC Sans Mono Bold Oblique" family="DejaVuGC Sans Mono" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuLGCSansMono-BoldOblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Mono-Book" fullname="DejaVu LGC Sans Mono Book" family="DejaVuGC Sans Mono" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuLGCSansMono.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Mono-Oblique" fullname="DejaVu LGC Sans Mono Oblique" family="DejaVuGC Sans Mono" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuLGCSansMono-Oblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Sans-Oblique" fullname="DejaVu LGC Sans Oblique" family="DejaVuGC Sans" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuLGCSans-Oblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Bold" fullname="DejaVu LGC Serif Bold" family="DejaVuGC Serif" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuLGCSerif-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Bold-Italic" fullname="DejaVu LGC Serif Bold Italic" family="DejaVuGC Serif" style="Italic" stretch="Normal" weight="700" glyphs="DejaVuLGCSerif-BoldItalic.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Book" fullname="DejaVu LGC Serif Book" family="DejaVuGC Serif" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuLGCSerif.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Condensed" fullname="DejaVu LGC Serif Condensed" family="DejaVuGC Serif" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSerifCondensed.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Condensed-Bold" fullname="DejaVu LGC Serif Condensed Bold" family="DejaVuGC Serif" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSerifCondensed-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Condensed-Bold-Italic" fullname="DejaVu LGC Serif Condensed Bold Italic" family="DejaVuGC Serif" style="Italic" stretch="SemiCondensed" weight="700" glyphs="DejaVuLGCSerifCondensed-BoldItalic.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Condensed-Italic" fullname="DejaVu LGC Serif -Condensed Italic" family="DejaVuGC Serif" style="Italic" stretch="SemiCondensed" weight="400" glyphs="DejaVuLGCSerifCondensed-Italic.ttf"/>
 | 
			
		||||
  <type name="DejaVu-LGC-Serif-Italic" fullname="DejaVu LGC Serif Italic" family="DejaVuGC Serif" style="Italic" stretch="Normal" weight="400" glyphs="DejaVuLGCSerif-Italic.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Bold" fullname="DejaVu Sans Bold" family="DejaVu Sans" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuSans-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Bold-Oblique" fullname="DejaVu Sans Bold Oblique" family="DejaVu Sans" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuSans-BoldOblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Book" fullname="DejaVu Sans Book" family="DejaVu Sans" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuSans.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Condensed" fullname="DejaVu Sans Condensed" family="DejaVu Sans" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuSansCondensed.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Condensed-Bold" fullname="DejaVu Sans Condensed Bold" family="DejaVu Sans" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuSansCondensed-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Condensed-Bold-Oblique" fullname="DejaVu Sans Condensed Bold Oblique" family="DejaVu Sans" style="Oblique" stretch="SemiCondensed" weight="700" glyphs="DejaVuSansCondensed-BoldOblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Condensed-Oblique" fullname="DejaVu Sans Condensed Oblique" family="DejaVu Sans" style="Oblique" stretch="SemiCondensed" weight="400" glyphs="DejaVuSansCondensed-Oblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-ExtraLight" fullname="DejaVu Sans ExtraLight" family="DejaVu Sans" style="Normal" stretch="Normal" weight="200" glyphs="DejaVuSans-ExtraLight.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Mono-Bold" fullname="DejaVu Sans Mono Bold" family="DejaVu Sans Mono" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuSansMono-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Mono-Bold-Oblique" fullname="DejaVu Sans Mono Bold Oblique" family="DejaVu Sans Mono" style="Oblique" stretch="Normal" weight="700" glyphs="DejaVuSansMono-BoldOblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Mono-Book" fullname="DejaVu Sans Mono Book" family="DejaVu Sans Mono" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuSansMono.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Mono-Oblique" fullname="DejaVu Sans Mono Oblique" family="DejaVu Sans Mono" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuSansMono-Oblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Sans-Oblique" fullname="DejaVu Sans Oblique" family="DejaVu Sans" style="Oblique" stretch="Normal" weight="400" glyphs="DejaVuSans-Oblique.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Bold" fullname="DejaVu Serif Bold" family="DejaVu Serif" style="Normal" stretch="Normal" weight="700" glyphs="DejaVuSerif-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Bold-Italic" fullname="DejaVu Serif Bold Italic" family="DejaVu Serif" style="Italic" stretch="Normal" weight="700" glyphs="DejaVuSerif-BoldItalic.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Book" fullname="DejaVu Serif Book" family="DejaVu Serif" style="Normal" stretch="Normal" weight="400" glyphs="DejaVuSerif.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Condensed" fullname="DejaVu Serif Condensed" family="DejaVu Serif" style="Normal" stretch="SemiCondensed" weight="400" glyphs="DejaVuSerifCondensed.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Condensed-Bold" fullname="DejaVu Serif Condensed Bold" family="DejaVu Serif" style="Normal" stretch="SemiCondensed" weight="700" glyphs="DejaVuSerifCondensed-Bold.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Condensed-Bold-Italic" fullname="DejaVu Serif Condensed Bold Italic" family="DejaVu Serif" style="Italic" stretch="SemiCondensed" weight="700" glyphs="DejaVuSerifCondensed-BoldItalic.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Condensed-Italic" fullname="DejaVu Serif Condensed Italic" family="DejaVu Serif" style="Italic" stretch="SemiCondensed" weight="400" glyphs="DejaVuSerifCondensed-Italic.ttf"/>
 | 
			
		||||
  <type name="DejaVu-Serif-Italic" fullname="DejaVu Serif Italic" family="DejaVu Serif" style="Italic" stretch="Normal" weight="400" glyphs="DejaVuSerif-Italic.ttf"/>
 | 
			
		||||
</typemap>
 | 
			
		||||
							
								
								
									
										54
									
								
								etc_org/ImageMagick-6/type-ghostscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										54
									
								
								etc_org/ImageMagick-6/type-ghostscript.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,54 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE typemap [
 | 
			
		||||
<!ELEMENT typemap (type)+>
 | 
			
		||||
<!ELEMENT type (#PCDATA)>
 | 
			
		||||
<!ELEMENT include (#PCDATA)>
 | 
			
		||||
<!ATTLIST type name CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type fullname CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type family CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type foundry CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type weight CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type style CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type stretch CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type format CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type metrics CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type glyphs CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type version CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST include file CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<typemap>
 | 
			
		||||
  <type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010013l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010013l.pfb"/>
 | 
			
		||||
  <type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010033l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010033l.pfb"/>
 | 
			
		||||
  <type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010015l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010015l.pfb"/>
 | 
			
		||||
  <type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/a010035l.afm" glyphs="/usr/share/fonts/type1/gsfonts/a010035l.pfb"/>
 | 
			
		||||
  <type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018015l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018015l.pfb"/>
 | 
			
		||||
  <type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018035l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018035l.pfb"/>
 | 
			
		||||
  <type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018012l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018012l.pfb"/>
 | 
			
		||||
  <type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/b018032l.afm" glyphs="/usr/share/fonts/type1/gsfonts/b018032l.pfb"/>
 | 
			
		||||
  <type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022003l.pfb"/>
 | 
			
		||||
  <type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022004l.pfb"/>
 | 
			
		||||
  <type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022023l.pfb"/>
 | 
			
		||||
  <type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n022024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n022024l.pfb"/>
 | 
			
		||||
  <type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019003l.pfb"/>
 | 
			
		||||
  <type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019003l.pfb"/>
 | 
			
		||||
  <type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019004l.pfb"/>
 | 
			
		||||
  <type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019023l.pfb"/>
 | 
			
		||||
  <type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019024l.pfb"/>
 | 
			
		||||
  <type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019043l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019043l.pfb"/>
 | 
			
		||||
  <type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019063l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019063l.pfb"/>
 | 
			
		||||
  <type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019044l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019044l.pfb"/>
 | 
			
		||||
  <type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n019064l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n019064l.pfb"/>
 | 
			
		||||
  <type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059013l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059013l.pfb"/>
 | 
			
		||||
  <type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059033l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059033l.pfb"/>
 | 
			
		||||
  <type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059016l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059016l.pfb"/>
 | 
			
		||||
  <type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/c059036l.afm" glyphs="/usr/share/fonts/type1/gsfonts/c059036l.pfb"/>
 | 
			
		||||
  <type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052003l.pfb"/>
 | 
			
		||||
  <type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052023l.pfb"/>
 | 
			
		||||
  <type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052004l.pfb"/>
 | 
			
		||||
  <type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/p052024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/p052024l.pfb"/>
 | 
			
		||||
  <type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021003l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021003l.pfb"/>
 | 
			
		||||
  <type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021004l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021004l.pfb"/>
 | 
			
		||||
  <type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021023l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021023l.pfb"/>
 | 
			
		||||
  <type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/n021024l.afm" glyphs="/usr/share/fonts/type1/gsfonts/n021024l.pfb"/>
 | 
			
		||||
  <type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="/usr/share/fonts/type1/gsfonts/s050000l.afm" glyphs="/usr/share/fonts/type1/gsfonts/s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
 | 
			
		||||
</typemap>
 | 
			
		||||
							
								
								
									
										102
									
								
								etc_org/ImageMagick-6/type-windows.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										102
									
								
								etc_org/ImageMagick-6/type-windows.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,102 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE typemap [
 | 
			
		||||
<!ELEMENT typemap (type)+>
 | 
			
		||||
<!ELEMENT type (#PCDATA)>
 | 
			
		||||
<!ELEMENT include (#PCDATA)>
 | 
			
		||||
<!ATTLIST type name CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type fullname CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type family CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type foundry CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type weight CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type style CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type stretch CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type format CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type metrics CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type glyphs CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type version CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST include file CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<typemap>
 | 
			
		||||
  <type name="Arial" fullname="Arial" family="Arial" weight="400" style="normal" stretch="normal" glyphs="arial.ttf"/>
 | 
			
		||||
  <type name="Arial-Black" fullname="Arial Black" family="Arial" weight="900" style="normal" stretch="normal" glyphs="ariblk.ttf"/>
 | 
			
		||||
  <type name="Arial-Bold" fullname="Arial Bold" family="Arial" weight="700" style="normal" stretch="normal" glyphs="arialbd.ttf"/>
 | 
			
		||||
  <type name="Arial-Bold-Italic" fullname="Arial Bold Italic" family="Arial" weight="700" style="italic" stretch="normal" glyphs="arialbi.ttf"/>
 | 
			
		||||
  <type name="Arial-Italic" fullname="Arial Italic" family="Arial" weight="400" style="italic" stretch="normal" glyphs="ariali.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow" fullname="Arial Narrow" family="Arial Narrow" weight="400" style="normal" stretch="condensed" glyphs="arialn.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Bold" fullname="Arial Narrow Bold" family="Arial Narrow" weight="700" style="normal" stretch="condensed" glyphs="arialnb.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Bold-Italic" fullname="Arial Narrow Bold Italic" family="Arial Narrow" weight="700" style="italic" stretch="condensed" glyphs="arialnbi.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Italic" fullname="Arial Narrow Italic" family="Arial Narrow" weight="400" style="italic" stretch="condensed" glyphs="arnari.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Special-G1" fullname="Arial Narrow Special G1" family="Arial Narrow Special G1" weight="400" style="normal" stretch="condensed" glyphs="msgeonr1.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Special-G1-Bold" fullname="Arial Narrow Special G1 Bold" family="Arial Narrow Special G1" weight="700" style="normal" stretch="condensed" glyphs="msgeonb1.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Special-G1-Italic" fullname="Arial Narrow Special G1 Italic" family="Arial Narrow Special G1" weight="400" style="italic" stretch="condensed" glyphs="msgeoni1.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Special-G2" fullname="Arial Narrow Special G2" family="Arial Narrow Special G2" weight="400" style="normal" stretch="condensed" glyphs="msgeonr2.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Special-G2-Bold" fullname="Arial Narrow Special G2 Bold" family="Arial Narrow Special G2" weight="700" style="Narrow" stretch="normal" glyphs="msgeonb2.ttf"/>
 | 
			
		||||
  <type name="Arial-Narrow-Special-G2-Italic" fullname="Arial Narrow Special G2 Italic" family="Arial Narrow Special G2" weight="400" style="italic" stretch="condensed" glyphs="msgeoni2.ttf"/>
 | 
			
		||||
  <type name="Arial-Rounded-MT-Bold" fullname="Arial Rounded MT Bold" family="Arial Rounded MT" weight="700" style="normal" stretch="normal" glyphs="arlrdbd.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G1" fullname="Arial Special G1" family="Arial Special G1" weight="400" style="normal" stretch="normal" glyphs="msgeor1.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G1-Bold" fullname="Arial Special G1 Bold" family="Arial Special G1" weight="700" style="normal" stretch="normal" glyphs="msgeoab1.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G1-Bold-Italic" fullname="Arial Special G1 Bold Italic" family="Arial Special G1" weight="700" style="italic" stretch="normal" glyphs="msgeoax1.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G1-Italic" fullname="Arial Special G1 Italic" family="Arial Special G1" weight="400" style="italic" stretch="normal" glyphs="msgeoai1.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G2" fullname="Arial Special G2" family="Arial Special G2" weight="400" style="normal" stretch="normal" glyphs="msgeoar2.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G2-Bold" fullname="Arial Special G2 Bold" family="Arial Special G2" weight="700" style="normal" stretch="normal" glyphs="msgeoab2.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G2-Bold-Italic" fullname="Arial Special G2 Bold Italic" family="Arial Special G2" weight="700" style="italic" stretch="normal" glyphs="msgeoax2.ttf"/>
 | 
			
		||||
  <type name="Arial-Special-G2-Italic" fullname="Arial Special G2 Italic" family="Arial Special G2" weight="400" style="italic" stretch="normal" glyphs="msgeoai2.ttf"/>
 | 
			
		||||
  <type name="Bookman-Old-Style" fullname="Bookman Old Style" family="Bookman Old Style" weight="400" style="normal" stretch="normal" glyphs="bkmnos.ttf"/>
 | 
			
		||||
  <type name="Bookman-Old-Style-Bold" fullname="Bookman Old Style Bold" family="Bookman Old Style" weight="700" style="normal" stretch="normal" glyphs="bookosb.ttf"/>
 | 
			
		||||
  <type name="Bookman-Old-Style-Bold-Italic" fullname="Bookman Old Style Bold Italic" family="Bookman Old Style" weight="400" style="italic" stretch="normal" glyphs="bookosbi.ttf"/>
 | 
			
		||||
  <type name="Bookman-Old-Style-Italic" fullname="Bookman Old Style Italic" family="Bookman Old Style" weight="400" style="italic" stretch="normal" glyphs="boookosi.ttf"/>
 | 
			
		||||
  <type name="Century-Schoolbook" fullname="Century Schoolbook" family="Century Schoolbook" weight="400" style="normal" stretch="normal" glyphs="censcbk.ttf"/>
 | 
			
		||||
  <type name="Century-Schoolbook-Bold" fullname="Century Schoolbook Bold" family="Century Schoolbook" weight="700" style="normal" stretch="normal" glyphs="schlbkb.ttf"/>
 | 
			
		||||
  <type name="Century-Schoolbook-Bold-Italic" fullname="Century Schoolbook Bold Italic" family="Century Schoolbook" weight="700" style="italic" stretch="normal" glyphs="schlbkbi.ttf"/>
 | 
			
		||||
  <type name="Century-Schoolbook-Italic" fullname="Century Schoolbook Italic" family="Century Schoolbook" weight="400" style="italic" stretch="normal" glyphs="schlbki.ttf"/>
 | 
			
		||||
  <type name="Comic-Sans-MS" fullname="Comic Sans MS" family="Comic Sans MS" weight="400" style="normal" stretch="normal" glyphs="comic.ttf"/>
 | 
			
		||||
  <type name="Comic-Sans-MS-Bold" fullname="Comic Sans MS Bold" family="Comic Sans MS" weight="700" style="normal" stretch="normal" glyphs="comicbd.ttf"/>
 | 
			
		||||
  <type name="Courier-New" fullname="Courier New" family="Courier New" weight="400" style="normal" stretch="normal" glyphs="cour.ttf"/>
 | 
			
		||||
  <type name="Courier-New-Bold" fullname="Courier New Bold" family="Courier New" weight="700" style="normal" stretch="normal" glyphs="courbd.ttf"/>
 | 
			
		||||
  <type name="Courier-New-Bold-Italic" fullname="Courier New Bold Italic" family="Courier New" weight="700" style="italic" stretch="normal" glyphs="courbi.ttf"/>
 | 
			
		||||
  <type name="Courier-New-Italic" fullname="Courier New Italic" family="Courier New" weight="400" style="italic" stretch="normal" glyphs="couri.ttf"/>
 | 
			
		||||
  <type name="Garamond" fullname="Garamond" family="Garamond" weight="400" style="normal" stretch="normal" glyphs="gara.ttf"/>
 | 
			
		||||
  <type name="Garamond-Bold" fullname="Garamond Bold" family="Garamond" weight="700" style="normal" stretch="normal" glyphs="garabd.ttf"/>
 | 
			
		||||
  <type name="Garamond-Italic" fullname="Garamond Italic" family="Garamond" weight="400" style="italic" stretch="normal" glyphs="Italic"/>
 | 
			
		||||
  <type name="Gill-Sans-MT-Ext-Condensed-Bold" fullname="Gill Sans MT Ext Condensed Bold" family="Gill Sans MT" weight="700" style="normal" stretch="extra-condensed" glyphs="glsnecb.ttf"/>
 | 
			
		||||
  <type name="Impact" fullname="Impact" family="Impact" weight="400" style="normal" stretch="normal" glyphs="impact.ttf"/>
 | 
			
		||||
  <type name="Lucida-Blackletter" fullname="Lucida Blackletter" family="Lucida Blackletter" weight="400" style="normal" stretch="normal" glyphs="lblack.ttf"/>
 | 
			
		||||
  <type name="Lucida-Bright" fullname="Lucida Bright" family="Lucida Bright" weight="400" style="normal" stretch="normal" glyphs="lbrite.ttf"/>
 | 
			
		||||
  <type name="Lucida-Bright-Demibold" fullname="Lucida Bright Demibold" family="Lucida Bright" weight="600" style="normal" stretch="normal" glyphs="lbrited.ttf"/>
 | 
			
		||||
  <type name="Lucida-Bright-Demibold-Italic" fullname="Lucida Bright Demibold Italic" family="Lucida Bright" weight="600" style="italic" stretch="normal" glyphs="lbritedi.ttf"/>
 | 
			
		||||
  <type name="Lucida-Bright-Italic" fullname="Lucida Bright Italic" family="Lucida Bright" weight="400" style="italic" stretch="normal" glyphs="lbritei.ttf"/>
 | 
			
		||||
  <type name="Lucida-Caligraphy-Italic" fullname="Lucida Caligraphy Italic" family="Lucida Caligraphy" weight="400" style="italic" stretch="normal" glyphs="lcalig.ttf"/>
 | 
			
		||||
  <type name="Lucida-Console, Lucida-Console" fullname="Lucida Console, Lucida Console" family="Regular" weight="400" style="lucon.ttf" stretch="normal" glyphs=""/>
 | 
			
		||||
  <type name="Lucida-Fax-Demibold" fullname="Lucida Fax Demibold" family="Lucida Fax" weight="600" style="normal" stretch="normal" glyphs="lfaxd.ttf"/>
 | 
			
		||||
  <type name="Lucida-Fax-Demibold-Italic" fullname="Lucida Fax Demibold Italic" family="Lucida Fax" weight="600" style="italic" stretch="normal" glyphs="lfaxdi.ttf"/>
 | 
			
		||||
  <type name="Lucida-Fax-Italic" fullname="Lucida Fax Italic" family="Lucida Fax" weight="400" style="italic" stretch="normal" glyphs="lfaxi.ttf"/>
 | 
			
		||||
  <type name="Lucida-Fax-Regular" fullname="Lucida Fax Regular" family="Lucida Fax" weight="400" style="normal" stretch="normal" glyphs="lfax.ttf"/>
 | 
			
		||||
  <type name="Lucida-Handwriting-Italic" fullname="Lucida Handwriting Italic" family="Lucida Handwriting" weight="400" style="italic" stretch="normal" glyphs="lhandw.ttf"/>
 | 
			
		||||
  <type name="Lucida-Sans-Demibold-Italic" fullname="Lucida Sans Demibold Italic" family="Lucida Sans" weight="600" style="italic" stretch="normal" glyphs="lsansdi.ttf"/>
 | 
			
		||||
  <type name="Lucida-Sans-Demibold-Roman" fullname="Lucida Sans Demibold Roman" family="Lucida Sans Demibold" weight="400" style="normal" stretch="normal" glyphs="lsansd.ttf"/>
 | 
			
		||||
  <type name="Lucida-Sans-Regular" fullname="Lucida Sans Regular" family="Lucida Sans" weight="400" style="normal" stretch="normal" glyphs="lsans.ttf"/>
 | 
			
		||||
  <type name="Lucida-Sans-Typewriter-Bold" fullname="Lucida Sans Typewriter Bold" family="Lucida Sans Typewriter" weight="700" style="normal" stretch="normal" glyphs="ltypeb.ttf"/>
 | 
			
		||||
  <type name="Lucida-Sans-Typewriter-Bold-Oblique" fullname="Lucida Sans Typewriter Bold Oblique" family="Lucida Sans Typewriter" weight="700" style="normal" stretch="normal" glyphs="ltypebo.ttf"/>
 | 
			
		||||
  <type name="Lucida-Sans-Typewriter-Oblique" fullname="Lucida Sans Typewriter Oblique" family="Lucida Sans Typewriter" weight="700" style="normal" stretch="normal" glyphs="ltypeo.ttf"/>
 | 
			
		||||
  <type name="Lucida-Sans-Typewriter-Regular" fullname="Lucida Sans Typewriter Regular" family="Lucida Sans Typewriter" weight="400" style="normal" stretch="normal" glyphs="ltype.ttf"/>
 | 
			
		||||
  <type name="MS-Sans-Serif" fullname="MS Sans Serif" family="MS Sans Serif" weight="400" style="normal" stretch="normal" glyphs="sseriff.ttf"/>
 | 
			
		||||
  <type name="MS-Serif" fullname="MS Serif" family="MS Serif" weight="400" style="normal" stretch="normal" glyphs="seriff.ttf"/>
 | 
			
		||||
  <type name="Modern" fullname="Modern" family="Modern" weight="400" style="normal" stretch="normal" glyphs="modern.ttf"/>
 | 
			
		||||
  <type name="Monotype-Corsiva" fullname="Monotype Corsiva" family="Monotype Corsiva" weight="400" style="normal" stretch="normal" glyphs="mtcorsva.ttf"/>
 | 
			
		||||
  <type name="Small-Fonts" fullname="Small Fonts" family="Small Fonts" weight="400" style="normal" stretch="normal" glyphs="smallf.ttf"/>
 | 
			
		||||
  <type name="Symbol" fullname="Symbol" family="Symbol" weight="400" style="normal" stretch="normal" glyphs="symbol.ttf" encoding="AppleRoman"/>
 | 
			
		||||
  <type name="Tahoma" fullname="Tahoma" family="Tahoma" weight="400" style="normal" stretch="normal" glyphs="tahoma.ttf"/>
 | 
			
		||||
  <type name="Tahoma-Bold" fullname="Tahoma Bold" family="Tahoma" weight="700" style="normal" stretch="normal" glyphs="tahomabd.ttf"/>
 | 
			
		||||
  <type name="Times-New-Roman" fullname="Times New Roman" family="Times New Roman" weight="400" style="normal" stretch="normal" glyphs="times.ttf"/>
 | 
			
		||||
  <type name="Times-New-Roman-Bold" fullname="Times New Roman Bold" family="Times New Roman" weight="700" style="normal" stretch="normal" glyphs="timesbd.ttf"/>
 | 
			
		||||
  <type name="Times-New-Roman-Bold-Italic" fullname="Times New Roman Bold Italic" family="Times New Roman" weight="700" style="italic" stretch="normal" glyphs="timesbi.ttf"/>
 | 
			
		||||
  <type name="Times-New-Roman-Italic" fullname="Times New Roman Italic" family="Times New Roman" weight="400" style="italic" stretch="normal" glyphs="timesi.ttf"/>
 | 
			
		||||
  <type name="Times-New-Roman-MT-Extra-Bold" fullname="Times New Roman MT Extra Bold" family="Times New Roman MT" weight="800" style="normal" stretch="normal" glyphs="timnreb.ttf"/>
 | 
			
		||||
  <type name="Verdana" fullname="Verdana" family="Verdana" weight="400" style="normal" stretch="normal" glyphs="verdana.ttf"/>
 | 
			
		||||
  <type name="Verdana-Bold" fullname="Verdana Bold" family="Verdana" weight="700" style="normal" stretch="normal" glyphs="verdanab.ttf"/>
 | 
			
		||||
  <type name="Verdana-Bold-Italic" fullname="Verdana Bold Italic" family="Verdana" weight="700" style="italic" stretch="normal" glyphs="verdanaz.ttf"/>
 | 
			
		||||
  <type name="Verdana-Italic" fullname="Verdana Italic" family="Verdana" weight="400" style="italic" stretch="normal" glyphs="verdanai.ttf"/>
 | 
			
		||||
  <type name="Wingdings" fullname="Wingdings" family="Wingdings" weight="400" style="normal" stretch="normal" glyphs="wingding.ttf" encoding="AppleRoman"/>
 | 
			
		||||
  <type name="Wingdings-2" fullname="Wingdings 2" family="Wingdings 2" weight="400" style="normal" stretch="normal" glyphs="wingdng2.ttf" encoding="AppleRoman"/>
 | 
			
		||||
  <type name="Wingdings-3" fullname="Wingdings 3" family="Wingdings 3" weight="400" style="normal" stretch="normal" glyphs="wingdng3.ttf" encoding="AppleRoman"/>
 | 
			
		||||
</typemap>
 | 
			
		||||
							
								
								
									
										21
									
								
								etc_org/ImageMagick-6/type.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								etc_org/ImageMagick-6/type.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE typemap [
 | 
			
		||||
<!ELEMENT typemap (type)+>
 | 
			
		||||
<!ELEMENT type (#PCDATA)>
 | 
			
		||||
<!ELEMENT include (#PCDATA)>
 | 
			
		||||
<!ATTLIST type name CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type fullname CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type family CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type foundry CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type weight CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type style CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type stretch CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type format CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type metrics CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST type glyphs CDATA #REQUIRED>
 | 
			
		||||
<!ATTLIST type version CDATA #IMPLIED>
 | 
			
		||||
<!ATTLIST include file CDATA #REQUIRED>
 | 
			
		||||
]>
 | 
			
		||||
<typemap>
 | 
			
		||||
   <include file="type-ghostscript.xml" />
 | 
			
		||||
</typemap>
 | 
			
		||||
		Reference in New Issue
	
	Block a user