Upload 19 files
Browse files- .gitattributes +8 -0
- ImageMagick/colors.xml +28 -0
- ImageMagick/compare.exe +3 -0
- ImageMagick/composite.exe +3 -0
- ImageMagick/configure.xml +28 -0
- ImageMagick/conjure.exe +3 -0
- ImageMagick/delegates.xml +101 -0
- ImageMagick/english.xml +1728 -0
- ImageMagick/identify.exe +3 -0
- ImageMagick/locale.xml +48 -0
- ImageMagick/log.xml +80 -0
- ImageMagick/magick.exe +3 -0
- ImageMagick/mogrify.exe +3 -0
- ImageMagick/montage.exe +3 -0
- ImageMagick/policy.xml +153 -0
- ImageMagick/sRGB.icc +0 -0
- ImageMagick/stream.exe +3 -0
- ImageMagick/thresholds.xml +336 -0
- ImageMagick/type-ghostscript.xml +55 -0
- ImageMagick/type.xml +21 -0
.gitattributes
CHANGED
|
@@ -67,3 +67,11 @@ ffprobe.exe filter=lfs diff=lfs merge=lfs -text
|
|
| 67 |
yt-dlp_x86.exe filter=lfs diff=lfs merge=lfs -text
|
| 68 |
slf.exe filter=lfs diff=lfs merge=lfs -text
|
| 69 |
pandoc.exe filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
yt-dlp_x86.exe filter=lfs diff=lfs merge=lfs -text
|
| 68 |
slf.exe filter=lfs diff=lfs merge=lfs -text
|
| 69 |
pandoc.exe filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
ImageMagick/compare.exe filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
ImageMagick/composite.exe filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
ImageMagick/conjure.exe filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
ImageMagick/identify.exe filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
ImageMagick/magick.exe filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
ImageMagick/mogrify.exe filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
ImageMagick/montage.exe filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
ImageMagick/stream.exe filter=lfs diff=lfs merge=lfs -text
|
ImageMagick/colors.xml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE colormap [
|
| 3 |
+
<!ELEMENT colormap (color)*>
|
| 4 |
+
<!ELEMENT color (#PCDATA)>
|
| 5 |
+
<!ATTLIST color name CDATA "0">
|
| 6 |
+
<!ATTLIST color color CDATA "rgb(0,0,0)">
|
| 7 |
+
<!ATTLIST color compliance CDATA "SVG">
|
| 8 |
+
]>
|
| 9 |
+
<!--
|
| 10 |
+
Associate a color name with its red, green, blue, and alpha intensities.
|
| 11 |
+
|
| 12 |
+
A number of methods and options require a color parameter. It is often
|
| 13 |
+
convenient to refer to a color by name (e.g. white) rather than by hex
|
| 14 |
+
value (e.g. #fff). This file maps a color name to its equivalent red,
|
| 15 |
+
green, blue, and alpha intensities (e.g. for white, red = 255, green =
|
| 16 |
+
255, blue = 255, and alpha = 0).
|
| 17 |
+
-->
|
| 18 |
+
<colormap>
|
| 19 |
+
<!-- <color name="none" color="rgba(0,0,0,0)" compliance="SVG, XPM"/> -->
|
| 20 |
+
<!-- <color name="black" color="rgb(0,0,0)" compliance="SVG, X11, XPM"/> -->
|
| 21 |
+
<!-- <color name="red" color="rgb(255,0,0)" compliance="SVG, X11, XPM"/> -->
|
| 22 |
+
<!-- <color name="magenta" color="rgb(255,0,255)" compliance="SVG, X11, XPM"/> -->
|
| 23 |
+
<!-- <color name="green" color="rgb(0,128,0)" compliance="SVG"/> -->
|
| 24 |
+
<!-- <color name="cyan" color="rgb(0,255,255)" compliance="SVG, X11, XPM"/> -->
|
| 25 |
+
<!-- <color name="blue" color="rgb(0,0,255)" compliance="SVG, X11, XPM"/> -->
|
| 26 |
+
<!-- <color name="yellow" color="rgb(255,255,0)" compliance="SVG, X11, XPM"/> -->
|
| 27 |
+
<!-- <color name="white" color="rgb(255,255,255)" compliance="SVG, X11"/> -->
|
| 28 |
+
</colormap>
|
ImageMagick/compare.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a115f9cf8724d9e0c2159ac2b2492e54069d4b8d2a026d29e41e0b4c995240ea
|
| 3 |
+
size 24441856
|
ImageMagick/composite.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b2b433e1faee9cb224ce6a8e18af81a263b0d4246fa572961d60c991b153cff
|
| 3 |
+
size 24441856
|
ImageMagick/configure.xml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE configuremap [
|
| 3 |
+
<!ELEMENT configuremap (configure)+>
|
| 4 |
+
<!ATTLIST configuremap xmlns CDATA #FIXED ''>
|
| 5 |
+
<!ELEMENT configure EMPTY>
|
| 6 |
+
<!ATTLIST configure xmlns CDATA #FIXED '' name NMTOKEN #REQUIRED
|
| 7 |
+
value CDATA #REQUIRED>
|
| 8 |
+
]>
|
| 9 |
+
<!--
|
| 10 |
+
ImageMagick build configuration.
|
| 11 |
+
-->
|
| 12 |
+
<configuremap>
|
| 13 |
+
<configure name="CC" value="VS2022"/>
|
| 14 |
+
<configure name="CHANNEL_MASK_DEPTH" value="64"/>
|
| 15 |
+
<configure name="COPYRIGHT" value="Copyright (C) 1999 ImageMagick Studio LLC"/>
|
| 16 |
+
<configure name="CXX" value="VS2022"/>
|
| 17 |
+
<configure name="DOCUMENTATION_PATH" value="unavailable"/>
|
| 18 |
+
<configure name="GIT_REVISION" value="21316" />
|
| 19 |
+
<configure name="LIB_VERSION_NUMBER" value="7,1,1,47"/>
|
| 20 |
+
<configure name="LIB_VERSION" value="0x711"/>
|
| 21 |
+
<configure name="NAME" value="ImageMagick"/>
|
| 22 |
+
<configure name="QuantumDepth" value="16"/>
|
| 23 |
+
<configure name="RELEASE_DATE" value="2025-03-29"/>
|
| 24 |
+
<configure name="TARGET_CPU" value="x64"/>
|
| 25 |
+
<configure name="TARGET_OS" value="Windows"/>
|
| 26 |
+
<configure name="VERSION" value="7.1.1"/>
|
| 27 |
+
<configure name="WEBSITE" value="https://imagemagick.org"/>
|
| 28 |
+
</configuremap>
|
ImageMagick/conjure.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba2911ff458b01398c6c81e931f771f2a58a8066a76dbd22e81989613404b12a
|
| 3 |
+
size 24441856
|
ImageMagick/delegates.xml
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE delegatemap [
|
| 3 |
+
<!ELEMENT delegatemap (delegate)+>
|
| 4 |
+
<!ATTLIST delegatemap xmlns CDATA #FIXED ''>
|
| 5 |
+
<!ELEMENT delegate EMPTY>
|
| 6 |
+
<!ATTLIST delegate xmlns CDATA #FIXED '' command CDATA #REQUIRED
|
| 7 |
+
decode NMTOKEN #IMPLIED encode NMTOKEN #IMPLIED mode NMTOKEN #IMPLIED
|
| 8 |
+
spawn NMTOKEN #IMPLIED stealth NMTOKEN #IMPLIED>
|
| 9 |
+
]>
|
| 10 |
+
<!--
|
| 11 |
+
Delegate command file.
|
| 12 |
+
|
| 13 |
+
Commands which specify
|
| 14 |
+
|
| 15 |
+
decode="in_format" encode="out_format"
|
| 16 |
+
|
| 17 |
+
specify the rules for converting from in_format to out_format. Use these
|
| 18 |
+
rules to translate directly between formats.
|
| 19 |
+
|
| 20 |
+
Commands which specify only
|
| 21 |
+
|
| 22 |
+
decode="in_format"
|
| 23 |
+
|
| 24 |
+
specify the rules for converting from in_format to some format that
|
| 25 |
+
ImageMagick automatically recognizes. Use these rules to decode formats.
|
| 26 |
+
|
| 27 |
+
Commands which specify only
|
| 28 |
+
|
| 29 |
+
encode="out_format"
|
| 30 |
+
|
| 31 |
+
specify the rules for an "encoder" which may accept any input format.
|
| 32 |
+
|
| 33 |
+
The substitution rules are as follows:
|
| 34 |
+
|
| 35 |
+
%a authentication passphrase
|
| 36 |
+
%b image file size in bytes
|
| 37 |
+
%g image geometry
|
| 38 |
+
%h image rows (height)
|
| 39 |
+
%i input image filename
|
| 40 |
+
%# input image signature
|
| 41 |
+
%m input image format
|
| 42 |
+
%o output image filename
|
| 43 |
+
%p page number
|
| 44 |
+
%q input image depth
|
| 45 |
+
%s scene number
|
| 46 |
+
%u unique temporary filename
|
| 47 |
+
%w image columns (width)
|
| 48 |
+
%x input image x resolution
|
| 49 |
+
%y input image y resolution
|
| 50 |
+
%Q input image compression quality
|
| 51 |
+
|
| 52 |
+
Set option delegate:bimodal=true to process bimodal delegates otherwise they
|
| 53 |
+
are ignored.
|
| 54 |
+
|
| 55 |
+
If stealth="True" the delegate is not listed in user requested
|
| 56 |
+
"-list delegate" listings. These are typically special internal delegates.
|
| 57 |
+
|
| 58 |
+
If spawn="True", ImageMagick does not wait for the delegate to finish, nor
|
| 59 |
+
will it read any output image.
|
| 60 |
+
-->
|
| 61 |
+
<delegatemap>
|
| 62 |
+
<delegate decode="bpg" command="cmd.exe /c ("bpgdec" -b 16 -o "%o.png" "%i") & (move "%o.png" "%o" >nul)"/>
|
| 63 |
+
<delegate decode="png" encode="bpg" command=""bpgenc" -b 12 -q "%~" -o "%o" "%i""/>
|
| 64 |
+
<delegate decode="dng:decode" stealth="True" command="dcraw.exe -6 -W -O "%u.ppm" "%i""/>
|
| 65 |
+
<delegate decode="dot" command=""dot" -Tsvg "%i" -o "%o"" />
|
| 66 |
+
<delegate decode="dvi" command=""dvips" -q -o "%o" "%i""/>
|
| 67 |
+
<delegate decode="eps" encode="pdf" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
|
| 68 |
+
<delegate decode="eps" encode="ps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sOutputFile=%o" "-f%i""/>
|
| 69 |
+
<delegate decode="hpg" command=""hp2xx" -q -m eps -f "%o" "%i""/>
|
| 70 |
+
<delegate decode="hpgl" command=""hp2xx" -q -m eps -f "%o" "%i""/>
|
| 71 |
+
<delegate decode="htm" command=""html2ps" -U -o "%o" "%i""/>
|
| 72 |
+
<delegate decode="html" command=""html2ps" -U -o "%o" "%i""/>
|
| 73 |
+
<delegate decode="ilbm" command=""ilbmtoppm" "%i" > "%o""/>
|
| 74 |
+
<delegate decode="jpg" encode="lep" mode="encode" command=""lepton" "%i" "%o""/>
|
| 75 |
+
<delegate decode="jxr" command="cmd.exe /c (move "%i" "%i.jxr" >nul) & ("JXRDecApp.exe" -i "%i.jxr" -o "%o.tiff") & (move "%i.jxr" "%i" >nul) & (move "%o.tiff" "%o" >nul)"/>
|
| 76 |
+
<delegate decode="lep" mode="decode" command=""lepton" "%i" "%o""/>
|
| 77 |
+
<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""/>
|
| 78 |
+
<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""/>
|
| 79 |
+
<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""/>
|
| 80 |
+
<delegate decode="pdf" encode="eps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=eps2write" "-sPDFPassword=%a" "-sOutputFile=%o" "-f%i""/>
|
| 81 |
+
<delegate decode="pdf" encode="ps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ps2write" "-sPDFPassword=%a" "-sOutputFile=%o" "-f%i""/>
|
| 82 |
+
<delegate decode="pnm" encode="ilbm" mode="encode" command=""ppmtoilbm" -24if "%i" > "%o""/>
|
| 83 |
+
<delegate decode="tiff" encode="jxr" command="cmd.exe /c (move "%i" "%i.tiff" >nul) & ("JXREncApp.exe" -i "%i.tiff" -o "%o.jxr") & (move "%i.tiff" "%i" >nul) & (move "%o.jxr" "%o" >nul)"/>
|
| 84 |
+
<delegate decode="tiff" encode="wdp" command="cmd.exe /c (move "%i" "%i.tiff" >nul) & ("JXREncApp.exe" -i "%i.tiff" -o "%o.jxr") & (move "%i.tiff" "%i" >nul) & (move "%o.jxr" "%o" >nul)"/>
|
| 85 |
+
<delegate decode="ps:alpha" stealth="True" command=""@PSDelegate@" -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""/>
|
| 86 |
+
<delegate decode="ps:cmyk" stealth="True" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pamcmyk32" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
|
| 87 |
+
<delegate decode="ps:color" stealth="True" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=png16m" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
|
| 88 |
+
<delegate decode="ps" encode="eps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=eps2write" "-sOutputFile=%o" "-f%i""/>
|
| 89 |
+
<delegate decode="ps" encode="pdf" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
|
| 90 |
+
<delegate decode="ps:mono" stealth="True" command=""@PSDelegate@" -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""/>
|
| 91 |
+
<delegate decode="shtml" command=""html2ps" -U -o "%o" "%i""/>
|
| 92 |
+
<delegate decode="svg" command=""rsvg-convert" --dpi-x %x --dpi-y %y -o "%o" "%i""/>
|
| 93 |
+
<!-- Change export-filename to export-png for inkscape < 1.0 -->
|
| 94 |
+
<delegate decode="svg:decode" stealth="True" command=""inkscape" "%s" "--export-filename=%s" "--export-dpi=%s" "--export-background=%s" "--export-background-opacity=%s""/>
|
| 95 |
+
<delegate decode="wdp" command="cmd.exe /c (move "%i" "%i.jxr" >nul) & ("JXRDecApp.exe" -i "%i.jxr" -o "%o.pnm") & (move "%i.jxr" "%i" >nul) & (move "%o.pnm" "%o" >nul)"/>
|
| 96 |
+
<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""/>
|
| 97 |
+
<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""/>
|
| 98 |
+
<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""/>
|
| 99 |
+
<delegate decode="video:decode" command=""ffmpeg" -nostdin -loglevel error -i "%s" -an -f rawvideo -y %s "%s""/>
|
| 100 |
+
<delegate encode="video:encode" stealth="True" command=""ffmpeg" -nostdin -loglevel error -i "%s%%d.%s" %s "%s.%s""/>
|
| 101 |
+
</delegatemap>
|
ImageMagick/english.xml
ADDED
|
@@ -0,0 +1,1728 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE locale [
|
| 3 |
+
<!ELEMENT locale (exception)>
|
| 4 |
+
<!ELEMENT exception (ANY)+>
|
| 5 |
+
<!ELEMENT warning (message)+>
|
| 6 |
+
<!ELEMENT error (message)+>
|
| 7 |
+
<!ELEMENT fatalerror (message)+>
|
| 8 |
+
<!ELEMENT message (#PCDATA)>
|
| 9 |
+
<!ATTLIST locale name CDATA #REQUIRED>
|
| 10 |
+
<!ATTLIST message name CDATA #REQUIRED>
|
| 11 |
+
]>
|
| 12 |
+
<locale name="english">
|
| 13 |
+
<exception>
|
| 14 |
+
<blob>
|
| 15 |
+
<error>
|
| 16 |
+
<message name="UnableToOpenBlob">
|
| 17 |
+
unable to open image
|
| 18 |
+
</message>
|
| 19 |
+
<message name="UnableToOpenFile">
|
| 20 |
+
unable to open file
|
| 21 |
+
</message>
|
| 22 |
+
<message name="UnableToReadBlob">
|
| 23 |
+
unable to read blob
|
| 24 |
+
</message>
|
| 25 |
+
<message name="UnableToWriteBlob">
|
| 26 |
+
unable to write blob
|
| 27 |
+
</message>
|
| 28 |
+
<message name="UnrecognizedImageFormat">
|
| 29 |
+
unrecognized image format
|
| 30 |
+
</message>
|
| 31 |
+
<message name="ZeroLengthBlobNotPermitted">
|
| 32 |
+
zero-length blob not permitted
|
| 33 |
+
</message>
|
| 34 |
+
</error>
|
| 35 |
+
</blob>
|
| 36 |
+
<cache>
|
| 37 |
+
<error>
|
| 38 |
+
<message name="CacheResourcesExhausted">
|
| 39 |
+
cache resources exhausted
|
| 40 |
+
</message>
|
| 41 |
+
<message name="IncompatibleAPI">
|
| 42 |
+
incompatible API
|
| 43 |
+
</message>
|
| 44 |
+
<message name="NoPixelsDefinedInCache">
|
| 45 |
+
no pixels defined in cache
|
| 46 |
+
</message>
|
| 47 |
+
<message name="PixelCacheIsNotOpen">
|
| 48 |
+
pixel cache is not open
|
| 49 |
+
</message>
|
| 50 |
+
<message name="PixelsAreNotAuthentic">
|
| 51 |
+
pixels are not authentic
|
| 52 |
+
</message>
|
| 53 |
+
<message name="UnableToCloneCache">
|
| 54 |
+
unable to clone cache
|
| 55 |
+
</message>
|
| 56 |
+
<message name="UnableToExtendCache">
|
| 57 |
+
unable to extend cache
|
| 58 |
+
</message>
|
| 59 |
+
<message name="UnableToGetCacheNexus">
|
| 60 |
+
unable to get cache nexus
|
| 61 |
+
</message>
|
| 62 |
+
<message name="UnableToOpenPixelCache">
|
| 63 |
+
unable to open pixel cache
|
| 64 |
+
</message>
|
| 65 |
+
<message name="UnableToPersistPixelCache">
|
| 66 |
+
unable to persist pixel cache
|
| 67 |
+
</message>
|
| 68 |
+
<message name="UnableToReadPixelCache">
|
| 69 |
+
unable to read pixel cache
|
| 70 |
+
</message>
|
| 71 |
+
<message name="UnableToWritePixelCache">
|
| 72 |
+
unable to write pixel cache
|
| 73 |
+
</message>
|
| 74 |
+
</error>
|
| 75 |
+
<fatalerror>
|
| 76 |
+
<message name="UnableToAcquireCacheView">
|
| 77 |
+
unable to acquire cache view
|
| 78 |
+
</message>
|
| 79 |
+
<message name="UnableToExtendPixelCache">
|
| 80 |
+
unable to extend pixel cache
|
| 81 |
+
</message>
|
| 82 |
+
</fatalerror>
|
| 83 |
+
</cache>
|
| 84 |
+
<coder>
|
| 85 |
+
<error>
|
| 86 |
+
<message name="ColormapTypeNotSupported">
|
| 87 |
+
colormap type not supported
|
| 88 |
+
</message>
|
| 89 |
+
<message name="ColorspaceModelIsNotSupported">
|
| 90 |
+
colorspace model is not supported
|
| 91 |
+
</message>
|
| 92 |
+
<message name="CompressNotSupported">
|
| 93 |
+
compression not supported
|
| 94 |
+
</message>
|
| 95 |
+
<message name="DataEncodingSchemeIsNotSupported">
|
| 96 |
+
data encoding scheme is not supported
|
| 97 |
+
</message>
|
| 98 |
+
<message name="DataStorageTypeIsNotSupported">
|
| 99 |
+
data storage type is not supported
|
| 100 |
+
</message>
|
| 101 |
+
<message name="DeltaPNGNotSupported">
|
| 102 |
+
delta-PNG is not supported
|
| 103 |
+
</message>
|
| 104 |
+
<message name="EncryptedWPGImageFileNotSupported">
|
| 105 |
+
encrypted WPG image file not supported
|
| 106 |
+
</message>
|
| 107 |
+
<message name="FractalCompressNotSupported">
|
| 108 |
+
fractal compression not supported
|
| 109 |
+
</message>
|
| 110 |
+
<message name="ImageColumnOrRowSizeIsNotSupported">
|
| 111 |
+
image column or row size is not supported
|
| 112 |
+
</message>
|
| 113 |
+
<message name="ImageDoesNotHaveAClipMask">
|
| 114 |
+
image does not have a clip mask
|
| 115 |
+
</message>
|
| 116 |
+
<message name="ImageDoesNotHaveAnAlphaChannel">
|
| 117 |
+
image does not have an alpha channel
|
| 118 |
+
</message>
|
| 119 |
+
<message name="ImageDoesNotHaveAMaskChannel">
|
| 120 |
+
image does not have an mask channel
|
| 121 |
+
</message>
|
| 122 |
+
<message name="ImageDoesNotHaveAThumbnail">
|
| 123 |
+
image does not have a EXIF thumbnail
|
| 124 |
+
</message>
|
| 125 |
+
<message name="ImageIsNotTiled">
|
| 126 |
+
image is not tiled
|
| 127 |
+
</message>
|
| 128 |
+
<message name="IrregularChannelGeometryNotSupported">
|
| 129 |
+
irregular channel geometry not supported
|
| 130 |
+
</message>
|
| 131 |
+
<message name="JNGCompressNotSupported">
|
| 132 |
+
JNG compression not supported
|
| 133 |
+
</message>
|
| 134 |
+
<message name="JPEGCompressNotSupported">
|
| 135 |
+
JPEG compression not supported
|
| 136 |
+
</message>
|
| 137 |
+
<message name="JPEGEmbeddingFailed">
|
| 138 |
+
JPEG embedding failed
|
| 139 |
+
</message>
|
| 140 |
+
<message name="LocationTypeIsNotSupported">
|
| 141 |
+
location type is not supported
|
| 142 |
+
</message>
|
| 143 |
+
<message name="MapStorageTypeIsNotSupported">
|
| 144 |
+
map storage type is not supported
|
| 145 |
+
</message>
|
| 146 |
+
<message name="MultidimensionalMatricesAreNotSupported">
|
| 147 |
+
multi-dimensional matrices are not supported
|
| 148 |
+
</message>
|
| 149 |
+
<message name="MultipleRecordListNotSupported">
|
| 150 |
+
multiple record list not supported
|
| 151 |
+
</message>
|
| 152 |
+
<message name="NoBitmapOnClipboard">
|
| 153 |
+
no bitmap on clipboard
|
| 154 |
+
</message>
|
| 155 |
+
<message name="NoAPP1DataIsAvailable">
|
| 156 |
+
no APP1 data is available
|
| 157 |
+
</message>
|
| 158 |
+
<message name="No8BIMDataIsAvailable">
|
| 159 |
+
no 8BIM data is available
|
| 160 |
+
</message>
|
| 161 |
+
<message name="NoColorProfileIsAvailable">
|
| 162 |
+
no color profile is available
|
| 163 |
+
</message>
|
| 164 |
+
<message name="NoDataReturned">
|
| 165 |
+
no data returned
|
| 166 |
+
</message>
|
| 167 |
+
<message name="NoImageVectorGraphics">
|
| 168 |
+
no image vector graphics; unable to generate SVG
|
| 169 |
+
</message>
|
| 170 |
+
<message name="NoIPTCProfileAvailable">
|
| 171 |
+
no IPTC profile available
|
| 172 |
+
</message>
|
| 173 |
+
<message name="NumberOfImagesIsNotSupported">
|
| 174 |
+
number of images is not supported
|
| 175 |
+
</message>
|
| 176 |
+
<message name="OnlyContinuousTonePictureSupported">
|
| 177 |
+
only continuous tone picture supported
|
| 178 |
+
</message>
|
| 179 |
+
<message name="OnlyLevelZerofilesSupported">
|
| 180 |
+
only level zero files Supported
|
| 181 |
+
</message>
|
| 182 |
+
<message name="PNGCompressNotSupported">
|
| 183 |
+
PNG compression not supported
|
| 184 |
+
</message>
|
| 185 |
+
<message name="RLECompressNotSupported">
|
| 186 |
+
RLE compression not supported
|
| 187 |
+
</message>
|
| 188 |
+
<message name="UnableToCopyProfile">
|
| 189 |
+
unable to copy profile
|
| 190 |
+
</message>
|
| 191 |
+
<message name="UnableToCreateBitmap">
|
| 192 |
+
unable to create bitmap
|
| 193 |
+
</message>
|
| 194 |
+
<message name="UnableToCreateADC">
|
| 195 |
+
unable to create a DC
|
| 196 |
+
</message>
|
| 197 |
+
<message name="UnableToDecompressImage">
|
| 198 |
+
unable to decompress image
|
| 199 |
+
</message>
|
| 200 |
+
<message name="UnableToWriteMPEGParameters">
|
| 201 |
+
unable to write MPEG parameters
|
| 202 |
+
</message>
|
| 203 |
+
<message name="UnableToZipCompressImage">
|
| 204 |
+
unable to zip-compress image
|
| 205 |
+
</message>
|
| 206 |
+
<message name="ZIPCompressNotSupported">
|
| 207 |
+
ZIP compression not supported
|
| 208 |
+
</message>
|
| 209 |
+
</error>
|
| 210 |
+
<warning>
|
| 211 |
+
<message name="ExifProfileSizeExceedsLimit">
|
| 212 |
+
exif profile size exceeds limit and will be truncated
|
| 213 |
+
</message>
|
| 214 |
+
<message name="LosslessToLossyJPEGConversion">
|
| 215 |
+
lossless to lossy JPEG conversion
|
| 216 |
+
</message>
|
| 217 |
+
</warning>
|
| 218 |
+
</coder>
|
| 219 |
+
<configure>
|
| 220 |
+
<error>
|
| 221 |
+
<message name="IncludeElementNestedTooDeeply">
|
| 222 |
+
include element nested too deeply
|
| 223 |
+
</message>
|
| 224 |
+
<message name="PolicyValidationException">
|
| 225 |
+
security policy failed to validate
|
| 226 |
+
</message>
|
| 227 |
+
</error>
|
| 228 |
+
<warning>
|
| 229 |
+
<message name="UnableToOpenConfigureFile">
|
| 230 |
+
unable to access configure file
|
| 231 |
+
</message>
|
| 232 |
+
<message name="UnableToOpenModuleFile">
|
| 233 |
+
unable to open module file
|
| 234 |
+
</message>
|
| 235 |
+
</warning>
|
| 236 |
+
</configure>
|
| 237 |
+
<corrupt>
|
| 238 |
+
<image>
|
| 239 |
+
<error>
|
| 240 |
+
<message name="AnErrorHasOccurredReadingFromFile">
|
| 241 |
+
an error has occurred reading from file
|
| 242 |
+
</message>
|
| 243 |
+
<message name="AnErrorHasOccurredWritingToFile">
|
| 244 |
+
an error has occurred writing to file
|
| 245 |
+
</message>
|
| 246 |
+
<message name="CipherSupportNotEnabled">
|
| 247 |
+
cipher support not enabled
|
| 248 |
+
</message>
|
| 249 |
+
<message name="ColormapExceeds256Colors">
|
| 250 |
+
colormap exceeded 256 colors
|
| 251 |
+
</message>
|
| 252 |
+
<message name="CorruptImage">
|
| 253 |
+
corrupt image
|
| 254 |
+
</message>
|
| 255 |
+
<message name="FileFormatVersionMismatch">
|
| 256 |
+
file format version mismatch
|
| 257 |
+
</message>
|
| 258 |
+
<message name="ImageDepthNotSupported">
|
| 259 |
+
image depth not supported
|
| 260 |
+
</message>
|
| 261 |
+
<message name="ImageFileDoesNotContainAnyImageData">
|
| 262 |
+
image file does not contain any image data
|
| 263 |
+
</message>
|
| 264 |
+
<message name="ImageTypeNotSupported">
|
| 265 |
+
image type not supported
|
| 266 |
+
</message>
|
| 267 |
+
<message name="ImproperImageHeader">
|
| 268 |
+
improper image header
|
| 269 |
+
</message>
|
| 270 |
+
<message name="InsufficientImageDataInFile">
|
| 271 |
+
insufficient image data in file
|
| 272 |
+
</message>
|
| 273 |
+
<message name="InvalidColormapIndex">
|
| 274 |
+
invalid colormap index
|
| 275 |
+
</message>
|
| 276 |
+
<message name="InvalidPixel">
|
| 277 |
+
invalid pixel
|
| 278 |
+
</message>
|
| 279 |
+
<message name="LengthAndFilesizeDoNotMatch">
|
| 280 |
+
length and filesize do not match
|
| 281 |
+
</message>
|
| 282 |
+
<message name="MaximumChannelsExceeded">
|
| 283 |
+
maximum channels exceeded
|
| 284 |
+
</message>
|
| 285 |
+
<message name="MissingImageChannel">
|
| 286 |
+
missing image channel
|
| 287 |
+
</message>
|
| 288 |
+
<message name="NegativeOrZeroImageSize">
|
| 289 |
+
negative or zero image size
|
| 290 |
+
</message>
|
| 291 |
+
<message name="NonOS2HeaderSizeError">
|
| 292 |
+
non OS2 BMP header size less than 40
|
| 293 |
+
</message>
|
| 294 |
+
<message name="NotEnoughPixelData">
|
| 295 |
+
not enough pixel data
|
| 296 |
+
</message>
|
| 297 |
+
<message name="NotEnoughTiles">
|
| 298 |
+
not enough tiles found in level
|
| 299 |
+
</message>
|
| 300 |
+
<message name="TooMuchImageDataInFile">
|
| 301 |
+
too much image data in file
|
| 302 |
+
</message>
|
| 303 |
+
<message name="StaticPlanesValueNotEqualToOne">
|
| 304 |
+
static planes value not equal to 1
|
| 305 |
+
</message>
|
| 306 |
+
<message name="UnableToReadExtensionBlock">
|
| 307 |
+
unable to read extension block
|
| 308 |
+
</message>
|
| 309 |
+
<message name="UnableToReadImageHeader">
|
| 310 |
+
unable to read image header
|
| 311 |
+
</message>
|
| 312 |
+
<message name="UnableToReadImageData">
|
| 313 |
+
unable to read image data
|
| 314 |
+
</message>
|
| 315 |
+
<message name="UnableToRunlengthDecodeImage">
|
| 316 |
+
unable to runlength decode image
|
| 317 |
+
</message>
|
| 318 |
+
<message name="UnableToUncompressImage">
|
| 319 |
+
unable to uncompress image
|
| 320 |
+
</message>
|
| 321 |
+
<message name="UnexpectedEndOfFile">
|
| 322 |
+
unexpected end-of-file
|
| 323 |
+
</message>
|
| 324 |
+
<message name="UnexpectedSamplingFactor">
|
| 325 |
+
unexpected sampling factor
|
| 326 |
+
</message>
|
| 327 |
+
<message name="UnknownPatternType">
|
| 328 |
+
unknown pattern type
|
| 329 |
+
</message>
|
| 330 |
+
<message name="UnrecognizedAlphaChannelOption">
|
| 331 |
+
unrecognized alpha channel option
|
| 332 |
+
</message>
|
| 333 |
+
<message name="UnrecognizedImageCompression">
|
| 334 |
+
unrecognized compression
|
| 335 |
+
</message>
|
| 336 |
+
<message name="UnrecognizedNumberOfColors">
|
| 337 |
+
unrecognized number of colors
|
| 338 |
+
</message>
|
| 339 |
+
<message name="UnsupportedBitsPerPixel">
|
| 340 |
+
unsupported bits per pixel
|
| 341 |
+
</message>
|
| 342 |
+
</error>
|
| 343 |
+
<fatalerror>
|
| 344 |
+
<message name="UnableToPersistKey">
|
| 345 |
+
unable to persist key
|
| 346 |
+
</message>
|
| 347 |
+
</fatalerror>
|
| 348 |
+
<warning>
|
| 349 |
+
<message name="InsufficientImageDataInFile">
|
| 350 |
+
insufficient image data in file
|
| 351 |
+
</message>
|
| 352 |
+
<message name="LengthAndFilesizeDoNotMatch">
|
| 353 |
+
length and filesize do not match
|
| 354 |
+
</message>
|
| 355 |
+
<message name="SkipToSyncByte">
|
| 356 |
+
corrupt PCD image, skipping to sync byte
|
| 357 |
+
</message>
|
| 358 |
+
</warning>
|
| 359 |
+
</image>
|
| 360 |
+
</corrupt>
|
| 361 |
+
<delegate>
|
| 362 |
+
<error>
|
| 363 |
+
<message name="DelegateFailed">
|
| 364 |
+
delegate failed
|
| 365 |
+
</message>
|
| 366 |
+
<message name="FailedToComputeOutputSize">
|
| 367 |
+
failed to compute output size
|
| 368 |
+
</message>
|
| 369 |
+
<message name="FailedToRenderFile">
|
| 370 |
+
failed to render file
|
| 371 |
+
</message>
|
| 372 |
+
<message name="FailedToScanFile">
|
| 373 |
+
failed to scan file
|
| 374 |
+
</message>
|
| 375 |
+
<message name="NoTagFound">
|
| 376 |
+
no tag found
|
| 377 |
+
</message>
|
| 378 |
+
<message name="PCLDelegateFailed">
|
| 379 |
+
PCL delegate failed
|
| 380 |
+
</message>
|
| 381 |
+
<message name="PostscriptDelegateFailed">
|
| 382 |
+
Postscript delegate failed
|
| 383 |
+
</message>
|
| 384 |
+
<message name="UnableToCreateImage">
|
| 385 |
+
unable to create image
|
| 386 |
+
</message>
|
| 387 |
+
<message name="UnableToDecodeImageFile">
|
| 388 |
+
unable to decode image file
|
| 389 |
+
</message>
|
| 390 |
+
<message name="UnableToEncodeImageFile">
|
| 391 |
+
unable to encode image file
|
| 392 |
+
</message>
|
| 393 |
+
<message name="UnableToInitializeFPXLibrary">
|
| 394 |
+
unable to initialize FPX library
|
| 395 |
+
</message>
|
| 396 |
+
<message name="UnableToInitializeWMFLibrary">
|
| 397 |
+
unable to initialize WMF library
|
| 398 |
+
</message>
|
| 399 |
+
<message name="UnableToManageJP2Stream">
|
| 400 |
+
unable to manage JP2 stream
|
| 401 |
+
</message>
|
| 402 |
+
<message name="UnableToReadAspectRatio">
|
| 403 |
+
unable to read aspect ratio
|
| 404 |
+
</message>
|
| 405 |
+
<message name="UnableToReadSummaryInfo">
|
| 406 |
+
unable to read summary info
|
| 407 |
+
</message>
|
| 408 |
+
<message name="UnableToSetAffineMatrix">
|
| 409 |
+
unable to set affine matrix
|
| 410 |
+
</message>
|
| 411 |
+
<message name="UnableToSetAspectRatio">
|
| 412 |
+
unable to set aspect ratio
|
| 413 |
+
</message>
|
| 414 |
+
<message name="UnableToSetColorTwist">
|
| 415 |
+
unable to set color twist
|
| 416 |
+
</message>
|
| 417 |
+
<message name="UnableToSetContrast">
|
| 418 |
+
unable to set contrast
|
| 419 |
+
</message>
|
| 420 |
+
<message name="UnableToSetFilteringValue">
|
| 421 |
+
unable to set filtering value
|
| 422 |
+
</message>
|
| 423 |
+
<message name="UnableToSetImageTitle">
|
| 424 |
+
unable to set image title
|
| 425 |
+
</message>
|
| 426 |
+
<message name="UnableToSetJPEGLevel">
|
| 427 |
+
unable to set JPEG level
|
| 428 |
+
</message>
|
| 429 |
+
<message name="UnableToSetRegionOfInterest">
|
| 430 |
+
unable to set region of interest
|
| 431 |
+
</message>
|
| 432 |
+
<message name="UnableToSetSummaryInfo">
|
| 433 |
+
unable to set summary info
|
| 434 |
+
</message>
|
| 435 |
+
<message name="UnableToWriteSVGFormat">
|
| 436 |
+
unable to write SVG format
|
| 437 |
+
</message>
|
| 438 |
+
<message name="XPSDelegateFailed">
|
| 439 |
+
XPS delegate failed
|
| 440 |
+
</message>
|
| 441 |
+
</error>
|
| 442 |
+
</delegate>
|
| 443 |
+
<draw>
|
| 444 |
+
<error>
|
| 445 |
+
<message name="AlreadyPushingPatternDefinition">
|
| 446 |
+
already pushing pattern definition
|
| 447 |
+
</message>
|
| 448 |
+
<message name="NonconformingDrawingPrimitiveDefinition">
|
| 449 |
+
non-conforming drawing primitive definition
|
| 450 |
+
</message>
|
| 451 |
+
<message name="NotARelativeURL">
|
| 452 |
+
not a relative URL
|
| 453 |
+
</message>
|
| 454 |
+
<message name="NotCurrentlyPushingPatternDefinition">
|
| 455 |
+
not currently pushing pattern definition
|
| 456 |
+
</message>
|
| 457 |
+
<message name="SegmentStackOverflow">
|
| 458 |
+
segment stack overflow
|
| 459 |
+
</message>
|
| 460 |
+
<message name="TooManyBezierCoordinates">
|
| 461 |
+
too many bezier coordinates
|
| 462 |
+
</message>
|
| 463 |
+
<message name="UnableToPrint">
|
| 464 |
+
unable to print
|
| 465 |
+
</message>
|
| 466 |
+
<message name="UnbalancedGraphicContextPushPop">
|
| 467 |
+
unbalanced graphic context push-pop
|
| 468 |
+
</message>
|
| 469 |
+
<message name="URLNotFound">
|
| 470 |
+
URL not found
|
| 471 |
+
</message>
|
| 472 |
+
<message name="VectorGraphicsNestedTooDeeply">
|
| 473 |
+
vector graphics nested too deeply
|
| 474 |
+
</message>
|
| 475 |
+
</error>
|
| 476 |
+
</draw>
|
| 477 |
+
<file>
|
| 478 |
+
<open>
|
| 479 |
+
<error>
|
| 480 |
+
<message name="AnErrorHasOccurredReadingFromFile">
|
| 481 |
+
an error has occurred reading from file
|
| 482 |
+
</message>
|
| 483 |
+
<message name="UnableToCreateTemporaryFile">
|
| 484 |
+
unable to create temporary file
|
| 485 |
+
</message>
|
| 486 |
+
<message name="UnableToOpenFile">
|
| 487 |
+
unable to open file
|
| 488 |
+
</message>
|
| 489 |
+
<message name="UnableToWriteFile">
|
| 490 |
+
unable to write file
|
| 491 |
+
</message>
|
| 492 |
+
</error>
|
| 493 |
+
</open>
|
| 494 |
+
</file>
|
| 495 |
+
<image>
|
| 496 |
+
<error>
|
| 497 |
+
<message name="AngleIsDiscontinuous">
|
| 498 |
+
angle is discontinuous
|
| 499 |
+
</message>
|
| 500 |
+
<message name="ColormappedImageRequired">
|
| 501 |
+
colormapped image required
|
| 502 |
+
</message>
|
| 503 |
+
<message name="ColorSeparatedImageRequired">
|
| 504 |
+
color separated image required
|
| 505 |
+
</message>
|
| 506 |
+
<message name="ColorspaceColorProfileMismatch">
|
| 507 |
+
color profile operates on another colorspace
|
| 508 |
+
</message>
|
| 509 |
+
<message name="ImageDepthNotSupported">
|
| 510 |
+
image depth not supported
|
| 511 |
+
</message>
|
| 512 |
+
<message name="ImageSequenceRequired">
|
| 513 |
+
image sequence is required
|
| 514 |
+
</message>
|
| 515 |
+
<message name="ImageMorphologyDiffers">
|
| 516 |
+
image morphology differs
|
| 517 |
+
</message>
|
| 518 |
+
<message name="ImageListRequired">
|
| 519 |
+
image list is required
|
| 520 |
+
</message>
|
| 521 |
+
<message name="ImageSizeDiffers">
|
| 522 |
+
image size differs
|
| 523 |
+
</message>
|
| 524 |
+
<message name="LeftAndRightImageSizesDiffer">
|
| 525 |
+
left and right image sizes differ
|
| 526 |
+
</message>
|
| 527 |
+
<message name="NegativeOrZeroImageSize">
|
| 528 |
+
negative or zero image size
|
| 529 |
+
</message>
|
| 530 |
+
<message name="NoImagesWereFound">
|
| 531 |
+
no images were found
|
| 532 |
+
</message>
|
| 533 |
+
<message name="NoImagesWereLoaded">
|
| 534 |
+
no images were loaded
|
| 535 |
+
</message>
|
| 536 |
+
<message name="TooManyClusters">
|
| 537 |
+
too many cluster
|
| 538 |
+
</message>
|
| 539 |
+
<message name="UnableToCreateColorTransform">
|
| 540 |
+
unable to create color transform
|
| 541 |
+
</message>
|
| 542 |
+
<message name="WidthOrHeightExceedsLimit">
|
| 543 |
+
width or height exceeds limit
|
| 544 |
+
</message>
|
| 545 |
+
</error>
|
| 546 |
+
<warning>
|
| 547 |
+
<message name="AssociateProfile">
|
| 548 |
+
associate profile with image, a source and destination color profile required for transform
|
| 549 |
+
</message>
|
| 550 |
+
<message name="ImagesTooDissimilar">
|
| 551 |
+
images too dissimilar
|
| 552 |
+
</message>
|
| 553 |
+
<message name="UnableToTransformColorspace">
|
| 554 |
+
unable to transform colorspace
|
| 555 |
+
</message>
|
| 556 |
+
</warning>
|
| 557 |
+
</image>
|
| 558 |
+
<filter>
|
| 559 |
+
<error>
|
| 560 |
+
<message name="FilterFailed">
|
| 561 |
+
filter failed
|
| 562 |
+
</message>
|
| 563 |
+
</error>
|
| 564 |
+
</filter>
|
| 565 |
+
<missing>
|
| 566 |
+
<delegate>
|
| 567 |
+
<error>
|
| 568 |
+
<message name="DelegateLibrarySupportNotBuiltIn">
|
| 569 |
+
delegate library support not built-in
|
| 570 |
+
</message>
|
| 571 |
+
<message name="NoDecodeDelegateForThisImageFormat">
|
| 572 |
+
no decode delegate for this image format
|
| 573 |
+
</message>
|
| 574 |
+
<message name="NoEncodeDelegateForThisImageFormat">
|
| 575 |
+
no encode delegate for this image format
|
| 576 |
+
</message>
|
| 577 |
+
</error>
|
| 578 |
+
<warning>
|
| 579 |
+
<message name="DelegateLibrarySupportNotBuiltIn">
|
| 580 |
+
delegate library support not built-in
|
| 581 |
+
</message>
|
| 582 |
+
<message name="FreeTypeLibraryIsNotAvailable">
|
| 583 |
+
FreeType library is not available
|
| 584 |
+
</message>
|
| 585 |
+
<message name="LCMSLibraryIsNotAvailable">
|
| 586 |
+
LCMS color profile library is not available
|
| 587 |
+
</message>
|
| 588 |
+
<message name="NoEncodeDelegateForThisImageFormat">
|
| 589 |
+
no encode delegate for this image format
|
| 590 |
+
</message>
|
| 591 |
+
</warning>
|
| 592 |
+
</delegate>
|
| 593 |
+
</missing>
|
| 594 |
+
<module>
|
| 595 |
+
<error>
|
| 596 |
+
<message name="ImageCoderSignatureMismatch">
|
| 597 |
+
image coder signature mismatch
|
| 598 |
+
</message>
|
| 599 |
+
<message name="ImageFilterSignatureMismatch">
|
| 600 |
+
image filter signature mismatch
|
| 601 |
+
</message>
|
| 602 |
+
<message name="UnableToLoadModule">
|
| 603 |
+
unable to load module
|
| 604 |
+
</message>
|
| 605 |
+
<message name="UnableToRegisterImageFormat">
|
| 606 |
+
unable to register image format
|
| 607 |
+
</message>
|
| 608 |
+
</error>
|
| 609 |
+
<fatalerror>
|
| 610 |
+
<message name="UnableToInitializeModuleLoader">
|
| 611 |
+
unable to initialize module loader
|
| 612 |
+
</message>
|
| 613 |
+
</fatalerror>
|
| 614 |
+
<warning>
|
| 615 |
+
<message name="UnableToCloseModule">
|
| 616 |
+
unable to close module
|
| 617 |
+
</message>
|
| 618 |
+
</warning>
|
| 619 |
+
</module>
|
| 620 |
+
<option>
|
| 621 |
+
<error>
|
| 622 |
+
<message name="ClutImageRequired">
|
| 623 |
+
color lookup table image required
|
| 624 |
+
</message>
|
| 625 |
+
<message name="CompositeImageRequired">
|
| 626 |
+
composite image required
|
| 627 |
+
</message>
|
| 628 |
+
<message name="CurlyBracesNestedTooDeeply">
|
| 629 |
+
curly braces nested too deeply
|
| 630 |
+
</message>
|
| 631 |
+
<message name="DeprecatedOptionNoCode">
|
| 632 |
+
option deprecated, unable to execute
|
| 633 |
+
</message>
|
| 634 |
+
<message name="DivideByZero">
|
| 635 |
+
divide by zero
|
| 636 |
+
</message>
|
| 637 |
+
<message name="FrameIsLessThanImageSize">
|
| 638 |
+
frame is less than image size
|
| 639 |
+
</message>
|
| 640 |
+
<message name="GeometryDimensionsAreZero">
|
| 641 |
+
geometry dimensions are zero
|
| 642 |
+
</message>
|
| 643 |
+
<message name="GeometryDoesNotContainImage">
|
| 644 |
+
geometry does not contain image
|
| 645 |
+
</message>
|
| 646 |
+
<message name="ImageSequenceRequired">
|
| 647 |
+
image sequence is required
|
| 648 |
+
</message>
|
| 649 |
+
<message name="InterpretPropertyFailure">
|
| 650 |
+
failure to interpret image property escapes
|
| 651 |
+
</message>
|
| 652 |
+
<message name="InvalidArgument">
|
| 653 |
+
invalid argument for option
|
| 654 |
+
</message>
|
| 655 |
+
<message name="InvalidUseOfOption">
|
| 656 |
+
invalid use of option
|
| 657 |
+
</message>
|
| 658 |
+
<message name="InvalidGeometry">
|
| 659 |
+
invalid geometry
|
| 660 |
+
</message>
|
| 661 |
+
<message name="InvalidImageIndex">
|
| 662 |
+
invalid image index
|
| 663 |
+
</message>
|
| 664 |
+
<message name="InvalidNumberList">
|
| 665 |
+
invalid list of numbers
|
| 666 |
+
</message>
|
| 667 |
+
<message name="InvalidSetting">
|
| 668 |
+
invalid setting
|
| 669 |
+
</message>
|
| 670 |
+
<message name="ImagesAreNotTheSameSize">
|
| 671 |
+
images are not the same size
|
| 672 |
+
</message>
|
| 673 |
+
<message name="ImagePagesAreNotCoalesced">
|
| 674 |
+
image pages are not coalesced
|
| 675 |
+
</message>
|
| 676 |
+
<message name="ImageSizeMustExceedBevelWidth">
|
| 677 |
+
size must exceed bevel width
|
| 678 |
+
</message>
|
| 679 |
+
<message name="ImageWidthsOrHeightsDiffer">
|
| 680 |
+
image widths or heights differ
|
| 681 |
+
</message>
|
| 682 |
+
<message name="KernelWidthMustBeAnOddNumber">
|
| 683 |
+
kernel width must be an odd number
|
| 684 |
+
</message>
|
| 685 |
+
<message name="LabelExpected">
|
| 686 |
+
label expected
|
| 687 |
+
</message>
|
| 688 |
+
<message name="MapImageRequired">
|
| 689 |
+
map image required
|
| 690 |
+
</message>
|
| 691 |
+
<message name="MissingArgument">
|
| 692 |
+
missing required argument
|
| 693 |
+
</message>
|
| 694 |
+
<message name="MissingAnImageFilename">
|
| 695 |
+
missing an image filename
|
| 696 |
+
</message>
|
| 697 |
+
<message name="MissingExpression">
|
| 698 |
+
missing expression
|
| 699 |
+
</message>
|
| 700 |
+
<message name="MissingNullSeparator">
|
| 701 |
+
missing Null Image List Separator
|
| 702 |
+
</message>
|
| 703 |
+
<message name="MissingOutputFilename">
|
| 704 |
+
missing output filename
|
| 705 |
+
</message>
|
| 706 |
+
<message name="MustSpecifyAnImageName">
|
| 707 |
+
must specify an image name
|
| 708 |
+
</message>
|
| 709 |
+
<message name="MustSpecifyImageDepth">
|
| 710 |
+
must specify image depth
|
| 711 |
+
</message>
|
| 712 |
+
<message name="MustSpecifyImageSize">
|
| 713 |
+
must specify image size
|
| 714 |
+
</message>
|
| 715 |
+
<message name="NoBlobDefined">
|
| 716 |
+
no Binary Large OBjects defined
|
| 717 |
+
</message>
|
| 718 |
+
<message name="NoClipPathDefined">
|
| 719 |
+
no clip path defined
|
| 720 |
+
</message>
|
| 721 |
+
<message name="NoImagesForWrite">
|
| 722 |
+
no images for write
|
| 723 |
+
</message>
|
| 724 |
+
<message name="NoImagesFound">
|
| 725 |
+
no images found for operation
|
| 726 |
+
</message>
|
| 727 |
+
<message name="NoImagesDefined">
|
| 728 |
+
no images defined
|
| 729 |
+
</message>
|
| 730 |
+
<message name="NoImageVectorGraphics">
|
| 731 |
+
no image vector graphics
|
| 732 |
+
</message>
|
| 733 |
+
<message name="NoSuchImage">
|
| 734 |
+
no such image
|
| 735 |
+
</message>
|
| 736 |
+
<message name="NoSuchImageChannel">
|
| 737 |
+
no such image channel
|
| 738 |
+
</message>
|
| 739 |
+
<message name="NoSuchOption">
|
| 740 |
+
no such option
|
| 741 |
+
</message>
|
| 742 |
+
<message name="NonZeroWidthAndHeightRequired">
|
| 743 |
+
non-zero width and height required
|
| 744 |
+
</message>
|
| 745 |
+
<message name="NotEnoughParameters">
|
| 746 |
+
not enough parameters
|
| 747 |
+
</message>
|
| 748 |
+
<message name="ParenthesisNestedTooDeeply">
|
| 749 |
+
parenthesis nested too deeply
|
| 750 |
+
</message>
|
| 751 |
+
<message name="ReferenceImageRequired">
|
| 752 |
+
reference image required
|
| 753 |
+
</message>
|
| 754 |
+
<message name="ReferenceIsNotMyType">
|
| 755 |
+
reference is not my type
|
| 756 |
+
</message>
|
| 757 |
+
<message name="SetReadOnlyProperty">
|
| 758 |
+
attempt to set read-only property
|
| 759 |
+
</message>
|
| 760 |
+
<message name="SteganoImageRequired">
|
| 761 |
+
stegano image required
|
| 762 |
+
</message>
|
| 763 |
+
<message name="StereoImageRequired">
|
| 764 |
+
stereo image required
|
| 765 |
+
</message>
|
| 766 |
+
<message name="SubimageSpecificationReturnsNoImages">
|
| 767 |
+
subimage specification returns no images
|
| 768 |
+
</message>
|
| 769 |
+
<message name="TwoOrMoreImagesRequired">
|
| 770 |
+
two or more images required
|
| 771 |
+
</message>
|
| 772 |
+
<message name="UnableToAccessPath">
|
| 773 |
+
unable to access file path
|
| 774 |
+
</message>
|
| 775 |
+
<message name="UnableToOpenFile">
|
| 776 |
+
unable to open file
|
| 777 |
+
</message>
|
| 778 |
+
<message name="UnableToParseExpression">
|
| 779 |
+
unable to parse expression
|
| 780 |
+
</message>
|
| 781 |
+
<message name="UnableToParseKernel">
|
| 782 |
+
unable to parse kernel string
|
| 783 |
+
</message>
|
| 784 |
+
<message name="UnbalancedBraces">
|
| 785 |
+
unbalanced braces
|
| 786 |
+
</message>
|
| 787 |
+
<message name="UnbalancedParenthesis">
|
| 788 |
+
unbalanced parenthesis
|
| 789 |
+
</message>
|
| 790 |
+
<message name="UndefinedVariable">
|
| 791 |
+
undefined variable
|
| 792 |
+
</message>
|
| 793 |
+
<message name="UnrecognizedAttribute">
|
| 794 |
+
unrecognized attribute
|
| 795 |
+
</message>
|
| 796 |
+
<message name="UnrecognizedChannelType">
|
| 797 |
+
unrecognized channel type
|
| 798 |
+
</message>
|
| 799 |
+
<message name="UnrecognizedColor">
|
| 800 |
+
unrecognized color
|
| 801 |
+
</message>
|
| 802 |
+
<message name="UnrecognizedColorspace">
|
| 803 |
+
unrecognized colorspace
|
| 804 |
+
</message>
|
| 805 |
+
<message name="UnrecognizedComposeOperator">
|
| 806 |
+
unrecognized compose operator
|
| 807 |
+
</message>
|
| 808 |
+
<message name="UnrecognizedCompressType">
|
| 809 |
+
unrecognized compress type
|
| 810 |
+
</message>
|
| 811 |
+
<message name="UnrecognizedDirectionType">
|
| 812 |
+
unrecognized direction type
|
| 813 |
+
</message>
|
| 814 |
+
<message name="UnrecognizedDisposeMethod">
|
| 815 |
+
unrecognized dispose method
|
| 816 |
+
</message>
|
| 817 |
+
<message name="UnrecognizedDistortMethod">
|
| 818 |
+
unrecognized distortion method
|
| 819 |
+
</message>
|
| 820 |
+
<message name="UnrecognizedDitherMethod">
|
| 821 |
+
unrecognized dither method
|
| 822 |
+
</message>
|
| 823 |
+
<message name="UnrecognizedEndianType">
|
| 824 |
+
unrecognized endian type
|
| 825 |
+
</message>
|
| 826 |
+
<message name="UnrecognizedElement">
|
| 827 |
+
unrecognized element
|
| 828 |
+
</message>
|
| 829 |
+
<message name="UnrecognizedEvaluateOperator">
|
| 830 |
+
unrecognized evaluate operator
|
| 831 |
+
</message>
|
| 832 |
+
<message name="UnrecognizedEventType">
|
| 833 |
+
unrecognized event type
|
| 834 |
+
</message>
|
| 835 |
+
<message name="UnrecognizedFunction">
|
| 836 |
+
unrecognized function
|
| 837 |
+
</message>
|
| 838 |
+
<message name="UnrecognizedGravityType">
|
| 839 |
+
unrecognized gravity type
|
| 840 |
+
</message>
|
| 841 |
+
<message name="UnrecognizedImageCompression">
|
| 842 |
+
unrecognized image compression
|
| 843 |
+
</message>
|
| 844 |
+
<message name="UnrecognizedImageFilter">
|
| 845 |
+
unrecognized image filter
|
| 846 |
+
</message>
|
| 847 |
+
<message name="UnrecognizedImageFormat">
|
| 848 |
+
unrecognized image format
|
| 849 |
+
</message>
|
| 850 |
+
<message name="UnrecognizedImageMode">
|
| 851 |
+
unrecognized image mode
|
| 852 |
+
</message>
|
| 853 |
+
<message name="UnrecognizedImageOrientation">
|
| 854 |
+
unrecognized image orientation
|
| 855 |
+
</message>
|
| 856 |
+
<message name="UnrecognizedImageType">
|
| 857 |
+
unrecognized image type
|
| 858 |
+
</message>
|
| 859 |
+
<message name="UnrecognizedIntentType">
|
| 860 |
+
unrecognized intent type
|
| 861 |
+
</message>
|
| 862 |
+
<message name="UnrecognizedInterlaceType">
|
| 863 |
+
unrecognized interlace type
|
| 864 |
+
</message>
|
| 865 |
+
<message name="UnrecognizedInterpolateMethod">
|
| 866 |
+
unrecognized interpolate method
|
| 867 |
+
</message>
|
| 868 |
+
<message name="UnrecognizedKernelType">
|
| 869 |
+
unrecognized kernel type
|
| 870 |
+
</message>
|
| 871 |
+
<message name="UnrecognizedListType">
|
| 872 |
+
unrecognized list type
|
| 873 |
+
</message>
|
| 874 |
+
<message name="UnrecognizedMetricType">
|
| 875 |
+
unrecognized metric type
|
| 876 |
+
</message>
|
| 877 |
+
<message name="UnrecognizedModeType">
|
| 878 |
+
unrecognized mode type
|
| 879 |
+
</message>
|
| 880 |
+
<message name="UnrecognizedMorphologyMethod">
|
| 881 |
+
unrecognized morphology method
|
| 882 |
+
</message>
|
| 883 |
+
<message name="UnrecognizedOption">
|
| 884 |
+
unrecognized option
|
| 885 |
+
</message>
|
| 886 |
+
<message name="UnrecognizedPerlMagickMethod">
|
| 887 |
+
unrecognized PerlMagick method
|
| 888 |
+
</message>
|
| 889 |
+
<message name="UnrecognizedPixelMap">
|
| 890 |
+
unrecognized pixel map
|
| 891 |
+
</message>
|
| 892 |
+
<message name="UnrecognizedPreviewType">
|
| 893 |
+
unrecognized preview type
|
| 894 |
+
</message>
|
| 895 |
+
<message name="UnrecognizedResourceType">
|
| 896 |
+
unrecognized resource type
|
| 897 |
+
</message>
|
| 898 |
+
<message name="UnrecognizedSparseColorMethod">
|
| 899 |
+
unrecognized sparse color method
|
| 900 |
+
</message>
|
| 901 |
+
<message name="UnrecognizedStorageType">
|
| 902 |
+
unrecognized storage type
|
| 903 |
+
</message>
|
| 904 |
+
<message name="UnrecognizedStretchType">
|
| 905 |
+
unrecognized stretch type
|
| 906 |
+
</message>
|
| 907 |
+
<message name="UnrecognizedStyleType">
|
| 908 |
+
unrecognized style type
|
| 909 |
+
</message>
|
| 910 |
+
<message name="UnrecognizedType">
|
| 911 |
+
unrecognized type
|
| 912 |
+
</message>
|
| 913 |
+
<message name="UnrecognizedUnitsType">
|
| 914 |
+
unrecognized units type
|
| 915 |
+
</message>
|
| 916 |
+
<message name="UnrecognizedValidateType">
|
| 917 |
+
unrecognized validate type
|
| 918 |
+
</message>
|
| 919 |
+
<message name="UnrecognizedVirtualPixelMethod">
|
| 920 |
+
unrecognized virtual pixel method
|
| 921 |
+
</message>
|
| 922 |
+
<message name="XmlInvalidAttribute">
|
| 923 |
+
XML invalid attribute
|
| 924 |
+
</message>
|
| 925 |
+
<message name="XmlInvalidContent">
|
| 926 |
+
XML invalid content
|
| 927 |
+
</message>
|
| 928 |
+
<message name="XmlMissingAttribute">
|
| 929 |
+
XML missing required attribute
|
| 930 |
+
</message>
|
| 931 |
+
<message name="XmlMissingContent">
|
| 932 |
+
XML missing required content
|
| 933 |
+
</message>
|
| 934 |
+
<message name="XmlMissingElement">
|
| 935 |
+
XML missing required element
|
| 936 |
+
</message>
|
| 937 |
+
</error>
|
| 938 |
+
<fatalerror>
|
| 939 |
+
<message name="FilenameTruncated">
|
| 940 |
+
image filename truncated
|
| 941 |
+
</message>
|
| 942 |
+
<message name="MissingAnImageFilename">
|
| 943 |
+
missing an image filename
|
| 944 |
+
</message>
|
| 945 |
+
<message name="ScriptIsBinary">
|
| 946 |
+
script is binary
|
| 947 |
+
</message>
|
| 948 |
+
<message name="ScriptTokenMemoryFailed">
|
| 949 |
+
script token too big
|
| 950 |
+
</message>
|
| 951 |
+
<message name="ScriptUnbalancedQuotes">
|
| 952 |
+
script token with unbalanced quotes
|
| 953 |
+
</message>
|
| 954 |
+
<message name="UnableToOpenScript">
|
| 955 |
+
unable to open script
|
| 956 |
+
</message>
|
| 957 |
+
<message name="UnrecognizedColormapType">
|
| 958 |
+
unrecognized colormap type
|
| 959 |
+
</message>
|
| 960 |
+
<message name="UnrecognizedColorspaceType">
|
| 961 |
+
unrecognized colorspace type
|
| 962 |
+
</message>
|
| 963 |
+
<message name="UnrecognizedEndianType">
|
| 964 |
+
unrecognized endian type
|
| 965 |
+
</message>
|
| 966 |
+
<message name="UnrecognizedImageCompressionType">
|
| 967 |
+
unrecognized compression type
|
| 968 |
+
</message>
|
| 969 |
+
<message name="UnrecognizedImageType">
|
| 970 |
+
unrecognized image type
|
| 971 |
+
</message>
|
| 972 |
+
<message name="UnrecognizedInterlaceType">
|
| 973 |
+
unrecognized interlace type
|
| 974 |
+
</message>
|
| 975 |
+
<message name="UnrecognizedListType">
|
| 976 |
+
unrecognized list type
|
| 977 |
+
</message>
|
| 978 |
+
<message name="UnrecognizedDisposeMethod">
|
| 979 |
+
unrecognized dispose method
|
| 980 |
+
</message>
|
| 981 |
+
<message name="UnrecognizedOption">
|
| 982 |
+
unrecognized option
|
| 983 |
+
</message>
|
| 984 |
+
<message name="UnrecognizedResourceType">
|
| 985 |
+
unrecognized resource type
|
| 986 |
+
</message>
|
| 987 |
+
<message name="UnrecognizedVirtualPixelMethod">
|
| 988 |
+
unrecognized virtual pixel method
|
| 989 |
+
</message>
|
| 990 |
+
</fatalerror>
|
| 991 |
+
<warning>
|
| 992 |
+
<message name="ReplacedOption">
|
| 993 |
+
option has been replaced
|
| 994 |
+
</message>
|
| 995 |
+
<message name="GeometryDoesNotContainImage">
|
| 996 |
+
geometry does not contain image
|
| 997 |
+
</message>
|
| 998 |
+
<message name="InterpretPropertyFailure">
|
| 999 |
+
failure in interpret image property escapes
|
| 1000 |
+
</message>
|
| 1001 |
+
<message name="InvalidSetting">
|
| 1002 |
+
invalid setting
|
| 1003 |
+
</message>
|
| 1004 |
+
<message name="NoImageForProperty">
|
| 1005 |
+
no image to apply a property
|
| 1006 |
+
</message>
|
| 1007 |
+
<message name="NoImageInfoForProperty">
|
| 1008 |
+
no image info (wand) to apply a property
|
| 1009 |
+
</message>
|
| 1010 |
+
<message name="NoSuchElement">
|
| 1011 |
+
no such element in list
|
| 1012 |
+
</message>
|
| 1013 |
+
<message name="SetReadOnlyProperty">
|
| 1014 |
+
attempt to set read-only property
|
| 1015 |
+
</message>
|
| 1016 |
+
<message name="UnknownImageProperty">
|
| 1017 |
+
unknown image property
|
| 1018 |
+
</message>
|
| 1019 |
+
<message name="UnrecognizedColor">
|
| 1020 |
+
unrecognized color
|
| 1021 |
+
</message>
|
| 1022 |
+
<message name="ZeroTimeAnimation">
|
| 1023 |
+
animation only contains zero time delays
|
| 1024 |
+
</message>
|
| 1025 |
+
</warning>
|
| 1026 |
+
</option>
|
| 1027 |
+
<policy>
|
| 1028 |
+
<error>
|
| 1029 |
+
<message name="NotAuthorized">
|
| 1030 |
+
attempt to perform an operation not allowed by the security policy
|
| 1031 |
+
</message>
|
| 1032 |
+
</error>
|
| 1033 |
+
</policy>
|
| 1034 |
+
<registry>
|
| 1035 |
+
<error>
|
| 1036 |
+
<message name="UnableToGetRegistryID">
|
| 1037 |
+
unable to get registry ID
|
| 1038 |
+
</message>
|
| 1039 |
+
<message name="UnableToSetRegistry">
|
| 1040 |
+
unable to set registry
|
| 1041 |
+
</message>
|
| 1042 |
+
</error>
|
| 1043 |
+
</registry>
|
| 1044 |
+
<resource>
|
| 1045 |
+
<limit>
|
| 1046 |
+
<error>
|
| 1047 |
+
<message name="ListLengthExceedsLimit">
|
| 1048 |
+
list length exceeds limit
|
| 1049 |
+
</message>
|
| 1050 |
+
<message name="MemoryAllocationFailed">
|
| 1051 |
+
memory allocation failed
|
| 1052 |
+
</message>
|
| 1053 |
+
<message name="PixelCacheAllocationFailed">
|
| 1054 |
+
pixel cache allocation failed
|
| 1055 |
+
</message>
|
| 1056 |
+
<message name="TimeLimitExceeded">
|
| 1057 |
+
time limit exceeded
|
| 1058 |
+
</message>
|
| 1059 |
+
<message name="TooManyExceptions">
|
| 1060 |
+
too many exceptions
|
| 1061 |
+
</message>
|
| 1062 |
+
<message name="TooManyObjects">
|
| 1063 |
+
too many objects
|
| 1064 |
+
</message>
|
| 1065 |
+
<message name="UnableToAcquireString">
|
| 1066 |
+
unable to acquire string
|
| 1067 |
+
</message>
|
| 1068 |
+
<message name="UnableToAllocateColormap">
|
| 1069 |
+
unable to allocate colormap
|
| 1070 |
+
</message>
|
| 1071 |
+
<message name="UnableToConvertFont">
|
| 1072 |
+
unable to convert font
|
| 1073 |
+
</message>
|
| 1074 |
+
<message name="UnableToCreateColormap">
|
| 1075 |
+
unable to create colormap
|
| 1076 |
+
</message>
|
| 1077 |
+
<message name="UnableToDitherImage">
|
| 1078 |
+
unable to dither image
|
| 1079 |
+
</message>
|
| 1080 |
+
<message name="UnableToClonePackageInfo">
|
| 1081 |
+
unable to clone package info
|
| 1082 |
+
</message>
|
| 1083 |
+
<message name="UnableToGetPackageInfo">
|
| 1084 |
+
unable to get package info
|
| 1085 |
+
</message>
|
| 1086 |
+
</error>
|
| 1087 |
+
<fatalerror>
|
| 1088 |
+
<message name="UnableToAllocateDashPattern">
|
| 1089 |
+
unable to allocate dash pattern
|
| 1090 |
+
</message>
|
| 1091 |
+
<message name="UnableToAllocateDerivatives">
|
| 1092 |
+
unable to allocate derivates
|
| 1093 |
+
</message>
|
| 1094 |
+
<message name="UnableToAllocateGammaMap">
|
| 1095 |
+
unable to allocate gamma map
|
| 1096 |
+
</message>
|
| 1097 |
+
<message name="UnableToAllocateImage">
|
| 1098 |
+
unable to allocate image
|
| 1099 |
+
</message>
|
| 1100 |
+
<message name="UnableToAllocateImagePixels">
|
| 1101 |
+
unable to allocate image pixels
|
| 1102 |
+
</message>
|
| 1103 |
+
<message name="UnableToDestroySemaphore">
|
| 1104 |
+
unable to destroy semaphore
|
| 1105 |
+
</message>
|
| 1106 |
+
<message name="UnableToInstantiateSemaphore">
|
| 1107 |
+
unable to instantiate semaphore
|
| 1108 |
+
</message>
|
| 1109 |
+
<message name="UnableToAcquireString">
|
| 1110 |
+
unable to allocate string
|
| 1111 |
+
</message>
|
| 1112 |
+
<message name="MemoryAllocationFailed">
|
| 1113 |
+
Memory allocation failed
|
| 1114 |
+
</message>
|
| 1115 |
+
<message name="UnableToConcatenateString">
|
| 1116 |
+
unable to concatenate string
|
| 1117 |
+
</message>
|
| 1118 |
+
<message name="UnableToConvertText">
|
| 1119 |
+
unable to convert text
|
| 1120 |
+
</message>
|
| 1121 |
+
<message name="UnableToCreateColormap">
|
| 1122 |
+
unable to create colormap
|
| 1123 |
+
</message>
|
| 1124 |
+
<message name="UnableToCloneImage">
|
| 1125 |
+
unable to clone image
|
| 1126 |
+
</message>
|
| 1127 |
+
<message name="UnableToDisplayImage">
|
| 1128 |
+
unable to display image
|
| 1129 |
+
</message>
|
| 1130 |
+
<message name="UnableToEscapeString">
|
| 1131 |
+
unable to escape string
|
| 1132 |
+
</message>
|
| 1133 |
+
<message name="UnableToInterpretMSLImage">
|
| 1134 |
+
unable to interpret MSL image
|
| 1135 |
+
</message>
|
| 1136 |
+
<message name="UnableToLockSemaphore">
|
| 1137 |
+
unable to lock semaphore
|
| 1138 |
+
</message>
|
| 1139 |
+
<message name="UnableToUnlockSemaphore">
|
| 1140 |
+
unable to unlock semaphore
|
| 1141 |
+
</message>
|
| 1142 |
+
</fatalerror>
|
| 1143 |
+
<warning>
|
| 1144 |
+
<message name="MemoryAllocationFailed">
|
| 1145 |
+
memory allocation failed
|
| 1146 |
+
</message>
|
| 1147 |
+
<message name="ProfileSizeExceedsLimit">
|
| 1148 |
+
profile size exceeds limit
|
| 1149 |
+
</message>
|
| 1150 |
+
</warning>
|
| 1151 |
+
</limit>
|
| 1152 |
+
</resource>
|
| 1153 |
+
<type>
|
| 1154 |
+
<error>
|
| 1155 |
+
<message name="FontSubstitutionRequired">
|
| 1156 |
+
font substitution required
|
| 1157 |
+
</message>
|
| 1158 |
+
<message name="UnableToGetTypeMetrics">
|
| 1159 |
+
unable to get type metrics
|
| 1160 |
+
</message>
|
| 1161 |
+
<message name="UnableToInitializeFreetypeLibrary">
|
| 1162 |
+
unable to initialize freetype library
|
| 1163 |
+
</message>
|
| 1164 |
+
<message name="UnableToReadFont">
|
| 1165 |
+
unable to read font
|
| 1166 |
+
</message>
|
| 1167 |
+
<message name="UnrecognizedFontEncoding">
|
| 1168 |
+
unrecognized font encoding
|
| 1169 |
+
</message>
|
| 1170 |
+
</error>
|
| 1171 |
+
<warning>
|
| 1172 |
+
<message name="UnableToReadFont">
|
| 1173 |
+
unable to read font
|
| 1174 |
+
</message>
|
| 1175 |
+
</warning>
|
| 1176 |
+
</type>
|
| 1177 |
+
<stream>
|
| 1178 |
+
<error>
|
| 1179 |
+
<message name="ImageDoesNotContainTheStreamGeometry">
|
| 1180 |
+
image does not contain the stream geometry
|
| 1181 |
+
</message>
|
| 1182 |
+
<message name="NoStreamHandlerIsDefined">
|
| 1183 |
+
no stream handler is defined
|
| 1184 |
+
</message>
|
| 1185 |
+
<message name="PixelCacheIsNotOpen">
|
| 1186 |
+
pixel cache is not open
|
| 1187 |
+
</message>
|
| 1188 |
+
</error>
|
| 1189 |
+
</stream>
|
| 1190 |
+
<wand>
|
| 1191 |
+
<error>
|
| 1192 |
+
<message name="InvalidColormapIndex">
|
| 1193 |
+
invalid colormap index
|
| 1194 |
+
</message>
|
| 1195 |
+
<message name="ZeroRegionSize">
|
| 1196 |
+
zero region size
|
| 1197 |
+
</message>
|
| 1198 |
+
<message name="UnableToOpenFile">
|
| 1199 |
+
unable to open file
|
| 1200 |
+
</message>
|
| 1201 |
+
<message name="QuantumDepthMismatch">
|
| 1202 |
+
wand quantum depth does not match that of the core API
|
| 1203 |
+
</message>
|
| 1204 |
+
<message name="ContainsNoImages">
|
| 1205 |
+
wand contains no images
|
| 1206 |
+
</message>
|
| 1207 |
+
<message name="ContainsNoIterators">
|
| 1208 |
+
wand contains no iterators
|
| 1209 |
+
</message>
|
| 1210 |
+
</error>
|
| 1211 |
+
</wand>
|
| 1212 |
+
<xserver>
|
| 1213 |
+
<error>
|
| 1214 |
+
<message name="ColorIsNotKnownToServer">
|
| 1215 |
+
color is not known to server
|
| 1216 |
+
</message>
|
| 1217 |
+
<message name="NoWindowWithSpecifiedIDExists">
|
| 1218 |
+
no window with specified ID exists
|
| 1219 |
+
</message>
|
| 1220 |
+
<message name="StandardColormapIsNotInitialized">
|
| 1221 |
+
standard Colormap is not initialized
|
| 1222 |
+
</message>
|
| 1223 |
+
<message name="UnableToConnectToRemoteDisplay">
|
| 1224 |
+
unable to connect to remote display
|
| 1225 |
+
</message>
|
| 1226 |
+
<message name="UnableToCreateBitmap">
|
| 1227 |
+
unable to create bitmap
|
| 1228 |
+
</message>
|
| 1229 |
+
<message name="UnableToCreateColormap">
|
| 1230 |
+
unable to create colormap
|
| 1231 |
+
</message>
|
| 1232 |
+
<message name="UnableToCreatePixmap">
|
| 1233 |
+
unable to create pixmap
|
| 1234 |
+
</message>
|
| 1235 |
+
<message name="UnableToCreateProperty">
|
| 1236 |
+
unable to create property
|
| 1237 |
+
</message>
|
| 1238 |
+
<message name="UnableToCreateStandardColormap">
|
| 1239 |
+
unable to create standard colormap
|
| 1240 |
+
</message>
|
| 1241 |
+
<message name="UnableToDisplayImageInfo">
|
| 1242 |
+
unable to display image info
|
| 1243 |
+
</message>
|
| 1244 |
+
<message name="UnableToGetProperty">
|
| 1245 |
+
unable to get property
|
| 1246 |
+
</message>
|
| 1247 |
+
<message name="UnableToGetStandardColormap">
|
| 1248 |
+
unable to get Standard Colormap
|
| 1249 |
+
</message>
|
| 1250 |
+
<message name="UnableToGetVisual">
|
| 1251 |
+
unable to get visual
|
| 1252 |
+
</message>
|
| 1253 |
+
<message name="UnableToGrabMouse">
|
| 1254 |
+
unable to grab mouse
|
| 1255 |
+
</message>
|
| 1256 |
+
<message name="UnableToLoadFont">
|
| 1257 |
+
unable to load font
|
| 1258 |
+
</message>
|
| 1259 |
+
<message name="UnableToMatchVisualToStandardColormap">
|
| 1260 |
+
unable to match visual to Standard Colormap
|
| 1261 |
+
</message>
|
| 1262 |
+
<message name="UnableToOpenXServer">
|
| 1263 |
+
unable to open X server
|
| 1264 |
+
</message>
|
| 1265 |
+
<message name="UnableToReadXWindowAttributes">
|
| 1266 |
+
unable to read X window attributes
|
| 1267 |
+
</message>
|
| 1268 |
+
<message name="UnableToReadXWindowImage">
|
| 1269 |
+
unable to read X window image
|
| 1270 |
+
</message>
|
| 1271 |
+
<message name="UnrecognizedColormapType">
|
| 1272 |
+
unrecognized colormap type
|
| 1273 |
+
</message>
|
| 1274 |
+
<message name="UnrecognizedGravityType">
|
| 1275 |
+
unrecognized gravity type
|
| 1276 |
+
</message>
|
| 1277 |
+
<message name="UnrecognizedVisualSpecifier">
|
| 1278 |
+
unrecognized visual specifier
|
| 1279 |
+
</message>
|
| 1280 |
+
</error>
|
| 1281 |
+
<fatalerror>
|
| 1282 |
+
<message name="UnableToCreateCursor">
|
| 1283 |
+
unable to create X cursor
|
| 1284 |
+
</message>
|
| 1285 |
+
<message name="UnableToCreateGraphicContext">
|
| 1286 |
+
unable to create graphic context
|
| 1287 |
+
</message>
|
| 1288 |
+
<message name="UnableToCreateStandardColormap">
|
| 1289 |
+
unable to create standard colormap
|
| 1290 |
+
</message>
|
| 1291 |
+
<message name="UnableToCreateTextProperty">
|
| 1292 |
+
unable to create text property
|
| 1293 |
+
</message>
|
| 1294 |
+
<message name="UnableToCreateXWindow">
|
| 1295 |
+
unable to create X window
|
| 1296 |
+
</message>
|
| 1297 |
+
<message name="UnableToCreateXImage">
|
| 1298 |
+
unable to create X image
|
| 1299 |
+
</message>
|
| 1300 |
+
<message name="UnableToCreateXPixmap">
|
| 1301 |
+
unable to create X pixmap
|
| 1302 |
+
</message>
|
| 1303 |
+
<message name="UnableToDisplayImage">
|
| 1304 |
+
unable to display image
|
| 1305 |
+
</message>
|
| 1306 |
+
<message name="UnableToGetVisual">
|
| 1307 |
+
unable to get visual
|
| 1308 |
+
</message>
|
| 1309 |
+
<message name="UnableToGetPixelInfo">
|
| 1310 |
+
unable to get pixel info
|
| 1311 |
+
</message>
|
| 1312 |
+
<message name="UnableToLoadFont">
|
| 1313 |
+
unable to load font
|
| 1314 |
+
</message>
|
| 1315 |
+
<message name="UnableToMakeXWindow">
|
| 1316 |
+
unable to make X window
|
| 1317 |
+
</message>
|
| 1318 |
+
<message name="UnableToOpenXServer">
|
| 1319 |
+
unable to open X server
|
| 1320 |
+
</message>
|
| 1321 |
+
<message name="UnableToViewFonts">
|
| 1322 |
+
unable to view fonts
|
| 1323 |
+
</message>
|
| 1324 |
+
</fatalerror>
|
| 1325 |
+
<warning>
|
| 1326 |
+
<message name="UsingDefaultVisual">
|
| 1327 |
+
using default visual
|
| 1328 |
+
</message>
|
| 1329 |
+
<message name="UnableToGetVisual">
|
| 1330 |
+
unable to get visual
|
| 1331 |
+
</message>
|
| 1332 |
+
</warning>
|
| 1333 |
+
</xserver>
|
| 1334 |
+
</exception>
|
| 1335 |
+
<monitor>
|
| 1336 |
+
<AddNoise>
|
| 1337 |
+
<message name="Image">
|
| 1338 |
+
add noise to image
|
| 1339 |
+
</message>
|
| 1340 |
+
</AddNoise>
|
| 1341 |
+
<Append>
|
| 1342 |
+
<message name="Image">
|
| 1343 |
+
append image sequence
|
| 1344 |
+
</message>
|
| 1345 |
+
</Append>
|
| 1346 |
+
<assign>
|
| 1347 |
+
<message name="Image">
|
| 1348 |
+
assign image colors
|
| 1349 |
+
</message>
|
| 1350 |
+
</assign>
|
| 1351 |
+
<Average>
|
| 1352 |
+
<message name="Image">
|
| 1353 |
+
average image sequence
|
| 1354 |
+
</message>
|
| 1355 |
+
</Average>
|
| 1356 |
+
<Blur>
|
| 1357 |
+
<message name="Image">
|
| 1358 |
+
blur image
|
| 1359 |
+
</message>
|
| 1360 |
+
</Blur>
|
| 1361 |
+
<Chop>
|
| 1362 |
+
<message name="Image">
|
| 1363 |
+
chop image
|
| 1364 |
+
</message>
|
| 1365 |
+
</Chop>
|
| 1366 |
+
<Classify>
|
| 1367 |
+
<message name="Image">
|
| 1368 |
+
classify image colors
|
| 1369 |
+
</message>
|
| 1370 |
+
</Classify>
|
| 1371 |
+
<ColorReplace>
|
| 1372 |
+
<message name="Image">
|
| 1373 |
+
replace color in image
|
| 1374 |
+
</message>
|
| 1375 |
+
</ColorReplace>
|
| 1376 |
+
<Colorize>
|
| 1377 |
+
<message name="Image">
|
| 1378 |
+
colorize image
|
| 1379 |
+
</message>
|
| 1380 |
+
</Colorize>
|
| 1381 |
+
<Combine>
|
| 1382 |
+
<message name="Image">
|
| 1383 |
+
combine image
|
| 1384 |
+
</message>
|
| 1385 |
+
</Combine>
|
| 1386 |
+
<ContrastStretch>
|
| 1387 |
+
<message name="Image">
|
| 1388 |
+
contrast-stretch image
|
| 1389 |
+
</message>
|
| 1390 |
+
</ContrastStretch>
|
| 1391 |
+
<Convolve>
|
| 1392 |
+
<message name="Image">
|
| 1393 |
+
convolve image
|
| 1394 |
+
</message>
|
| 1395 |
+
</Convolve>
|
| 1396 |
+
<Crop>
|
| 1397 |
+
<message name="Image">
|
| 1398 |
+
crop image
|
| 1399 |
+
</message>
|
| 1400 |
+
</Crop>
|
| 1401 |
+
<Decode>
|
| 1402 |
+
<message name="Image">
|
| 1403 |
+
decode image
|
| 1404 |
+
</message>
|
| 1405 |
+
</Decode>
|
| 1406 |
+
<Despeckle>
|
| 1407 |
+
<message name="Image">
|
| 1408 |
+
despeckle image
|
| 1409 |
+
</message>
|
| 1410 |
+
</Despeckle>
|
| 1411 |
+
<Distort>
|
| 1412 |
+
<message name="Image">
|
| 1413 |
+
distort image
|
| 1414 |
+
</message>
|
| 1415 |
+
</Distort>
|
| 1416 |
+
<Dither>
|
| 1417 |
+
<message name="Image">
|
| 1418 |
+
dither image colors
|
| 1419 |
+
</message>
|
| 1420 |
+
</Dither>
|
| 1421 |
+
<DullContrast>
|
| 1422 |
+
<message name="Image">
|
| 1423 |
+
dull image contrast
|
| 1424 |
+
</message>
|
| 1425 |
+
</DullContrast>
|
| 1426 |
+
<Encode>
|
| 1427 |
+
<message name="Image">
|
| 1428 |
+
encode image
|
| 1429 |
+
</message>
|
| 1430 |
+
</Encode>
|
| 1431 |
+
<Equalize>
|
| 1432 |
+
<message name="Image">
|
| 1433 |
+
equalize image
|
| 1434 |
+
</message>
|
| 1435 |
+
</Equalize>
|
| 1436 |
+
<Flip>
|
| 1437 |
+
<message name="Image">
|
| 1438 |
+
flip image
|
| 1439 |
+
</message>
|
| 1440 |
+
</Flip>
|
| 1441 |
+
<Flop>
|
| 1442 |
+
<message name="Image">
|
| 1443 |
+
flop image
|
| 1444 |
+
</message>
|
| 1445 |
+
</Flop>
|
| 1446 |
+
<Frame>
|
| 1447 |
+
<message name="Image">
|
| 1448 |
+
add frame to image
|
| 1449 |
+
</message>
|
| 1450 |
+
</Frame>
|
| 1451 |
+
<Fx>
|
| 1452 |
+
<message name="Image">
|
| 1453 |
+
fx image
|
| 1454 |
+
</message>
|
| 1455 |
+
</Fx>
|
| 1456 |
+
<GammaCorrect>
|
| 1457 |
+
<message name="Image">
|
| 1458 |
+
gamma correct image
|
| 1459 |
+
</message>
|
| 1460 |
+
</GammaCorrect>
|
| 1461 |
+
<Histogram>
|
| 1462 |
+
<message name="Image">
|
| 1463 |
+
compute image histogram
|
| 1464 |
+
</message>
|
| 1465 |
+
</Histogram>
|
| 1466 |
+
<Implode>
|
| 1467 |
+
<message name="Image">
|
| 1468 |
+
implode image
|
| 1469 |
+
</message>
|
| 1470 |
+
</Implode>
|
| 1471 |
+
<Level>
|
| 1472 |
+
<message name="Image">
|
| 1473 |
+
level image
|
| 1474 |
+
</message>
|
| 1475 |
+
</Level>
|
| 1476 |
+
<Load>
|
| 1477 |
+
<message name="Image">
|
| 1478 |
+
load image
|
| 1479 |
+
</message>
|
| 1480 |
+
<message name="Images">
|
| 1481 |
+
load images
|
| 1482 |
+
</message>
|
| 1483 |
+
</Load>
|
| 1484 |
+
<Magnify>
|
| 1485 |
+
<message name="Image">
|
| 1486 |
+
magnify image
|
| 1487 |
+
</message>
|
| 1488 |
+
</Magnify>
|
| 1489 |
+
<MedianFilter>
|
| 1490 |
+
<message name="Image">
|
| 1491 |
+
filter image with neighborhood ranking
|
| 1492 |
+
</message>
|
| 1493 |
+
</MedianFilter>
|
| 1494 |
+
<Minify>
|
| 1495 |
+
<message name="Image">
|
| 1496 |
+
minify image
|
| 1497 |
+
</message>
|
| 1498 |
+
</Minify>
|
| 1499 |
+
<Modulate>
|
| 1500 |
+
<message name="Image">
|
| 1501 |
+
modulate image
|
| 1502 |
+
</message>
|
| 1503 |
+
</Modulate>
|
| 1504 |
+
<Mogrify>
|
| 1505 |
+
<message name="Image">
|
| 1506 |
+
mogrify image
|
| 1507 |
+
</message>
|
| 1508 |
+
</Mogrify>
|
| 1509 |
+
<Montage>
|
| 1510 |
+
<message name="Image">
|
| 1511 |
+
montage image
|
| 1512 |
+
</message>
|
| 1513 |
+
</Montage>
|
| 1514 |
+
<Morph>
|
| 1515 |
+
<message name="Image">
|
| 1516 |
+
morph image sequence
|
| 1517 |
+
</message>
|
| 1518 |
+
</Morph>
|
| 1519 |
+
<Mosaic>
|
| 1520 |
+
<message name="Image">
|
| 1521 |
+
mosaic image
|
| 1522 |
+
</message>
|
| 1523 |
+
</Mosaic>
|
| 1524 |
+
<Negate>
|
| 1525 |
+
<message name="Image">
|
| 1526 |
+
negate image
|
| 1527 |
+
</message>
|
| 1528 |
+
</Negate>
|
| 1529 |
+
<OilPaint>
|
| 1530 |
+
<message name="Image">
|
| 1531 |
+
oil paint image
|
| 1532 |
+
</message>
|
| 1533 |
+
</OilPaint>
|
| 1534 |
+
<Opaque>
|
| 1535 |
+
<message name="Image">
|
| 1536 |
+
set opaque color in image
|
| 1537 |
+
</message>
|
| 1538 |
+
</Opaque>
|
| 1539 |
+
<Plasma>
|
| 1540 |
+
<message name="Image">
|
| 1541 |
+
plasma image
|
| 1542 |
+
</message>
|
| 1543 |
+
</Plasma>
|
| 1544 |
+
<Preview>
|
| 1545 |
+
<message name="Image">
|
| 1546 |
+
preview image
|
| 1547 |
+
</message>
|
| 1548 |
+
</Preview>
|
| 1549 |
+
<Raise>
|
| 1550 |
+
<message name="Image">
|
| 1551 |
+
raise image
|
| 1552 |
+
</message>
|
| 1553 |
+
</Raise>
|
| 1554 |
+
<Recolor>
|
| 1555 |
+
<message name="Image">
|
| 1556 |
+
recolor color image
|
| 1557 |
+
</message>
|
| 1558 |
+
</Recolor>
|
| 1559 |
+
<Reduce>
|
| 1560 |
+
<message name="Image">
|
| 1561 |
+
reduce image colors
|
| 1562 |
+
</message>
|
| 1563 |
+
</Reduce>
|
| 1564 |
+
<ReduceNoise>
|
| 1565 |
+
<message name="Image">
|
| 1566 |
+
reduce the image noise
|
| 1567 |
+
</message>
|
| 1568 |
+
</ReduceNoise>
|
| 1569 |
+
<Render>
|
| 1570 |
+
<message name="Image">
|
| 1571 |
+
render image
|
| 1572 |
+
</message>
|
| 1573 |
+
</Render>
|
| 1574 |
+
<Resize>
|
| 1575 |
+
<message name="Image">
|
| 1576 |
+
resize image
|
| 1577 |
+
</message>
|
| 1578 |
+
</Resize>
|
| 1579 |
+
<RGBTransform>
|
| 1580 |
+
<message name="Image">
|
| 1581 |
+
RGB transform image
|
| 1582 |
+
</message>
|
| 1583 |
+
</RGBTransform>
|
| 1584 |
+
<Roll>
|
| 1585 |
+
<message name="Image">
|
| 1586 |
+
roll image
|
| 1587 |
+
</message>
|
| 1588 |
+
</Roll>
|
| 1589 |
+
<Rotate>
|
| 1590 |
+
<message name="Image">
|
| 1591 |
+
rotate image
|
| 1592 |
+
</message>
|
| 1593 |
+
</Rotate>
|
| 1594 |
+
<Sample>
|
| 1595 |
+
<message name="Image">
|
| 1596 |
+
sample image
|
| 1597 |
+
</message>
|
| 1598 |
+
</Sample>
|
| 1599 |
+
<Save>
|
| 1600 |
+
<message name="Image">
|
| 1601 |
+
save image
|
| 1602 |
+
</message>
|
| 1603 |
+
<message name="Images">
|
| 1604 |
+
save images
|
| 1605 |
+
</message>
|
| 1606 |
+
</Save>
|
| 1607 |
+
<Scale>
|
| 1608 |
+
<message name="Image">
|
| 1609 |
+
scale image
|
| 1610 |
+
</message>
|
| 1611 |
+
</Scale>
|
| 1612 |
+
<Segment>
|
| 1613 |
+
<message name="Image">
|
| 1614 |
+
segment image
|
| 1615 |
+
</message>
|
| 1616 |
+
</Segment>
|
| 1617 |
+
<Separate>
|
| 1618 |
+
<message name="Image">
|
| 1619 |
+
extract a channel from image
|
| 1620 |
+
</message>
|
| 1621 |
+
</Separate>
|
| 1622 |
+
<SepiaTone>
|
| 1623 |
+
<message name="Image">
|
| 1624 |
+
sepia-tone image
|
| 1625 |
+
</message>
|
| 1626 |
+
</SepiaTone>
|
| 1627 |
+
<Shade>
|
| 1628 |
+
<message name="Image">
|
| 1629 |
+
shade image
|
| 1630 |
+
</message>
|
| 1631 |
+
</Shade>
|
| 1632 |
+
<Sharpen>
|
| 1633 |
+
<message name="Image">
|
| 1634 |
+
sharpen image
|
| 1635 |
+
</message>
|
| 1636 |
+
</Sharpen>
|
| 1637 |
+
<SharpenContrast>
|
| 1638 |
+
<message name="Image">
|
| 1639 |
+
sharpen image contrast
|
| 1640 |
+
</message>
|
| 1641 |
+
</SharpenContrast>
|
| 1642 |
+
<SigmoidalContrast>
|
| 1643 |
+
<message name="Image">
|
| 1644 |
+
sigmoidal contrast image
|
| 1645 |
+
</message>
|
| 1646 |
+
</SigmoidalContrast>
|
| 1647 |
+
<Solarize>
|
| 1648 |
+
<message name="Image">
|
| 1649 |
+
solarize image
|
| 1650 |
+
</message>
|
| 1651 |
+
</Solarize>
|
| 1652 |
+
<Splice>
|
| 1653 |
+
<message name="Image">
|
| 1654 |
+
splice image
|
| 1655 |
+
</message>
|
| 1656 |
+
</Splice>
|
| 1657 |
+
<Spread>
|
| 1658 |
+
<message name="Image">
|
| 1659 |
+
spread image
|
| 1660 |
+
</message>
|
| 1661 |
+
</Spread>
|
| 1662 |
+
<Stegano>
|
| 1663 |
+
<message name="Image">
|
| 1664 |
+
stegano image
|
| 1665 |
+
</message>
|
| 1666 |
+
</Stegano>
|
| 1667 |
+
<Stereo>
|
| 1668 |
+
<message name="Image">
|
| 1669 |
+
stereo image
|
| 1670 |
+
</message>
|
| 1671 |
+
</Stereo>
|
| 1672 |
+
<Swirl>
|
| 1673 |
+
<message name="Image">
|
| 1674 |
+
swirl image
|
| 1675 |
+
</message>
|
| 1676 |
+
</Swirl>
|
| 1677 |
+
<Texture>
|
| 1678 |
+
<message name="Image">
|
| 1679 |
+
texture image
|
| 1680 |
+
</message>
|
| 1681 |
+
</Texture>
|
| 1682 |
+
<Threshold>
|
| 1683 |
+
<message name="Image">
|
| 1684 |
+
threshold image
|
| 1685 |
+
</message>
|
| 1686 |
+
</Threshold>
|
| 1687 |
+
<Tile>
|
| 1688 |
+
<message name="Image">
|
| 1689 |
+
tile image
|
| 1690 |
+
</message>
|
| 1691 |
+
</Tile>
|
| 1692 |
+
<Tint>
|
| 1693 |
+
<message name="Image">
|
| 1694 |
+
tint image
|
| 1695 |
+
</message>
|
| 1696 |
+
</Tint>
|
| 1697 |
+
<TransformRGB>
|
| 1698 |
+
<message name="Image">
|
| 1699 |
+
transform RGB image
|
| 1700 |
+
</message>
|
| 1701 |
+
</TransformRGB>
|
| 1702 |
+
<Transparent>
|
| 1703 |
+
<message name="Image">
|
| 1704 |
+
set transparent color in image
|
| 1705 |
+
</message>
|
| 1706 |
+
</Transparent>
|
| 1707 |
+
<Wave>
|
| 1708 |
+
<message name="Image">
|
| 1709 |
+
wave image
|
| 1710 |
+
</message>
|
| 1711 |
+
</Wave>
|
| 1712 |
+
<Write>
|
| 1713 |
+
<message name="Image">
|
| 1714 |
+
write image
|
| 1715 |
+
</message>
|
| 1716 |
+
</Write>
|
| 1717 |
+
<XShear>
|
| 1718 |
+
<message name="Image">
|
| 1719 |
+
x shear image
|
| 1720 |
+
</message>
|
| 1721 |
+
</XShear>
|
| 1722 |
+
<YShear>
|
| 1723 |
+
<message name="Image">
|
| 1724 |
+
y shear image
|
| 1725 |
+
</message>
|
| 1726 |
+
</YShear>
|
| 1727 |
+
</monitor>
|
| 1728 |
+
</locale>
|
ImageMagick/identify.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f8b12ce0815614e9278911b1a15792de270f37e17ed6085e55d42e285456263
|
| 3 |
+
size 24440976
|
ImageMagick/locale.xml
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE localemap [
|
| 3 |
+
<!ELEMENT localemap (include)+>
|
| 4 |
+
<!ATTLIST localemap xmlns CDATA #FIXED ''>
|
| 5 |
+
<!ELEMENT include EMPTY>
|
| 6 |
+
<!ATTLIST include xmlns CDATA #FIXED '' file NMTOKEN #REQUIRED
|
| 7 |
+
locale NMTOKEN #REQUIRED>
|
| 8 |
+
]>
|
| 9 |
+
<localemap>
|
| 10 |
+
<include locale="no_NO.ISO-8859-1" file="bokmal.xml"/>
|
| 11 |
+
<include locale="ca_ES.ISO-8859-1" file="catalan.xml"/>
|
| 12 |
+
<include locale="hr_HR.ISO-8859-2" file="croatian.xml"/>
|
| 13 |
+
<include locale="cs_CZ.ISO-8859-2" file="czech.xml"/>
|
| 14 |
+
<include locale="da_DK.ISO-8859-1" file="danish.xml"/>
|
| 15 |
+
<include locale="de_DE.ISO-8859-1" file="deutsch.xml"/>
|
| 16 |
+
<include locale="nl_NL.ISO-8859-1" file="dutch.xml"/>
|
| 17 |
+
<include locale="C" file="english.xml"/>
|
| 18 |
+
<include locale="et_EE.ISO-8859-1" file="estonian.xml"/>
|
| 19 |
+
<include locale="fi_FI.ISO-8859-1" file="finnish.xml"/>
|
| 20 |
+
<include locale="fr_FR.ISO-8859-1" file="francais.xml"/>
|
| 21 |
+
<include locale="fr_FR.ISO-8859-1" file="francais.xml"/>
|
| 22 |
+
<include locale="fr_FR.UTF-8" file="francais.xml"/>
|
| 23 |
+
<include locale="gl_ES.ISO-8859-1" file="galego.xml"/>
|
| 24 |
+
<include locale="gl_ES.ISO-8859-1" file="galician.xml"/>
|
| 25 |
+
<include locale="de_DE.ISO-8859-1" file="german.xml"/>
|
| 26 |
+
<include locale="el_GR.ISO-8859-7" file="greek.xml"/>
|
| 27 |
+
<include locale="en_US.UTF-8" file="english.xml"/>
|
| 28 |
+
<include locale="iw_IL.ISO-8859-8" file="hebrew.xml"/>
|
| 29 |
+
<include locale="hr_HR.ISO-8859-2" file="hrvatski.xml"/>
|
| 30 |
+
<include locale="hu_HU.ISO-8859-2" file="hungarian.xml"/>
|
| 31 |
+
<include locale="is_IS.ISO-8859-1" file="icelandic.xml"/>
|
| 32 |
+
<include locale="it_IT.ISO-8859-1" file="italian.xml"/>
|
| 33 |
+
<include locale="ja_JP.eucJP" file="japanese.xml"/>
|
| 34 |
+
<include locale="ko_KR.eucKR" file="korean.xml"/>
|
| 35 |
+
<include locale="lt_LT.ISO-8859-13" file="lithuanian.xml"/>
|
| 36 |
+
<include locale="no_NO.ISO-8859-1" file="norwegian.xml"/>
|
| 37 |
+
<include locale="nn_NO.ISO-8859-1" file="nynorsk.xml"/>
|
| 38 |
+
<include locale="pl_PL.ISO-8859-2" file="polish.xml"/>
|
| 39 |
+
<include locale="pt_PT.ISO-8859-1" file="portuguese.xml"/>
|
| 40 |
+
<include locale="ro_RO.ISO-8859-2" file="romanian.xml"/>
|
| 41 |
+
<include locale="ru_RU.ISO-8859-5" file="russian.xml"/>
|
| 42 |
+
<include locale="sk_SK.ISO-8859-2" file="slovak.xml"/>
|
| 43 |
+
<include locale="sl_SI.ISO-8859-2" file="slovene.xml"/>
|
| 44 |
+
<include locale="es_ES.ISO-8859-1" file="spanish.xml"/>
|
| 45 |
+
<include locale="sv_SE.ISO-8859-1" file="swedish.xml"/>
|
| 46 |
+
<include locale="th_TH.TIS-620" file="thai.xml"/>
|
| 47 |
+
<include locale="tr_TR.ISO-8859-9" file="turkish.xml"/>
|
| 48 |
+
</localemap>
|
ImageMagick/log.xml
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE logmap [
|
| 3 |
+
<!ELEMENT logmap (log)+>
|
| 4 |
+
<!ELEMENT log (#PCDATA)>
|
| 5 |
+
<!ATTLIST log events CDATA #IMPLIED>
|
| 6 |
+
<!ATTLIST log output CDATA #IMPLIED>
|
| 7 |
+
<!ATTLIST log filename CDATA #IMPLIED>
|
| 8 |
+
<!ATTLIST log generations CDATA #IMPLIED>
|
| 9 |
+
<!ATTLIST log limit CDATA #IMPLIED>
|
| 10 |
+
<!ATTLIST log format CDATA #IMPLIED>
|
| 11 |
+
]>
|
| 12 |
+
<!--
|
| 13 |
+
Configure ImageMagick logger.
|
| 14 |
+
|
| 15 |
+
Choose from one or more these events separated by a comma:
|
| 16 |
+
all
|
| 17 |
+
accelerate
|
| 18 |
+
annotate
|
| 19 |
+
blob
|
| 20 |
+
cache
|
| 21 |
+
coder
|
| 22 |
+
command
|
| 23 |
+
configure
|
| 24 |
+
deprecate
|
| 25 |
+
draw
|
| 26 |
+
exception
|
| 27 |
+
locale
|
| 28 |
+
module
|
| 29 |
+
none
|
| 30 |
+
pixel
|
| 31 |
+
policy
|
| 32 |
+
resource
|
| 33 |
+
trace
|
| 34 |
+
transform
|
| 35 |
+
user
|
| 36 |
+
wand
|
| 37 |
+
x11
|
| 38 |
+
|
| 39 |
+
Choose one output handler:
|
| 40 |
+
console
|
| 41 |
+
debug
|
| 42 |
+
event
|
| 43 |
+
file
|
| 44 |
+
none
|
| 45 |
+
stderr
|
| 46 |
+
stdout
|
| 47 |
+
|
| 48 |
+
When output is to a file, specify the filename. Embed %g in the filename to
|
| 49 |
+
support log generations. Generations is the number of log files to retain.
|
| 50 |
+
Limit is the number of logging events before generating a new log generation.
|
| 51 |
+
|
| 52 |
+
The format of the log is defined by embedding special format characters:
|
| 53 |
+
|
| 54 |
+
%c client
|
| 55 |
+
%d domain
|
| 56 |
+
%e event
|
| 57 |
+
%f function
|
| 58 |
+
%g generation
|
| 59 |
+
%i thread id
|
| 60 |
+
%l line
|
| 61 |
+
%m module
|
| 62 |
+
%n log name
|
| 63 |
+
%p process id
|
| 64 |
+
%r real CPU time
|
| 65 |
+
%t wall clock time
|
| 66 |
+
%u user CPU time
|
| 67 |
+
%v version
|
| 68 |
+
%% percent sign
|
| 69 |
+
\n newline
|
| 70 |
+
\r carriage return
|
| 71 |
+
xml
|
| 72 |
+
-->
|
| 73 |
+
<logmap>
|
| 74 |
+
<log events="None"/>
|
| 75 |
+
<log output="console"/>
|
| 76 |
+
<log filename="Magick-%g.log"/>
|
| 77 |
+
<log generations="3"/>
|
| 78 |
+
<log limit="2000"/>
|
| 79 |
+
<log format="%t %r %u %v %d %c[%p]: %m/%f/%l/%d\n %e"/>
|
| 80 |
+
</logmap>
|
ImageMagick/magick.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63bcae73bdf2e672af7765df7d2a90daca3bad64ec4eb71a75ad5ae73d460875
|
| 3 |
+
size 24441856
|
ImageMagick/mogrify.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc94cfc948d2c77f06204e8b09133872b2209748964cca13f099ac5d4da30536
|
| 3 |
+
size 24441856
|
ImageMagick/montage.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3d32535245a0438b16ec8469527ee6d491c56bebe06196a4a80dd6161435d80
|
| 3 |
+
size 24441856
|
ImageMagick/policy.xml
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE policymap [
|
| 3 |
+
<!ELEMENT policymap (policy)*>
|
| 4 |
+
<!ATTLIST policymap xmlns CDATA #FIXED "">
|
| 5 |
+
<!ELEMENT policy EMPTY>
|
| 6 |
+
<!ATTLIST policy xmlns CDATA #FIXED "">
|
| 7 |
+
<!ATTLIST policy domain NMTOKEN #REQUIRED>
|
| 8 |
+
<!ATTLIST policy name NMTOKEN #IMPLIED>
|
| 9 |
+
<!ATTLIST policy pattern CDATA #IMPLIED>
|
| 10 |
+
<!ATTLIST policy rights NMTOKEN #IMPLIED>
|
| 11 |
+
<!ATTLIST policy stealth NMTOKEN #IMPLIED>
|
| 12 |
+
<!ATTLIST policy value CDATA #IMPLIED>
|
| 13 |
+
]>
|
| 14 |
+
<!--
|
| 15 |
+
Creating a security policy that fits your specific local environment
|
| 16 |
+
before making use of ImageMagick is highly advised. You can find guidance on
|
| 17 |
+
setting up this policy at https://imagemagick.org/script/security-policy.php,
|
| 18 |
+
and it's important to verify your policy using the validation tool located
|
| 19 |
+
at https://imagemagick-secevaluator.doyensec.com/.
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
Open ImageMagick security policy:
|
| 23 |
+
|
| 24 |
+
The default policy for ImageMagick installations is the open security
|
| 25 |
+
policy. This policy is designed for usage in secure settings like those
|
| 26 |
+
protected by firewalls or within Docker containers. Within this framework,
|
| 27 |
+
ImageMagick enjoys broad access to resources and functionalities. This policy
|
| 28 |
+
provides convenient and adaptable options for image manipulation. However,
|
| 29 |
+
it's important to note that it might present security vulnerabilities in
|
| 30 |
+
less regulated conditions. Thus, organizations should thoroughly assess
|
| 31 |
+
the appropriateness of the open policy according to their particular use
|
| 32 |
+
case and security prerequisites.
|
| 33 |
+
|
| 34 |
+
ImageMagick security policies in a nutshell:
|
| 35 |
+
|
| 36 |
+
Domains include system, delegate, coder, filter, module, path, or resource.
|
| 37 |
+
|
| 38 |
+
Rights include none, read, write, execute and all. Use | to combine them,
|
| 39 |
+
for example: "read | write" to permit read from, or write to, a path.
|
| 40 |
+
|
| 41 |
+
Use a glob expression as a pattern.
|
| 42 |
+
|
| 43 |
+
Suppose we do not want users to process MPEG video images, use this policy:
|
| 44 |
+
|
| 45 |
+
<policy domain="delegate" rights="none" pattern="mpeg:decode" />
|
| 46 |
+
|
| 47 |
+
Here we do not want users reading images from HTTP:
|
| 48 |
+
|
| 49 |
+
<policy domain="coder" rights="none" pattern="HTTP" />
|
| 50 |
+
|
| 51 |
+
The /repository file system is restricted to read only. We use a glob
|
| 52 |
+
expression to match all paths that start with /repository:
|
| 53 |
+
|
| 54 |
+
<policy domain="path" rights="read" pattern="/repository/*" />
|
| 55 |
+
|
| 56 |
+
Prevent users from executing any image filters:
|
| 57 |
+
|
| 58 |
+
<policy domain="filter" rights="none" pattern="*" />
|
| 59 |
+
|
| 60 |
+
Cache large images to disk rather than memory:
|
| 61 |
+
|
| 62 |
+
<policy domain="resource" name="area" value="1GP"/>
|
| 63 |
+
|
| 64 |
+
Use the default system font unless overridden by the application:
|
| 65 |
+
|
| 66 |
+
<policy domain="system" name="font" value="/usr/share/fonts/favorite.ttf"/>
|
| 67 |
+
|
| 68 |
+
Define arguments for the memory, map, area, width, height and disk resources
|
| 69 |
+
with SI prefixes (.e.g 100MB). In addition, resource policies are maximums
|
| 70 |
+
for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB
|
| 71 |
+
exceeds policy maximum so memory limit is 1GB).
|
| 72 |
+
|
| 73 |
+
Rules are processed in order. Here we want to restrict ImageMagick to only
|
| 74 |
+
read or write a small subset of proven web-safe image types:
|
| 75 |
+
|
| 76 |
+
<policy domain="delegate" rights="none" pattern="*" />
|
| 77 |
+
<policy domain="filter" rights="none" pattern="*" />
|
| 78 |
+
<policy domain="coder" rights="none" pattern="*" />
|
| 79 |
+
<policy domain="coder" rights="read|write" pattern="{GIF,JPEG,PNG,WEBP}" />
|
| 80 |
+
|
| 81 |
+
See https://imagemagick.org/script/security-policy.php for a deeper
|
| 82 |
+
understanding of ImageMagick security policies.
|
| 83 |
+
-->
|
| 84 |
+
<policymap>
|
| 85 |
+
<policy domain="Undefined" rights="none"/>
|
| 86 |
+
<!-- Set maximum parallel threads. -->
|
| 87 |
+
<!-- <policy domain="resource" name="thread" value="2"/> -->
|
| 88 |
+
<!-- Set maximum time to live in seconds or mnemonics, e.g. "2 minutes". When
|
| 89 |
+
this limit is exceeded, an exception is thrown and processing stops. -->
|
| 90 |
+
<!-- <policy domain="resource" name="time" value="120"/> -->
|
| 91 |
+
<!-- Set maximum number of open pixel cache files. When this limit is
|
| 92 |
+
exceeded, any subsequent pixels cached to disk are closed and reopened
|
| 93 |
+
on demand. -->
|
| 94 |
+
<!-- <policy domain="resource" name="file" value="768"/> -->
|
| 95 |
+
<!-- Set maximum amount of memory in bytes to allocate for the pixel cache
|
| 96 |
+
from the heap. When this limit is exceeded, the image pixels are cached
|
| 97 |
+
to memory-mapped disk. -->
|
| 98 |
+
<!-- <policy domain="resource" name="memory" value="256MiB"/> -->
|
| 99 |
+
<!-- Set maximum amount of memory map in bytes to allocate for the pixel
|
| 100 |
+
cache. When this limit is exceeded, the image pixels are cached to
|
| 101 |
+
disk. -->
|
| 102 |
+
<!-- <policy domain="resource" name="map" value="512MiB"/> -->
|
| 103 |
+
<!-- Set the maximum width * height of an image that can reside in the pixel
|
| 104 |
+
cache memory. Images that exceed the area limit are cached to disk. -->
|
| 105 |
+
<!-- <policy domain="resource" name="area" value="16KP"/> -->
|
| 106 |
+
<!-- Set maximum amount of disk space in bytes permitted for use by the pixel
|
| 107 |
+
cache. When this limit is exceeded, the pixel cache is not be created
|
| 108 |
+
and an exception is thrown. -->
|
| 109 |
+
<!-- <policy domain="resource" name="disk" value="1GiB"/> -->
|
| 110 |
+
<!-- Set the maximum length of an image sequence. When this limit is
|
| 111 |
+
exceeded, an exception is thrown. -->
|
| 112 |
+
<!-- <policy domain="resource" name="list-length" value="32"/> -->
|
| 113 |
+
<!-- Set the maximum width of an image. When this limit is exceeded, an
|
| 114 |
+
exception is thrown. -->
|
| 115 |
+
<!-- <policy domain="resource" name="width" value="8KP"/> -->
|
| 116 |
+
<!-- Set the maximum height of an image. When this limit is exceeded, an
|
| 117 |
+
exception is thrown. -->
|
| 118 |
+
<!-- <policy domain="resource" name="height" value="8KP"/> -->
|
| 119 |
+
<!-- Periodically yield the CPU for at least the time specified in
|
| 120 |
+
milliseconds. -->
|
| 121 |
+
<!-- <policy domain="resource" name="throttle" value="2"/> -->
|
| 122 |
+
<!-- Do not create temporary files in the default shared directories, instead
|
| 123 |
+
specify a private area to store only ImageMagick temporary files. -->
|
| 124 |
+
<!-- <policy domain="resource" name="temporary-path" value="/magick/tmp/"/> -->
|
| 125 |
+
<!-- Force memory initialization by memory mapping select memory
|
| 126 |
+
allocations. -->
|
| 127 |
+
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
|
| 128 |
+
<!-- Ensure all image data is fully flushed and synchronized to disk. -->
|
| 129 |
+
<!-- <policy domain="cache" name="synchronize" value="true"/> -->
|
| 130 |
+
<!-- Replace passphrase for secure distributed processing -->
|
| 131 |
+
<!-- <policy domain="cache" name="shared-secret" value="secret-passphrase" stealth="true"/> -->
|
| 132 |
+
<!-- Do not permit any delegates to execute. -->
|
| 133 |
+
<!-- <policy domain="delegate" rights="none" pattern="*"/> -->
|
| 134 |
+
<!-- Do not permit any image filters to load. -->
|
| 135 |
+
<!-- <policy domain="filter" rights="none" pattern="*"/> -->
|
| 136 |
+
<!-- Don't read/write from/to stdin/stdout. -->
|
| 137 |
+
<!-- <policy domain="path" rights="none" pattern="-"/> -->
|
| 138 |
+
<!-- don't read sensitive paths. -->
|
| 139 |
+
<!-- <policy domain="path" rights="none" pattern="/etc/*"/> -->
|
| 140 |
+
<!-- Indirect reads are not permitted. -->
|
| 141 |
+
<!-- <policy domain="path" rights="none" pattern="@*"/> -->
|
| 142 |
+
<!-- These image types are security risks on read, but write is fine -->
|
| 143 |
+
<!-- <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,URL,XPS}"/> -->
|
| 144 |
+
<!-- This policy sets the number of times to replace content of certain
|
| 145 |
+
memory buffers and temporary files before they are freed or deleted. -->
|
| 146 |
+
<!-- <policy domain="system" name="shred" value="1"/> -->
|
| 147 |
+
<!-- Enable the initialization of buffers with zeros, resulting in a minor
|
| 148 |
+
performance penalty but with improved security. -->
|
| 149 |
+
<!-- <policy domain="system" name="memory-map" value="anonymous"/> -->
|
| 150 |
+
<!-- Set the maximum amount of memory in bytes that are permitted for
|
| 151 |
+
allocation requests. -->
|
| 152 |
+
<!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
|
| 153 |
+
</policymap>
|
ImageMagick/sRGB.icc
ADDED
|
Binary file (61 kB). View file
|
|
|
ImageMagick/stream.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1118ef0dd4273f95d0ecb7918ccd1cb3e2922a2f8a37946f83fddf296e32dd78
|
| 3 |
+
size 24441856
|
ImageMagick/thresholds.xml
ADDED
|
@@ -0,0 +1,336 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="ISO-8859-1"?>
|
| 2 |
+
<!DOCTYPE thresholds [
|
| 3 |
+
<!ELEMENT thresholds (threshold)+>
|
| 4 |
+
<!ATTLIST thresholds xmlns CDATA #FIXED ''>
|
| 5 |
+
<!ELEMENT threshold (description,levels)>
|
| 6 |
+
<!ATTLIST threshold xmlns CDATA #FIXED '' alias NMTOKEN #IMPLIED
|
| 7 |
+
map NMTOKEN #REQUIRED>
|
| 8 |
+
<!ELEMENT description (#PCDATA)>
|
| 9 |
+
<!ATTLIST description xmlns CDATA #FIXED ''>
|
| 10 |
+
<!ELEMENT levels (#PCDATA)>
|
| 11 |
+
<!ATTLIST levels xmlns CDATA #FIXED '' divisor CDATA #REQUIRED
|
| 12 |
+
height CDATA #REQUIRED width CDATA #REQUIRED>
|
| 13 |
+
]>
|
| 14 |
+
<!--
|
| 15 |
+
Threshold Maps for Ordered Posterized Dither
|
| 16 |
+
|
| 17 |
+
Each "<threshold>" element defines the map name, description, and an array
|
| 18 |
+
of "levels" used to provide the threshold map for ordered dithering and
|
| 19 |
+
digital halftoning.
|
| 20 |
+
|
| 21 |
+
The "alias" attribute provides a backward compatible name for this threshold
|
| 22 |
+
map (pre-dating IM v6.2.9-6), and are deprecated.
|
| 23 |
+
|
| 24 |
+
The description is a english description of what the threshold map achieves
|
| 25 |
+
and is only used for 'listing' the maps.
|
| 26 |
+
|
| 27 |
+
The map itself is a rectangular array of integers or threshold "levels"
|
| 28 |
+
of the given "width" and "height" declared within the enclosing <levels>
|
| 29 |
+
element. That is "width*height" integers or "levels" *must* be provided
|
| 30 |
+
within each map.
|
| 31 |
+
|
| 32 |
+
Each of the "levels" integer values (each value representing the threshold
|
| 33 |
+
intensity "level/divisor" at which that pixel is turned on. The "levels"
|
| 34 |
+
integers given can be any positive integers between "0" and the "divisor",
|
| 35 |
+
excluding those limits.
|
| 36 |
+
|
| 37 |
+
The "divisor" not only defines the upper limit and threshold divisor for each
|
| 38 |
+
"level" but also the total number of pseudo-levels the threshold mapping
|
| 39 |
+
creates and fills with a dither pattern. That is a ordered bitmap dither
|
| 40 |
+
of a pure greyscale gradient will use a maximum of "divisor" ordered bitmap
|
| 41 |
+
patterns, including the patterns with all the pixels 'on' and all the pixel
|
| 42 |
+
'off'. It may define less patterns than that, but the color channels will
|
| 43 |
+
be thresholded in units based on "divisor".
|
| 44 |
+
|
| 45 |
+
Alternatively for a multi-level posterization, ImageMagick inserts
|
| 46 |
+
"divisor-2" dither patterns (as defined by the threshold map) between each of
|
| 47 |
+
channel color level produced.
|
| 48 |
+
|
| 49 |
+
For example the map "o2x2" has a divisor of 5, which will define 3 bitmap
|
| 50 |
+
patterns plus the patterns with all pixels 'on' and 'off'. A greyscale
|
| 51 |
+
gradient will thus have 5 distinct areas.
|
| 52 |
+
-->
|
| 53 |
+
<thresholds>
|
| 54 |
+
|
| 55 |
+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 56 |
+
Minimal Dither and Non-Dither Threshold Maps
|
| 57 |
+
-->
|
| 58 |
+
<threshold map="threshold" alias="1x1">
|
| 59 |
+
<description>Threshold 1x1 (non-dither)</description>
|
| 60 |
+
<levels width="1" height="1" divisor="2">
|
| 61 |
+
1
|
| 62 |
+
</levels>
|
| 63 |
+
</threshold>
|
| 64 |
+
|
| 65 |
+
<threshold map="checks" alias="2x1">
|
| 66 |
+
<description>Checkerboard 2x1 (dither)</description>
|
| 67 |
+
<levels width="2" height="2" divisor="3">
|
| 68 |
+
1 2
|
| 69 |
+
2 1
|
| 70 |
+
</levels>
|
| 71 |
+
</threshold>
|
| 72 |
+
|
| 73 |
+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 74 |
+
(dispersed) Ordered Dither Patterns
|
| 75 |
+
-->
|
| 76 |
+
<threshold map="o2x2" alias="2x2">
|
| 77 |
+
<description>Ordered 2x2 (dispersed)</description>
|
| 78 |
+
<levels width="2" height="2" divisor="5">
|
| 79 |
+
1 3
|
| 80 |
+
4 2
|
| 81 |
+
</levels>
|
| 82 |
+
</threshold>
|
| 83 |
+
|
| 84 |
+
<threshold map="o3x3" alias="3x3">
|
| 85 |
+
<description>Ordered 3x3 (dispersed)</description>
|
| 86 |
+
<levels width="3" height="3" divisor="10">
|
| 87 |
+
3 7 4
|
| 88 |
+
6 1 9
|
| 89 |
+
2 8 5
|
| 90 |
+
</levels>
|
| 91 |
+
</threshold>
|
| 92 |
+
|
| 93 |
+
<threshold map="o4x4" alias="4x4">
|
| 94 |
+
<!--
|
| 95 |
+
From "Dithering Algorithms"
|
| 96 |
+
http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT
|
| 97 |
+
-->
|
| 98 |
+
<description>Ordered 4x4 (dispersed)</description>
|
| 99 |
+
<levels width="4" height="4" divisor="17">
|
| 100 |
+
1 9 3 11
|
| 101 |
+
13 5 15 7
|
| 102 |
+
4 12 2 10
|
| 103 |
+
16 8 14 6
|
| 104 |
+
</levels>
|
| 105 |
+
</threshold>
|
| 106 |
+
|
| 107 |
+
<threshold map="o8x8" alias="8x8">
|
| 108 |
+
<!-- Extracted from original 'OrderedDither()' Function -->
|
| 109 |
+
<description>Ordered 8x8 (dispersed)</description>
|
| 110 |
+
<levels width="8" height="8" divisor="65">
|
| 111 |
+
1 49 13 61 4 52 16 64
|
| 112 |
+
33 17 45 29 36 20 48 32
|
| 113 |
+
9 57 5 53 12 60 8 56
|
| 114 |
+
41 25 37 21 44 28 40 24
|
| 115 |
+
3 51 15 63 2 50 14 62
|
| 116 |
+
35 19 47 31 34 18 46 30
|
| 117 |
+
11 59 7 55 10 58 6 54
|
| 118 |
+
43 27 39 23 42 26 38 22
|
| 119 |
+
</levels>
|
| 120 |
+
</threshold>
|
| 121 |
+
|
| 122 |
+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 123 |
+
Halftones - Angled 45 degrees
|
| 124 |
+
|
| 125 |
+
Initially added to ImageMagick by Glenn Randers-Pehrson, IM v6.2.8-6,
|
| 126 |
+
modified to be more symmetrical with intensity by Anthony, IM v6.2.9-7
|
| 127 |
+
|
| 128 |
+
These patterns initially start as circles, but then form diamonds
|
| 129 |
+
pattern at the 50% threshold level, before forming negated circles,
|
| 130 |
+
as it approached the other threshold extreme.
|
| 131 |
+
-->
|
| 132 |
+
<threshold map="h4x4a" alias="4x1">
|
| 133 |
+
<description>Halftone 4x4 (angled)</description>
|
| 134 |
+
<levels width="4" height="4" divisor="9">
|
| 135 |
+
4 2 7 5
|
| 136 |
+
3 1 8 6
|
| 137 |
+
7 5 4 2
|
| 138 |
+
8 6 3 1
|
| 139 |
+
</levels>
|
| 140 |
+
</threshold>
|
| 141 |
+
|
| 142 |
+
<threshold map="h6x6a" alias="6x1">
|
| 143 |
+
<description>Halftone 6x6 (angled)</description>
|
| 144 |
+
<levels width="6" height="6" divisor="19">
|
| 145 |
+
14 13 10 8 2 3
|
| 146 |
+
16 18 12 7 1 4
|
| 147 |
+
15 17 11 9 6 5
|
| 148 |
+
8 2 3 14 13 10
|
| 149 |
+
7 1 4 16 18 12
|
| 150 |
+
9 6 5 15 17 11
|
| 151 |
+
</levels>
|
| 152 |
+
</threshold>
|
| 153 |
+
|
| 154 |
+
<threshold map="h8x8a" alias="8x1">
|
| 155 |
+
<description>Halftone 8x8 (angled)</description>
|
| 156 |
+
<levels width="8" height="8" divisor="33">
|
| 157 |
+
13 7 8 14 17 21 22 18
|
| 158 |
+
6 1 3 9 28 31 29 23
|
| 159 |
+
5 2 4 10 27 32 30 24
|
| 160 |
+
16 12 11 15 20 26 25 19
|
| 161 |
+
17 21 22 18 13 7 8 14
|
| 162 |
+
28 31 29 23 6 1 3 9
|
| 163 |
+
27 32 30 24 5 2 4 10
|
| 164 |
+
20 26 25 19 16 12 11 15
|
| 165 |
+
</levels>
|
| 166 |
+
</threshold>
|
| 167 |
+
|
| 168 |
+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 169 |
+
Halftones - Orthogonally Aligned, or Un-angled
|
| 170 |
+
|
| 171 |
+
Initially added by Anthony Thyssen, IM v6.2.9-5 using techniques from
|
| 172 |
+
"Dithering & Halftoning" by Gernot Hoffmann
|
| 173 |
+
http://www.fho-emden.de/~hoffmann/hilb010101.pdf
|
| 174 |
+
|
| 175 |
+
These patterns initially start as circles, but then form square
|
| 176 |
+
pattern at the 50% threshold level, before forming negated circles,
|
| 177 |
+
as it approached the other threshold extreme.
|
| 178 |
+
-->
|
| 179 |
+
<threshold map="h4x4o">
|
| 180 |
+
<description>Halftone 4x4 (orthogonal)</description>
|
| 181 |
+
<levels width="4" height="4" divisor="17">
|
| 182 |
+
7 13 11 4
|
| 183 |
+
12 16 14 8
|
| 184 |
+
10 15 6 2
|
| 185 |
+
5 9 3 1
|
| 186 |
+
</levels>
|
| 187 |
+
</threshold>
|
| 188 |
+
|
| 189 |
+
<threshold map="h6x6o">
|
| 190 |
+
<description>Halftone 6x6 (orthogonal)</description>
|
| 191 |
+
<levels width="6" height="6" divisor="37">
|
| 192 |
+
7 17 27 14 9 4
|
| 193 |
+
21 29 33 31 18 11
|
| 194 |
+
24 32 36 34 25 22
|
| 195 |
+
19 30 35 28 20 10
|
| 196 |
+
8 15 26 16 6 2
|
| 197 |
+
5 13 23 12 3 1
|
| 198 |
+
</levels>
|
| 199 |
+
</threshold>
|
| 200 |
+
|
| 201 |
+
<threshold map="h8x8o">
|
| 202 |
+
<description>Halftone 8x8 (orthogonal)</description>
|
| 203 |
+
<levels width="8" height="8" divisor="65">
|
| 204 |
+
7 21 33 43 36 19 9 4
|
| 205 |
+
16 27 51 55 49 29 14 11
|
| 206 |
+
31 47 57 61 59 45 35 23
|
| 207 |
+
41 53 60 64 62 52 40 38
|
| 208 |
+
37 44 58 63 56 46 30 22
|
| 209 |
+
15 28 48 54 50 26 17 10
|
| 210 |
+
8 18 34 42 32 20 6 2
|
| 211 |
+
5 13 25 39 24 12 3 1
|
| 212 |
+
</levels>
|
| 213 |
+
</threshold>
|
| 214 |
+
|
| 215 |
+
<threshold map="h16x16o">
|
| 216 |
+
<!--
|
| 217 |
+
Direct extract from "Dithering & Halftoning" by Gernot Hoffmann.
|
| 218 |
+
This may need some fine tuning for symmetry of the halftone dots,
|
| 219 |
+
as it was a mathematically formulated pattern.
|
| 220 |
+
-->
|
| 221 |
+
<description>Halftone 16x16 (orthogonal)</description>
|
| 222 |
+
<levels width="16" height="16" divisor="257">
|
| 223 |
+
4 12 24 44 72 100 136 152 150 134 98 70 42 23 11 3
|
| 224 |
+
7 16 32 52 76 104 144 160 158 142 102 74 50 31 15 6
|
| 225 |
+
19 27 40 60 92 132 168 180 178 166 130 90 58 39 26 18
|
| 226 |
+
36 48 56 80 124 176 188 204 203 187 175 122 79 55 47 35
|
| 227 |
+
64 68 84 116 164 200 212 224 223 211 199 162 114 83 67 63
|
| 228 |
+
88 96 112 156 192 216 232 240 239 231 214 190 154 111 95 87
|
| 229 |
+
108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107
|
| 230 |
+
128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127
|
| 231 |
+
126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125
|
| 232 |
+
106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105
|
| 233 |
+
86 94 110 155 191 215 229 238 237 230 213 189 153 109 93 85
|
| 234 |
+
62 66 82 115 163 198 210 221 222 209 197 161 113 81 65 61
|
| 235 |
+
34 46 54 78 123 174 186 202 201 185 173 121 77 53 45 33
|
| 236 |
+
20 28 37 59 91 131 167 179 177 165 129 89 57 38 25 17
|
| 237 |
+
8 13 29 51 75 103 143 159 157 141 101 73 49 30 14 5
|
| 238 |
+
1 9 21 43 71 99 135 151 149 133 97 69 41 22 10 2
|
| 239 |
+
</levels>
|
| 240 |
+
</threshold>
|
| 241 |
+
|
| 242 |
+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 243 |
+
Halftones - Orthogonally Expanding Circle Patterns
|
| 244 |
+
|
| 245 |
+
Added by Glenn Randers-Pehrson, 4 Nov 2010, ImageMagick 6.6.5-6
|
| 246 |
+
|
| 247 |
+
Rather than producing a diamond 50% threshold pattern, these
|
| 248 |
+
continue to generate larger (overlapping) circles. They are
|
| 249 |
+
more like a true halftone pattern formed by covering a surface
|
| 250 |
+
with either pure white or pure black circular dots.
|
| 251 |
+
|
| 252 |
+
WARNING: true halftone patterns only use true circles even in
|
| 253 |
+
areas of highly varying intensity. Threshold dither patterns
|
| 254 |
+
can generate distorted circles in such areas.
|
| 255 |
+
-->
|
| 256 |
+
|
| 257 |
+
<threshold map="c5x5b" alias="c5x5">
|
| 258 |
+
<description>Circles 5x5 (black)</description>
|
| 259 |
+
<levels width="5" height="5" divisor="26">
|
| 260 |
+
1 21 16 15 4
|
| 261 |
+
5 17 20 19 14
|
| 262 |
+
6 21 25 24 12
|
| 263 |
+
7 18 22 23 11
|
| 264 |
+
2 8 9 10 3
|
| 265 |
+
</levels>
|
| 266 |
+
</threshold>
|
| 267 |
+
|
| 268 |
+
|
| 269 |
+
<threshold map="c5x5w">
|
| 270 |
+
<description>Circles 5x5 (white)</description>
|
| 271 |
+
<levels width="5" height="5" divisor="26">
|
| 272 |
+
25 21 10 11 22
|
| 273 |
+
20 9 6 7 12
|
| 274 |
+
19 5 1 2 13
|
| 275 |
+
18 8 4 3 14
|
| 276 |
+
24 17 16 15 23
|
| 277 |
+
</levels>
|
| 278 |
+
</threshold>
|
| 279 |
+
|
| 280 |
+
<threshold map="c6x6b" alias="c6x6">
|
| 281 |
+
<description>Circles 6x6 (black)</description>
|
| 282 |
+
<levels width="6" height="6" divisor="37">
|
| 283 |
+
1 5 14 13 12 4
|
| 284 |
+
6 22 28 27 21 11
|
| 285 |
+
15 29 35 34 26 20
|
| 286 |
+
16 30 36 33 25 19
|
| 287 |
+
7 23 31 32 24 10
|
| 288 |
+
2 8 17 18 9 3
|
| 289 |
+
</levels>
|
| 290 |
+
</threshold>
|
| 291 |
+
|
| 292 |
+
<threshold map="c6x6w">
|
| 293 |
+
<description>Circles 6x6 (white)</description>
|
| 294 |
+
<levels width="6" height="6" divisor="37">
|
| 295 |
+
36 32 23 24 25 33
|
| 296 |
+
31 15 9 10 16 26
|
| 297 |
+
22 8 2 3 11 17
|
| 298 |
+
21 7 1 4 12 18
|
| 299 |
+
30 14 6 5 13 27
|
| 300 |
+
35 29 20 19 28 34
|
| 301 |
+
</levels>
|
| 302 |
+
</threshold>
|
| 303 |
+
|
| 304 |
+
<threshold map="c7x7b" alias="c7x7">
|
| 305 |
+
<description>Circles 7x7 (black)</description>
|
| 306 |
+
<levels width="7" height="7" divisor="50">
|
| 307 |
+
3 9 18 28 17 8 2
|
| 308 |
+
10 24 33 39 32 23 7
|
| 309 |
+
19 34 44 48 43 31 16
|
| 310 |
+
25 40 45 49 47 38 27
|
| 311 |
+
20 35 41 46 42 29 15
|
| 312 |
+
11 21 36 37 28 22 6
|
| 313 |
+
4 12 13 26 14 5 1
|
| 314 |
+
</levels>
|
| 315 |
+
</threshold>
|
| 316 |
+
|
| 317 |
+
|
| 318 |
+
<threshold map="c7x7w">
|
| 319 |
+
<description>Circles 7x7 (white)</description>
|
| 320 |
+
<levels width="7" height="7" divisor="50">
|
| 321 |
+
47 41 32 22 33 42 48
|
| 322 |
+
40 26 17 11 18 27 43
|
| 323 |
+
31 16 6 2 7 19 34
|
| 324 |
+
25 10 5 1 3 12 23
|
| 325 |
+
30 15 9 4 8 20 35
|
| 326 |
+
39 29 14 13 21 28 44
|
| 327 |
+
46 38 37 24 36 45 49
|
| 328 |
+
</levels>
|
| 329 |
+
</threshold>
|
| 330 |
+
|
| 331 |
+
|
| 332 |
+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 333 |
+
Special Purpose Dithers
|
| 334 |
+
-->
|
| 335 |
+
|
| 336 |
+
</thresholds>
|
ImageMagick/type-ghostscript.xml
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE typemap [
|
| 3 |
+
<!ELEMENT typemap (type)+>
|
| 4 |
+
<!ELEMENT type (#PCDATA)>
|
| 5 |
+
<!ELEMENT include (#PCDATA)>
|
| 6 |
+
<!ATTLIST type name CDATA #REQUIRED>
|
| 7 |
+
<!ATTLIST type fullname CDATA #IMPLIED>
|
| 8 |
+
<!ATTLIST type family CDATA #IMPLIED>
|
| 9 |
+
<!ATTLIST type foundry CDATA #IMPLIED>
|
| 10 |
+
<!ATTLIST type weight CDATA #IMPLIED>
|
| 11 |
+
<!ATTLIST type style CDATA #IMPLIED>
|
| 12 |
+
<!ATTLIST type stretch CDATA #IMPLIED>
|
| 13 |
+
<!ATTLIST type format CDATA #IMPLIED>
|
| 14 |
+
<!ATTLIST type metrics CDATA #IMPLIED>
|
| 15 |
+
<!ATTLIST type glyphs CDATA #REQUIRED>
|
| 16 |
+
<!ATTLIST type version CDATA #IMPLIED>
|
| 17 |
+
<!ATTLIST include file CDATA #REQUIRED>
|
| 18 |
+
]>
|
| 19 |
+
<typemap>
|
| 20 |
+
<type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010013l.afm" glyphs="@ghostscript_font_path@a010013l.pfb"/>
|
| 21 |
+
<type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010033l.afm" glyphs="@ghostscript_font_path@a010033l.pfb"/>
|
| 22 |
+
<type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010015l.afm" glyphs="@ghostscript_font_path@a010015l.pfb"/>
|
| 23 |
+
<type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010035l.afm" glyphs="@ghostscript_font_path@a010035l.pfb"/>
|
| 24 |
+
<type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018015l.afm" glyphs="@ghostscript_font_path@b018015l.pfb"/>
|
| 25 |
+
<type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018035l.afm" glyphs="@ghostscript_font_path@b018035l.pfb"/>
|
| 26 |
+
<type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018012l.afm" glyphs="@ghostscript_font_path@b018012l.pfb"/>
|
| 27 |
+
<type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018032l.afm" glyphs="@ghostscript_font_path@b018032l.pfb"/>
|
| 28 |
+
<type name="Fixed" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
|
| 29 |
+
<type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
|
| 30 |
+
<type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022004l.afm" glyphs="@ghostscript_font_path@n022004l.pfb"/>
|
| 31 |
+
<type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022023l.afm" glyphs="@ghostscript_font_path@n022023l.pfb"/>
|
| 32 |
+
<type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022024l.afm" glyphs="@ghostscript_font_path@n022024l.pfb"/>
|
| 33 |
+
<type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
|
| 34 |
+
<type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
|
| 35 |
+
<type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019004l.afm" glyphs="@ghostscript_font_path@n019004l.pfb"/>
|
| 36 |
+
<type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019023l.afm" glyphs="@ghostscript_font_path@n019023l.pfb"/>
|
| 37 |
+
<type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019024l.afm" glyphs="@ghostscript_font_path@n019024l.pfb"/>
|
| 38 |
+
<type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019043l.afm" glyphs="@ghostscript_font_path@n019043l.pfb"/>
|
| 39 |
+
<type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019063l.afm" glyphs="@ghostscript_font_path@n019063l.pfb"/>
|
| 40 |
+
<type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019044l.afm" glyphs="@ghostscript_font_path@n019044l.pfb"/>
|
| 41 |
+
<type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019064l.afm" glyphs="@ghostscript_font_path@n019064l.pfb"/>
|
| 42 |
+
<type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059013l.afm" glyphs="@ghostscript_font_path@c059013l.pfb"/>
|
| 43 |
+
<type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059033l.afm" glyphs="@ghostscript_font_path@c059033l.pfb"/>
|
| 44 |
+
<type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059016l.afm" glyphs="@ghostscript_font_path@c059016l.pfb"/>
|
| 45 |
+
<type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059036l.afm" glyphs="@ghostscript_font_path@c059036l.pfb"/>
|
| 46 |
+
<type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052003l.afm" glyphs="@ghostscript_font_path@p052003l.pfb"/>
|
| 47 |
+
<type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052023l.afm" glyphs="@ghostscript_font_path@p052023l.pfb"/>
|
| 48 |
+
<type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052004l.afm" glyphs="@ghostscript_font_path@p052004l.pfb"/>
|
| 49 |
+
<type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052024l.afm" glyphs="@ghostscript_font_path@p052024l.pfb"/>
|
| 50 |
+
<type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021003l.afm" glyphs="@ghostscript_font_path@n021003l.pfb"/>
|
| 51 |
+
<type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021004l.afm" glyphs="@ghostscript_font_path@n021004l.pfb"/>
|
| 52 |
+
<type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021023l.afm" glyphs="@ghostscript_font_path@n021023l.pfb"/>
|
| 53 |
+
<type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021024l.afm" glyphs="@ghostscript_font_path@n021024l.pfb"/>
|
| 54 |
+
<type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@s050000l.afm" glyphs="@ghostscript_font_path@s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
|
| 55 |
+
</typemap>
|
ImageMagick/type.xml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE typemap [
|
| 3 |
+
<!ELEMENT typemap (type)+>
|
| 4 |
+
<!ELEMENT type (#PCDATA)>
|
| 5 |
+
<!ELEMENT include (#PCDATA)>
|
| 6 |
+
<!ATTLIST type name CDATA #REQUIRED>
|
| 7 |
+
<!ATTLIST type fullname CDATA #IMPLIED>
|
| 8 |
+
<!ATTLIST type family CDATA #IMPLIED>
|
| 9 |
+
<!ATTLIST type foundry CDATA #IMPLIED>
|
| 10 |
+
<!ATTLIST type weight CDATA #IMPLIED>
|
| 11 |
+
<!ATTLIST type style CDATA #IMPLIED>
|
| 12 |
+
<!ATTLIST type stretch CDATA #IMPLIED>
|
| 13 |
+
<!ATTLIST type format CDATA #IMPLIED>
|
| 14 |
+
<!ATTLIST type metrics CDATA #IMPLIED>
|
| 15 |
+
<!ATTLIST type glyphs CDATA #REQUIRED>
|
| 16 |
+
<!ATTLIST type version CDATA #IMPLIED>
|
| 17 |
+
<!ATTLIST include file CDATA #REQUIRED>
|
| 18 |
+
]>
|
| 19 |
+
<typemap>
|
| 20 |
+
<include file="type-ghostscript.xml"/>
|
| 21 |
+
</typemap>
|