Dataset Viewer
Auto-converted to Parquet
xml
stringclasses
10 values
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE colormap [ <!ELEMENT colormap (color)*> <!ELEMENT color (#PCDATA)> <!ATTLIST color name CDATA "0"> <!ATTLIST color color CDATA "rgb(0,0,0)"> <!ATTLIST color compliance CDATA "SVG"> ]> <!-- Associate a color name with its red, green, blue, and alpha intensities. A number of methods and options require a color parameter. It is often convenient to refer to a color by name (e.g. white) rather than by hex value (e.g. #fff). This file maps a color name to its equivalent red, green, blue, and alpha intensities (e.g. for white, red = 255, green = 255, blue = 255, and alpha = 0). --> <colormap> <!-- <color name="none" color="rgba(0,0,0,0)" compliance="SVG, XPM"/> --> <!-- <color name="black" color="rgb(0,0,0)" compliance="SVG, X11, XPM"/> --> <!-- <color name="red" color="rgb(255,0,0)" compliance="SVG, X11, XPM"/> --> <!-- <color name="magenta" color="rgb(255,0,255)" compliance="SVG, X11, XPM"/> --> <!-- <color name="green" color="rgb(0,128,0)" compliance="SVG"/> --> <!-- <color name="cyan" color="rgb(0,255,255)" compliance="SVG, X11, XPM"/> --> <!-- <color name="blue" color="rgb(0,0,255)" compliance="SVG, X11, XPM"/> --> <!-- <color name="yellow" color="rgb(255,255,0)" compliance="SVG, X11, XPM"/> --> <!-- <color name="white" color="rgb(255,255,255)" compliance="SVG, X11"/> --> </colormap>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuremap [ <!ELEMENT configuremap (configure)+> <!ATTLIST configuremap xmlns CDATA #FIXED ''> <!ELEMENT configure EMPTY> <!ATTLIST configure xmlns CDATA #FIXED '' name NMTOKEN #REQUIRED value CDATA #REQUIRED> ]> <!-- ImageMagick build configuration. --> <configuremap> <configure name="CC" value="VS2022"/> <configure name="CHANNEL_MASK_DEPTH" value="64"/> <configure name="COPYRIGHT" value="Copyright (C) 1999 ImageMagick Studio LLC"/> <configure name="CXX" value="VS2022"/> <configure name="DOCUMENTATION_PATH" value="unavailable"/> <configure name="GIT_REVISION" value="21316" /> <configure name="LIB_VERSION_NUMBER" value="7,1,1,47"/> <configure name="LIB_VERSION" value="0x711"/> <configure name="NAME" value="ImageMagick"/> <configure name="QuantumDepth" value="16"/> <configure name="RELEASE_DATE" value="2025-03-29"/> <configure name="TARGET_CPU" value="x64"/> <configure name="TARGET_OS" value="Windows"/> <configure name="VERSION" value="7.1.1"/> <configure name="WEBSITE" value="https://imagemagick.org"/> </configuremap>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE delegatemap [ <!ELEMENT delegatemap (delegate)+> <!ATTLIST delegatemap xmlns CDATA #FIXED ''> <!ELEMENT delegate EMPTY> <!ATTLIST delegate xmlns CDATA #FIXED '' command CDATA #REQUIRED decode NMTOKEN #IMPLIED encode NMTOKEN #IMPLIED mode NMTOKEN #IMPLIED spawn NMTOKEN #IMPLIED stealth NMTOKEN #IMPLIED> ]> <!-- Delegate command file. Commands which specify decode="in_format" encode="out_format" specify the rules for converting from in_format to out_format. Use these rules to translate directly between formats. Commands which specify only decode="in_format" specify the rules for converting from in_format to some format that ImageMagick automatically recognizes. Use these rules to decode formats. Commands which specify only encode="out_format" specify the rules for an "encoder" which may accept any input format. The substitution rules are as follows: %a authentication passphrase %b image file size in bytes %g image geometry %h image rows (height) %i input image filename %# input image signature %m input image format %o output image filename %p page number %q input image depth %s scene number %u unique temporary filename %w image columns (width) %x input image x resolution %y input image y resolution %Q input image compression quality Set option delegate:bimodal=true to process bimodal delegates otherwise they are ignored. If stealth="True" the delegate is not listed in user requested "-list delegate" listings. These are typically special internal delegates. If spawn="True", ImageMagick does not wait for the delegate to finish, nor will it read any output image. --> <delegatemap> <delegate decode="bpg" command="cmd.exe /c (&quot;bpgdec&quot; -b 16 -o &quot;%o.png&quot; &quot;%i&quot;) &amp; (move &quot;%o.png&quot; &quot;%o&quot; >nul)"/> <delegate decode="png" encode="bpg" command="&quot;bpgenc&quot; -b 12 -q &quot;%~&quot; -o &quot;%o&quot; &quot;%i&quot;"/> <delegate decode="dng:decode" stealth="True" command="dcraw.exe -6 -W -O &quot;%u.ppm&quot; &quot;%i&quot;"/> <delegate decode="dot" command="&quot;dot&quot; -Tsvg &quot;%i&quot; -o &quot;%o&quot;" /> <delegate decode="dvi" command="&quot;dvips&quot; -q -o &quot;%o&quot; &quot;%i&quot;"/> <delegate decode="eps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 &quot;-sDEVICE=pdfwrite&quot; &quot;-sOutputFile=%o&quot; &quot;-f%i&quot;"/> <delegate decode="eps" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ps2write&quot; &quot;-sOutputFile=%o&quot; &quot;-f%i&quot;"/> <delegate decode="hpg" command="&quot;hp2xx&quot; -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/> <delegate decode="hpgl" command="&quot;hp2xx&quot; -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/> <delegate decode="htm" command="&quot;html2ps&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/> <delegate decode="html" command="&quot;html2ps&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/> <delegate decode="ilbm" command="&quot;ilbmtoppm&quot; &quot;%i&quot; &gt; &quot;%o&quot;"/> <delegate decode="jpg" encode="lep" mode="encode" command="&quot;lepton&quot; &quot;%i&quot; &quot;%o&quot;"/> <delegate decode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.tiff&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.tiff&quot; &quot;%o&quot; >nul)"/> <delegate decode="lep" mode="decode" command="&quot;lepton&quot; &quot;%i&quot; &quot;%o&quot;"/> <delegate decode="pcl:cmyk" stealth="True" command="&quot;pcl6&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/> <delegate decode="pcl:color" stealth="True" command="&quot;pcl6&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ppmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/> <delegate decode="pcl:mono" stealth="True" command="&quot;pcl6&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/> <delegate decode="pdf" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=eps2write&quot; &quot;-sPDFPassword=%a&quot; &quot;-sOutputFile=%o&quot; &quot;-f%i&quot;"/> <delegate decode="pdf" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ps2write&quot; &quot;-sPDFPassword=%a&quot; &quot;-sOutputFile=%o&quot; &quot;-f%i&quot;"/> <delegate decode="pnm" encode="ilbm" mode="encode" command="&quot;ppmtoilbm&quot; -24if &quot;%i&quot; &gt; &quot;%o&quot;"/> <delegate decode="tiff" encode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.tiff&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.tiff&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.tiff&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/> <delegate decode="tiff" encode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.tiff&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.tiff&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.tiff&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/> <delegate decode="ps:alpha" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pngalpha&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/> <delegate decode="ps:cmyk" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/> <delegate decode="ps:color" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=png16m&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/> <delegate decode="ps" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=eps2write&quot; &quot;-sOutputFile=%o&quot; &quot;-f%i&quot;"/> <delegate decode="ps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pdfwrite&quot; &quot;-sOutputFile=%o&quot; &quot;-f%i&quot;"/> <delegate decode="ps:mono" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/> <delegate decode="shtml" command="&quot;html2ps&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/> <delegate decode="svg" command="&quot;rsvg-convert&quot; --dpi-x %x --dpi-y %y -o &quot;%o&quot; &quot;%i&quot;"/> <!-- Change export-filename to export-png for inkscape < 1.0 --> <delegate decode="svg:decode" stealth="True" command="&quot;inkscape&quot; &quot;%s&quot; &quot;--export-filename=%s&quot; &quot;--export-dpi=%s&quot; &quot;--export-background=%s&quot; &quot;--export-background-opacity=%s&quot;"/> <delegate decode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/> <delegate decode="xps:cmyk" stealth="True" command="&quot;gxps&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=bmpsep8&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/> <delegate decode="xps:color" stealth="True" command="&quot;gxps&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ppmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/> <delegate decode="xps:mono" stealth="True" command="&quot;gxps&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/> <delegate decode="video:decode" command="&quot;ffmpeg&quot; -nostdin -loglevel error -i &quot;%s&quot; -an -f rawvideo -y %s &quot;%s&quot;"/> <delegate encode="video:encode" stealth="True" command="&quot;ffmpeg&quot; -nostdin -loglevel error -i &quot;%s%%d.%s&quot; %s &quot;%s.%s&quot;"/> </delegatemap>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE locale [ <!ELEMENT locale (exception)> <!ELEMENT exception (ANY)+> <!ELEMENT warning (message)+> <!ELEMENT error (message)+> <!ELEMENT fatalerror (message)+> <!ELEMENT message (#PCDATA)> <!ATTLIST locale name CDATA #REQUIRED> <!ATTLIST message name CDATA #REQUIRED> ]> <locale name="english"> <exception> <blob> <error> <message name="UnableToOpenBlob"> unable to open image </message> <message name="UnableToOpenFile"> unable to open file </message> <message name="UnableToReadBlob"> unable to read blob </message> <message name="UnableToWriteBlob"> unable to write blob </message> <message name="UnrecognizedImageFormat"> unrecognized image format </message> <message name="ZeroLengthBlobNotPermitted"> zero-length blob not permitted </message> </error> </blob> <cache> <error> <message name="CacheResourcesExhausted"> cache resources exhausted </message> <message name="IncompatibleAPI"> incompatible API </message> <message name="NoPixelsDefinedInCache"> no pixels defined in cache </message> <message name="PixelCacheIsNotOpen"> pixel cache is not open </message> <message name="PixelsAreNotAuthentic"> pixels are not authentic </message> <message name="UnableToCloneCache"> unable to clone cache </message> <message name="UnableToExtendCache"> unable to extend cache </message> <message name="UnableToGetCacheNexus"> unable to get cache nexus </message> <message name="UnableToOpenPixelCache"> unable to open pixel cache </message> <message name="UnableToPersistPixelCache"> unable to persist pixel cache </message> <message name="UnableToReadPixelCache"> unable to read pixel cache </message> <message name="UnableToWritePixelCache"> unable to write pixel cache </message> </error> <fatalerror> <message name="UnableToAcquireCacheView"> unable to acquire cache view </message> <message name="UnableToExtendPixelCache"> unable to extend pixel cache </message> </fatalerror> </cache> <coder> <error> <message name="ColormapTypeNotSupported"> colormap type not supported </message> <message name="ColorspaceModelIsNotSupported"> colorspace model is not supported </message> <message name="CompressNotSupported"> compression not supported </message> <message name="DataEncodingSchemeIsNotSupported"> data encoding scheme is not supported </message> <message name="DataStorageTypeIsNotSupported"> data storage type is not supported </message> <message name="DeltaPNGNotSupported"> delta-PNG is not supported </message> <message name="EncryptedWPGImageFileNotSupported"> encrypted WPG image file not supported </message> <message name="FractalCompressNotSupported"> fractal compression not supported </message> <message name="ImageColumnOrRowSizeIsNotSupported"> image column or row size is not supported </message> <message name="ImageDoesNotHaveAClipMask"> image does not have a clip mask </message> <message name="ImageDoesNotHaveAnAlphaChannel"> image does not have an alpha channel </message> <message name="ImageDoesNotHaveAMaskChannel"> image does not have an mask channel </message> <message name="ImageDoesNotHaveAThumbnail"> image does not have a EXIF thumbnail </message> <message name="ImageIsNotTiled"> image is not tiled </message> <message name="IrregularChannelGeometryNotSupported"> irregular channel geometry not supported </message> <message name="JNGCompressNotSupported"> JNG compression not supported </message> <message name="JPEGCompressNotSupported"> JPEG compression not supported </message> <message name="JPEGEmbeddingFailed"> JPEG embedding failed </message> <message name="LocationTypeIsNotSupported"> location type is not supported </message> <message name="MapStorageTypeIsNotSupported"> map storage type is not supported </message> <message name="MultidimensionalMatricesAreNotSupported"> multi-dimensional matrices are not supported </message> <message name="MultipleRecordListNotSupported"> multiple record list not supported </message> <message name="NoBitmapOnClipboard"> no bitmap on clipboard </message> <message name="NoAPP1DataIsAvailable"> no APP1 data is available </message> <message name="No8BIMDataIsAvailable"> no 8BIM data is available </message> <message name="NoColorProfileIsAvailable"> no color profile is available </message> <message name="NoDataReturned"> no data returned </message> <message name="NoImageVectorGraphics"> no image vector graphics; unable to generate SVG </message> <message name="NoIPTCProfileAvailable"> no IPTC profile available </message> <message name="NumberOfImagesIsNotSupported"> number of images is not supported </message> <message name="OnlyContinuousTonePictureSupported"> only continuous tone picture supported </message> <message name="OnlyLevelZerofilesSupported"> only level zero files Supported </message> <message name="PNGCompressNotSupported"> PNG compression not supported </message> <message name="RLECompressNotSupported"> RLE compression not supported </message> <message name="UnableToCopyProfile"> unable to copy profile </message> <message name="UnableToCreateBitmap"> unable to create bitmap </message> <message name="UnableToCreateADC"> unable to create a DC </message> <message name="UnableToDecompressImage"> unable to decompress image </message> <message name="UnableToWriteMPEGParameters"> unable to write MPEG parameters </message> <message name="UnableToZipCompressImage"> unable to zip-compress image </message> <message name="ZIPCompressNotSupported"> ZIP compression not supported </message> </error> <warning> <message name="ExifProfileSizeExceedsLimit"> exif profile size exceeds limit and will be truncated </message> <message name="LosslessToLossyJPEGConversion"> lossless to lossy JPEG conversion </message> </warning> </coder> <configure> <error> <message name="IncludeElementNestedTooDeeply"> include element nested too deeply </message> <message name="PolicyValidationException"> security policy failed to validate </message> </error> <warning> <message name="UnableToOpenConfigureFile"> unable to access configure file </message> <message name="UnableToOpenModuleFile"> unable to open module file </message> </warning> </configure> <corrupt> <image> <error> <message name="AnErrorHasOccurredReadingFromFile"> an error has occurred reading from file </message> <message name="AnErrorHasOccurredWritingToFile"> an error has occurred writing to file </message> <message name="CipherSupportNotEnabled"> cipher support not enabled </message> <message name="ColormapExceeds256Colors"> colormap exceeded 256 colors </message> <message name="CorruptImage"> corrupt image </message> <message name="FileFormatVersionMismatch"> file format version mismatch </message> <message name="ImageDepthNotSupported"> image depth not supported </message> <message name="ImageFileDoesNotContainAnyImageData"> image file does not contain any image data </message> <message name="ImageTypeNotSupported"> image type not supported </message> <message name="ImproperImageHeader"> improper image header </message> <message name="InsufficientImageDataInFile"> insufficient image data in file </message> <message name="InvalidColormapIndex"> invalid colormap index </message> <message name="InvalidPixel"> invalid pixel </message> <message name="LengthAndFilesizeDoNotMatch"> length and filesize do not match </message> <message name="MaximumChannelsExceeded"> maximum channels exceeded </message> <message name="MissingImageChannel"> missing image channel </message> <message name="NegativeOrZeroImageSize"> negative or zero image size </message> <message name="NonOS2HeaderSizeError"> non OS2 BMP header size less than 40 </message> <message name="NotEnoughPixelData"> not enough pixel data </message> <message name="NotEnoughTiles"> not enough tiles found in level </message> <message name="TooMuchImageDataInFile"> too much image data in file </message> <message name="StaticPlanesValueNotEqualToOne"> static planes value not equal to 1 </message> <message name="UnableToReadExtensionBlock"> unable to read extension block </message> <message name="UnableToReadImageHeader"> unable to read image header </message> <message name="UnableToReadImageData"> unable to read image data </message> <message name="UnableToRunlengthDecodeImage"> unable to runlength decode image </message> <message name="UnableToUncompressImage"> unable to uncompress image </message> <message name="UnexpectedEndOfFile"> unexpected end-of-file </message> <message name="UnexpectedSamplingFactor"> unexpected sampling factor </message> <message name="UnknownPatternType"> unknown pattern type </message> <message name="UnrecognizedAlphaChannelOption"> unrecognized alpha channel option </message> <message name="UnrecognizedImageCompression"> unrecognized compression </message> <message name="UnrecognizedNumberOfColors"> unrecognized number of colors </message> <message name="UnsupportedBitsPerPixel"> unsupported bits per pixel </message> </error> <fatalerror> <message name="UnableToPersistKey"> unable to persist key </message> </fatalerror> <warning> <message name="InsufficientImageDataInFile"> insufficient image data in file </message> <message name="LengthAndFilesizeDoNotMatch"> length and filesize do not match </message> <message name="SkipToSyncByte"> corrupt PCD image, skipping to sync byte </message> </warning> </image> </corrupt> <delegate> <error> <message name="DelegateFailed"> delegate failed </message> <message name="FailedToComputeOutputSize"> failed to compute output size </message> <message name="FailedToRenderFile"> failed to render file </message> <message name="FailedToScanFile"> failed to scan file </message> <message name="NoTagFound"> no tag found </message> <message name="PCLDelegateFailed"> PCL delegate failed </message> <message name="PostscriptDelegateFailed"> Postscript delegate failed </message> <message name="UnableToCreateImage"> unable to create image </message> <message name="UnableToDecodeImageFile"> unable to decode image file </message> <message name="UnableToEncodeImageFile"> unable to encode image file </message> <message name="UnableToInitializeFPXLibrary"> unable to initialize FPX library </message> <message name="UnableToInitializeWMFLibrary"> unable to initialize WMF library </message> <message name="UnableToManageJP2Stream"> unable to manage JP2 stream </message> <message name="UnableToReadAspectRatio"> unable to read aspect ratio </message> <message name="UnableToReadSummaryInfo"> unable to read summary info </message> <message name="UnableToSetAffineMatrix"> unable to set affine matrix </message> <message name="UnableToSetAspectRatio"> unable to set aspect ratio </message> <message name="UnableToSetColorTwist"> unable to set color twist </message> <message name="UnableToSetContrast"> unable to set contrast </message> <message name="UnableToSetFilteringValue"> unable to set filtering value </message> <message name="UnableToSetImageTitle"> unable to set image title </message> <message name="UnableToSetJPEGLevel"> unable to set JPEG level </message> <message name="UnableToSetRegionOfInterest"> unable to set region of interest </message> <message name="UnableToSetSummaryInfo"> unable to set summary info </message> <message name="UnableToWriteSVGFormat"> unable to write SVG format </message> <message name="XPSDelegateFailed"> XPS delegate failed </message> </error> </delegate> <draw> <error> <message name="AlreadyPushingPatternDefinition"> already pushing pattern definition </message> <message name="NonconformingDrawingPrimitiveDefinition"> non-conforming drawing primitive definition </message> <message name="NotARelativeURL"> not a relative URL </message> <message name="NotCurrentlyPushingPatternDefinition"> not currently pushing pattern definition </message> <message name="SegmentStackOverflow"> segment stack overflow </message> <message name="TooManyBezierCoordinates"> too many bezier coordinates </message> <message name="UnableToPrint"> unable to print </message> <message name="UnbalancedGraphicContextPushPop"> unbalanced graphic context push-pop </message> <message name="URLNotFound"> URL not found </message> <message name="VectorGraphicsNestedTooDeeply"> vector graphics nested too deeply </message> </error> </draw> <file> <open> <error> <message name="AnErrorHasOccurredReadingFromFile"> an error has occurred reading from file </message> <message name="UnableToCreateTemporaryFile"> unable to create temporary file </message> <message name="UnableToOpenFile"> unable to open file </message> <message name="UnableToWriteFile"> unable to write file </message> </error> </open> </file> <image> <error> <message name="AngleIsDiscontinuous"> angle is discontinuous </message> <message name="ColormappedImageRequired"> colormapped image required </message> <message name="ColorSeparatedImageRequired"> color separated image required </message> <message name="ColorspaceColorProfileMismatch"> color profile operates on another colorspace </message> <message name="ImageDepthNotSupported"> image depth not supported </message> <message name="ImageSequenceRequired"> image sequence is required </message> <message name="ImageMorphologyDiffers"> image morphology differs </message> <message name="ImageListRequired"> image list is required </message> <message name="ImageSizeDiffers"> image size differs </message> <message name="LeftAndRightImageSizesDiffer"> left and right image sizes differ </message> <message name="NegativeOrZeroImageSize"> negative or zero image size </message> <message name="NoImagesWereFound"> no images were found </message> <message name="NoImagesWereLoaded"> no images were loaded </message> <message name="TooManyClusters"> too many cluster </message> <message name="UnableToCreateColorTransform"> unable to create color transform </message> <message name="WidthOrHeightExceedsLimit"> width or height exceeds limit </message> </error> <warning> <message name="AssociateProfile"> associate profile with image, a source and destination color profile required for transform </message> <message name="ImagesTooDissimilar"> images too dissimilar </message> <message name="UnableToTransformColorspace"> unable to transform colorspace </message> </warning> </image> <filter> <error> <message name="FilterFailed"> filter failed </message> </error> </filter> <missing> <delegate> <error> <message name="DelegateLibrarySupportNotBuiltIn"> delegate library support not built-in </message> <message name="NoDecodeDelegateForThisImageFormat"> no decode delegate for this image format </message> <message name="NoEncodeDelegateForThisImageFormat"> no encode delegate for this image format </message> </error> <warning> <message name="DelegateLibrarySupportNotBuiltIn"> delegate library support not built-in </message> <message name="FreeTypeLibraryIsNotAvailable"> FreeType library is not available </message> <message name="LCMSLibraryIsNotAvailable"> LCMS color profile library is not available </message> <message name="NoEncodeDelegateForThisImageFormat"> no encode delegate for this image format </message> </warning> </delegate> </missing> <module> <error> <message name="ImageCoderSignatureMismatch"> image coder signature mismatch </message> <message name="ImageFilterSignatureMismatch"> image filter signature mismatch </message> <message name="UnableToLoadModule"> unable to load module </message> <message name="UnableToRegisterImageFormat"> unable to register image format </message> </error> <fatalerror> <message name="UnableToInitializeModuleLoader"> unable to initialize module loader </message> </fatalerror> <warning> <message name="UnableToCloseModule"> unable to close module </message> </warning> </module> <option> <error> <message name="ClutImageRequired"> color lookup table image required </message> <message name="CompositeImageRequired"> composite image required </message> <message name="CurlyBracesNestedTooDeeply"> curly braces nested too deeply </message> <message name="DeprecatedOptionNoCode"> option deprecated, unable to execute </message> <message name="DivideByZero"> divide by zero </message> <message name="FrameIsLessThanImageSize"> frame is less than image size </message> <message name="GeometryDimensionsAreZero"> geometry dimensions are zero </message> <message name="GeometryDoesNotContainImage"> geometry does not contain image </message> <message name="ImageSequenceRequired"> image sequence is required </message> <message name="InterpretPropertyFailure"> failure to interpret image property escapes </message> <message name="InvalidArgument"> invalid argument for option </message> <message name="InvalidUseOfOption"> invalid use of option </message> <message name="InvalidGeometry"> invalid geometry </message> <message name="InvalidImageIndex"> invalid image index </message> <message name="InvalidNumberList"> invalid list of numbers </message> <message name="InvalidSetting"> invalid setting </message> <message name="ImagesAreNotTheSameSize"> images are not the same size </message> <message name="ImagePagesAreNotCoalesced"> image pages are not coalesced </message> <message name="ImageSizeMustExceedBevelWidth"> size must exceed bevel width </message> <message name="ImageWidthsOrHeightsDiffer"> image widths or heights differ </message> <message name="KernelWidthMustBeAnOddNumber"> kernel width must be an odd number </message> <message name="LabelExpected"> label expected </message> <message name="MapImageRequired"> map image required </message> <message name="MissingArgument"> missing required argument </message> <message name="MissingAnImageFilename"> missing an image filename </message> <message name="MissingExpression"> missing expression </message> <message name="MissingNullSeparator"> missing Null Image List Separator </message> <message name="MissingOutputFilename"> missing output filename </message> <message name="MustSpecifyAnImageName"> must specify an image name </message> <message name="MustSpecifyImageDepth"> must specify image depth </message> <message name="MustSpecifyImageSize"> must specify image size </message> <message name="NoBlobDefined"> no Binary Large OBjects defined </message> <message name="NoClipPathDefined"> no clip path defined </message> <message name="NoImagesForWrite"> no images for write </message> <message name="NoImagesFound"> no images found for operation </message> <message name="NoImagesDefined"> no images defined </message> <message name="NoImageVectorGraphics"> no image vector graphics </message> <message name="NoSuchImage"> no such image </message> <message name="NoSuchImageChannel"> no such image channel </message> <message name="NoSuchOption"> no such option </message> <message name="NonZeroWidthAndHeightRequired"> non-zero width and height required </message> <message name="NotEnoughParameters"> not enough parameters </message> <message name="ParenthesisNestedTooDeeply"> parenthesis nested too deeply </message> <message name="ReferenceImageRequired"> reference image required </message> <message name="ReferenceIsNotMyType"> reference is not my type </message> <message name="SetReadOnlyProperty"> attempt to set read-only property </message> <message name="SteganoImageRequired"> stegano image required </message> <message name="StereoImageRequired"> stereo image required </message> <message name="SubimageSpecificationReturnsNoImages"> subimage specification returns no images </message> <message name="TwoOrMoreImagesRequired"> two or more images required </message> <message name="UnableToAccessPath"> unable to access file path </message> <message name="UnableToOpenFile"> unable to open file </message> <message name="UnableToParseExpression"> unable to parse expression </message> <message name="UnableToParseKernel"> unable to parse kernel string </message> <message name="UnbalancedBraces"> unbalanced braces </message> <message name="UnbalancedParenthesis"> unbalanced parenthesis </message> <message name="UndefinedVariable"> undefined variable </message> <message name="UnrecognizedAttribute"> unrecognized attribute </message> <message name="UnrecognizedChannelType"> unrecognized channel type </message> <message name="UnrecognizedColor"> unrecognized color </message> <message name="UnrecognizedColorspace"> unrecognized colorspace </message> <message name="UnrecognizedComposeOperator"> unrecognized compose operator </message> <message name="UnrecognizedCompressType"> unrecognized compress type </message> <message name="UnrecognizedDirectionType"> unrecognized direction type </message> <message name="UnrecognizedDisposeMethod"> unrecognized dispose method </message> <message name="UnrecognizedDistortMethod"> unrecognized distortion method </message> <message name="UnrecognizedDitherMethod"> unrecognized dither method </message> <message name="UnrecognizedEndianType"> unrecognized endian type </message> <message name="UnrecognizedElement"> unrecognized element </message> <message name="UnrecognizedEvaluateOperator"> unrecognized evaluate operator </message> <message name="UnrecognizedEventType"> unrecognized event type </message> <message name="UnrecognizedFunction"> unrecognized function </message> <message name="UnrecognizedGravityType"> unrecognized gravity type </message> <message name="UnrecognizedImageCompression"> unrecognized image compression </message> <message name="UnrecognizedImageFilter"> unrecognized image filter </message> <message name="UnrecognizedImageFormat"> unrecognized image format </message> <message name="UnrecognizedImageMode"> unrecognized image mode </message> <message name="UnrecognizedImageOrientation"> unrecognized image orientation </message> <message name="UnrecognizedImageType"> unrecognized image type </message> <message name="UnrecognizedIntentType"> unrecognized intent type </message> <message name="UnrecognizedInterlaceType"> unrecognized interlace type </message> <message name="UnrecognizedInterpolateMethod"> unrecognized interpolate method </message> <message name="UnrecognizedKernelType"> unrecognized kernel type </message> <message name="UnrecognizedListType"> unrecognized list type </message> <message name="UnrecognizedMetricType"> unrecognized metric type </message> <message name="UnrecognizedModeType"> unrecognized mode type </message> <message name="UnrecognizedMorphologyMethod"> unrecognized morphology method </message> <message name="UnrecognizedOption"> unrecognized option </message> <message name="UnrecognizedPerlMagickMethod"> unrecognized PerlMagick method </message> <message name="UnrecognizedPixelMap"> unrecognized pixel map </message> <message name="UnrecognizedPreviewType"> unrecognized preview type </message> <message name="UnrecognizedResourceType"> unrecognized resource type </message> <message name="UnrecognizedSparseColorMethod"> unrecognized sparse color method </message> <message name="UnrecognizedStorageType"> unrecognized storage type </message> <message name="UnrecognizedStretchType"> unrecognized stretch type </message> <message name="UnrecognizedStyleType"> unrecognized style type </message> <message name="UnrecognizedType"> unrecognized type </message> <message name="UnrecognizedUnitsType"> unrecognized units type </message> <message name="UnrecognizedValidateType"> unrecognized validate type </message> <message name="UnrecognizedVirtualPixelMethod"> unrecognized virtual pixel method </message> <message name="XmlInvalidAttribute"> XML invalid attribute </message> <message name="XmlInvalidContent"> XML invalid content </message> <message name="XmlMissingAttribute"> XML missing required attribute </message> <message name="XmlMissingContent"> XML missing required content </message> <message name="XmlMissingElement"> XML missing required element </message> </error> <fatalerror> <message name="FilenameTruncated"> image filename truncated </message> <message name="MissingAnImageFilename"> missing an image filename </message> <message name="ScriptIsBinary"> script is binary </message> <message name="ScriptTokenMemoryFailed"> script token too big </message> <message name="ScriptUnbalancedQuotes"> script token with unbalanced quotes </message> <message name="UnableToOpenScript"> unable to open script </message> <message name="UnrecognizedColormapType"> unrecognized colormap type </message> <message name="UnrecognizedColorspaceType"> unrecognized colorspace type </message> <message name="UnrecognizedEndianType"> unrecognized endian type </message> <message name="UnrecognizedImageCompressionType"> unrecognized compression type </message> <message name="UnrecognizedImageType"> unrecognized image type </message> <message name="UnrecognizedInterlaceType"> unrecognized interlace type </message> <message name="UnrecognizedListType"> unrecognized list type </message> <message name="UnrecognizedDisposeMethod"> unrecognized dispose method </message> <message name="UnrecognizedOption"> unrecognized option </message> <message name="UnrecognizedResourceType"> unrecognized resource type </message> <message name="UnrecognizedVirtualPixelMethod"> unrecognized virtual pixel method </message> </fatalerror> <warning> <message name="ReplacedOption"> option has been replaced </message> <message name="GeometryDoesNotContainImage"> geometry does not contain image </message> <message name="InterpretPropertyFailure"> failure in interpret image property escapes </message> <message name="InvalidSetting"> invalid setting </message> <message name="NoImageForProperty"> no image to apply a property </message> <message name="NoImageInfoForProperty"> no image info (wand) to apply a property </message> <message name="NoSuchElement"> no such element in list </message> <message name="SetReadOnlyProperty"> attempt to set read-only property </message> <message name="UnknownImageProperty"> unknown image property </message> <message name="UnrecognizedColor"> unrecognized color </message> <message name="ZeroTimeAnimation"> animation only contains zero time delays </message> </warning> </option> <policy> <error> <message name="NotAuthorized"> attempt to perform an operation not allowed by the security policy </message> </error> </policy> <registry> <error> <message name="UnableToGetRegistryID"> unable to get registry ID </message> <message name="UnableToSetRegistry"> unable to set registry </message> </error> </registry> <resource> <limit> <error> <message name="ListLengthExceedsLimit"> list length exceeds limit </message> <message name="MemoryAllocationFailed"> memory allocation failed </message> <message name="PixelCacheAllocationFailed"> pixel cache allocation failed </message> <message name="TimeLimitExceeded"> time limit exceeded </message> <message name="TooManyExceptions"> too many exceptions </message> <message name="TooManyObjects"> too many objects </message> <message name="UnableToAcquireString"> unable to acquire string </message> <message name="UnableToAllocateColormap"> unable to allocate colormap </message> <message name="UnableToConvertFont"> unable to convert font </message> <message name="UnableToCreateColormap"> unable to create colormap </message> <message name="UnableToDitherImage"> unable to dither image </message> <message name="UnableToClonePackageInfo"> unable to clone package info </message> <message name="UnableToGetPackageInfo"> unable to get package info </message> </error> <fatalerror> <message name="UnableToAllocateDashPattern"> unable to allocate dash pattern </message> <message name="UnableToAllocateDerivatives"> unable to allocate derivates </message> <message name="UnableToAllocateGammaMap"> unable to allocate gamma map </message> <message name="UnableToAllocateImage"> unable to allocate image </message> <message name="UnableToAllocateImagePixels"> unable to allocate image pixels </message> <message name="UnableToDestroySemaphore"> unable to destroy semaphore </message> <message name="UnableToInstantiateSemaphore"> unable to instantiate semaphore </message> <message name="UnableToAcquireString"> unable to allocate string </message> <message name="MemoryAllocationFailed"> Memory allocation failed </message> <message name="UnableToConcatenateString"> unable to concatenate string </message> <message name="UnableToConvertText"> unable to convert text </message> <message name="UnableToCreateColormap"> unable to create colormap </message> <message name="UnableToCloneImage"> unable to clone image </message> <message name="UnableToDisplayImage"> unable to display image </message> <message name="UnableToEscapeString"> unable to escape string </message> <message name="UnableToInterpretMSLImage"> unable to interpret MSL image </message> <message name="UnableToLockSemaphore"> unable to lock semaphore </message> <message name="UnableToUnlockSemaphore"> unable to unlock semaphore </message> </fatalerror> <warning> <message name="MemoryAllocationFailed"> memory allocation failed </message> <message name="ProfileSizeExceedsLimit"> profile size exceeds limit </message> </warning> </limit> </resource> <type> <error> <message name="FontSubstitutionRequired"> font substitution required </message> <message name="UnableToGetTypeMetrics"> unable to get type metrics </message> <message name="UnableToInitializeFreetypeLibrary"> unable to initialize freetype library </message> <message name="UnableToReadFont"> unable to read font </message> <message name="UnrecognizedFontEncoding"> unrecognized font encoding </message> </error> <warning> <message name="UnableToReadFont"> unable to read font </message> </warning> </type> <stream> <error> <message name="ImageDoesNotContainTheStreamGeometry"> image does not contain the stream geometry </message> <message name="NoStreamHandlerIsDefined"> no stream handler is defined </message> <message name="PixelCacheIsNotOpen"> pixel cache is not open </message> </error> </stream> <wand> <error> <message name="InvalidColormapIndex"> invalid colormap index </message> <message name="ZeroRegionSize"> zero region size </message> <message name="UnableToOpenFile"> unable to open file </message> <message name="QuantumDepthMismatch"> wand quantum depth does not match that of the core API </message> <message name="ContainsNoImages"> wand contains no images </message> <message name="ContainsNoIterators"> wand contains no iterators </message> </error> </wand> <xserver> <error> <message name="ColorIsNotKnownToServer"> color is not known to server </message> <message name="NoWindowWithSpecifiedIDExists"> no window with specified ID exists </message> <message name="StandardColormapIsNotInitialized"> standard Colormap is not initialized </message> <message name="UnableToConnectToRemoteDisplay"> unable to connect to remote display </message> <message name="UnableToCreateBitmap"> unable to create bitmap </message> <message name="UnableToCreateColormap"> unable to create colormap </message> <message name="UnableToCreatePixmap"> unable to create pixmap </message> <message name="UnableToCreateProperty"> unable to create property </message> <message name="UnableToCreateStandardColormap"> unable to create standard colormap </message> <message name="UnableToDisplayImageInfo"> unable to display image info </message> <message name="UnableToGetProperty"> unable to get property </message> <message name="UnableToGetStandardColormap"> unable to get Standard Colormap </message> <message name="UnableToGetVisual"> unable to get visual </message> <message name="UnableToGrabMouse"> unable to grab mouse </message> <message name="UnableToLoadFont"> unable to load font </message> <message name="UnableToMatchVisualToStandardColormap"> unable to match visual to Standard Colormap </message> <message name="UnableToOpenXServer"> unable to open X server </message> <message name="UnableToReadXWindowAttributes"> unable to read X window attributes </message> <message name="UnableToReadXWindowImage"> unable to read X window image </message> <message name="UnrecognizedColormapType"> unrecognized colormap type </message> <message name="UnrecognizedGravityType"> unrecognized gravity type </message> <message name="UnrecognizedVisualSpecifier"> unrecognized visual specifier </message> </error> <fatalerror> <message name="UnableToCreateCursor"> unable to create X cursor </message> <message name="UnableToCreateGraphicContext"> unable to create graphic context </message> <message name="UnableToCreateStandardColormap"> unable to create standard colormap </message> <message name="UnableToCreateTextProperty"> unable to create text property </message> <message name="UnableToCreateXWindow"> unable to create X window </message> <message name="UnableToCreateXImage"> unable to create X image </message> <message name="UnableToCreateXPixmap"> unable to create X pixmap </message> <message name="UnableToDisplayImage"> unable to display image </message> <message name="UnableToGetVisual"> unable to get visual </message> <message name="UnableToGetPixelInfo"> unable to get pixel info </message> <message name="UnableToLoadFont"> unable to load font </message> <message name="UnableToMakeXWindow"> unable to make X window </message> <message name="UnableToOpenXServer"> unable to open X server </message> <message name="UnableToViewFonts"> unable to view fonts </message> </fatalerror> <warning> <message name="UsingDefaultVisual"> using default visual </message> <message name="UnableToGetVisual"> unable to get visual </message> </warning> </xserver> </exception> <monitor> <AddNoise> <message name="Image"> add noise to image </message> </AddNoise> <Append> <message name="Image"> append image sequence </message> </Append> <assign> <message name="Image"> assign image colors </message> </assign> <Average> <message name="Image"> average image sequence </message> </Average> <Blur> <message name="Image"> blur image </message> </Blur> <Chop> <message name="Image"> chop image </message> </Chop> <Classify> <message name="Image"> classify image colors </message> </Classify> <ColorReplace> <message name="Image"> replace color in image </message> </ColorReplace> <Colorize> <message name="Image"> colorize image </message> </Colorize> <Combine> <message name="Image"> combine image </message> </Combine> <ContrastStretch> <message name="Image"> contrast-stretch image </message> </ContrastStretch> <Convolve> <message name="Image"> convolve image </message> </Convolve> <Crop> <message name="Image"> crop image </message> </Crop> <Decode> <message name="Image"> decode image </message> </Decode> <Despeckle> <message name="Image"> despeckle image </message> </Despeckle> <Distort> <message name="Image"> distort image </message> </Distort> <Dither> <message name="Image"> dither image colors </message> </Dither> <DullContrast> <message name="Image"> dull image contrast </message> </DullContrast> <Encode> <message name="Image"> encode image </message> </Encode> <Equalize> <message name="Image"> equalize image </message> </Equalize> <Flip> <message name="Image"> flip image </message> </Flip> <Flop> <message name="Image"> flop image </message> </Flop> <Frame> <message name="Image"> add frame to image </message> </Frame> <Fx> <message name="Image"> fx image </message> </Fx> <GammaCorrect> <message name="Image"> gamma correct image </message> </GammaCorrect> <Histogram> <message name="Image"> compute image histogram </message> </Histogram> <Implode> <message name="Image"> implode image </message> </Implode> <Level> <message name="Image"> level image </message> </Level> <Load> <message name="Image"> load image </message> <message name="Images"> load images </message> </Load> <Magnify> <message name="Image"> magnify image </message> </Magnify> <MedianFilter> <message name="Image"> filter image with neighborhood ranking </message> </MedianFilter> <Minify> <message name="Image"> minify image </message> </Minify> <Modulate> <message name="Image"> modulate image </message> </Modulate> <Mogrify> <message name="Image"> mogrify image </message> </Mogrify> <Montage> <message name="Image"> montage image </message> </Montage> <Morph> <message name="Image"> morph image sequence </message> </Morph> <Mosaic> <message name="Image"> mosaic image </message> </Mosaic> <Negate> <message name="Image"> negate image </message> </Negate> <OilPaint> <message name="Image"> oil paint image </message> </OilPaint> <Opaque> <message name="Image"> set opaque color in image </message> </Opaque> <Plasma> <message name="Image"> plasma image </message> </Plasma> <Preview> <message name="Image"> preview image </message> </Preview> <Raise> <message name="Image"> raise image </message> </Raise> <Recolor> <message name="Image"> recolor color image </message> </Recolor> <Reduce> <message name="Image"> reduce image colors </message> </Reduce> <ReduceNoise> <message name="Image"> reduce the image noise </message> </ReduceNoise> <Render> <message name="Image"> render image </message> </Render> <Resize> <message name="Image"> resize image </message> </Resize> <RGBTransform> <message name="Image"> RGB transform image </message> </RGBTransform> <Roll> <message name="Image"> roll image </message> </Roll> <Rotate> <message name="Image"> rotate image </message> </Rotate> <Sample> <message name="Image"> sample image </message> </Sample> <Save> <message name="Image"> save image </message> <message name="Images"> save images </message> </Save> <Scale> <message name="Image"> scale image </message> </Scale> <Segment> <message name="Image"> segment image </message> </Segment> <Separate> <message name="Image"> extract a channel from image </message> </Separate> <SepiaTone> <message name="Image"> sepia-tone image </message> </SepiaTone> <Shade> <message name="Image"> shade image </message> </Shade> <Sharpen> <message name="Image"> sharpen image </message> </Sharpen> <SharpenContrast> <message name="Image"> sharpen image contrast </message> </SharpenContrast> <SigmoidalContrast> <message name="Image"> sigmoidal contrast image </message> </SigmoidalContrast> <Solarize> <message name="Image"> solarize image </message> </Solarize> <Splice> <message name="Image"> splice image </message> </Splice> <Spread> <message name="Image"> spread image </message> </Spread> <Stegano> <message name="Image"> stegano image </message> </Stegano> <Stereo> <message name="Image"> stereo image </message> </Stereo> <Swirl> <message name="Image"> swirl image </message> </Swirl> <Texture> <message name="Image"> texture image </message> </Texture> <Threshold> <message name="Image"> threshold image </message> </Threshold> <Tile> <message name="Image"> tile image </message> </Tile> <Tint> <message name="Image"> tint image </message> </Tint> <TransformRGB> <message name="Image"> transform RGB image </message> </TransformRGB> <Transparent> <message name="Image"> set transparent color in image </message> </Transparent> <Wave> <message name="Image"> wave image </message> </Wave> <Write> <message name="Image"> write image </message> </Write> <XShear> <message name="Image"> x shear image </message> </XShear> <YShear> <message name="Image"> y shear image </message> </YShear> </monitor> </locale>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE localemap [ <!ELEMENT localemap (include)+> <!ATTLIST localemap xmlns CDATA #FIXED ''> <!ELEMENT include EMPTY> <!ATTLIST include xmlns CDATA #FIXED '' file NMTOKEN #REQUIRED locale NMTOKEN #REQUIRED> ]> <localemap> <include locale="no_NO.ISO-8859-1" file="bokmal.xml"/> <include locale="ca_ES.ISO-8859-1" file="catalan.xml"/> <include locale="hr_HR.ISO-8859-2" file="croatian.xml"/> <include locale="cs_CZ.ISO-8859-2" file="czech.xml"/> <include locale="da_DK.ISO-8859-1" file="danish.xml"/> <include locale="de_DE.ISO-8859-1" file="deutsch.xml"/> <include locale="nl_NL.ISO-8859-1" file="dutch.xml"/> <include locale="C" file="english.xml"/> <include locale="et_EE.ISO-8859-1" file="estonian.xml"/> <include locale="fi_FI.ISO-8859-1" file="finnish.xml"/> <include locale="fr_FR.ISO-8859-1" file="francais.xml"/> <include locale="fr_FR.ISO-8859-1" file="francais.xml"/> <include locale="fr_FR.UTF-8" file="francais.xml"/> <include locale="gl_ES.ISO-8859-1" file="galego.xml"/> <include locale="gl_ES.ISO-8859-1" file="galician.xml"/> <include locale="de_DE.ISO-8859-1" file="german.xml"/> <include locale="el_GR.ISO-8859-7" file="greek.xml"/> <include locale="en_US.UTF-8" file="english.xml"/> <include locale="iw_IL.ISO-8859-8" file="hebrew.xml"/> <include locale="hr_HR.ISO-8859-2" file="hrvatski.xml"/> <include locale="hu_HU.ISO-8859-2" file="hungarian.xml"/> <include locale="is_IS.ISO-8859-1" file="icelandic.xml"/> <include locale="it_IT.ISO-8859-1" file="italian.xml"/> <include locale="ja_JP.eucJP" file="japanese.xml"/> <include locale="ko_KR.eucKR" file="korean.xml"/> <include locale="lt_LT.ISO-8859-13" file="lithuanian.xml"/> <include locale="no_NO.ISO-8859-1" file="norwegian.xml"/> <include locale="nn_NO.ISO-8859-1" file="nynorsk.xml"/> <include locale="pl_PL.ISO-8859-2" file="polish.xml"/> <include locale="pt_PT.ISO-8859-1" file="portuguese.xml"/> <include locale="ro_RO.ISO-8859-2" file="romanian.xml"/> <include locale="ru_RU.ISO-8859-5" file="russian.xml"/> <include locale="sk_SK.ISO-8859-2" file="slovak.xml"/> <include locale="sl_SI.ISO-8859-2" file="slovene.xml"/> <include locale="es_ES.ISO-8859-1" file="spanish.xml"/> <include locale="sv_SE.ISO-8859-1" file="swedish.xml"/> <include locale="th_TH.TIS-620" file="thai.xml"/> <include locale="tr_TR.ISO-8859-9" file="turkish.xml"/> </localemap>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE logmap [ <!ELEMENT logmap (log)+> <!ELEMENT log (#PCDATA)> <!ATTLIST log events CDATA #IMPLIED> <!ATTLIST log output CDATA #IMPLIED> <!ATTLIST log filename CDATA #IMPLIED> <!ATTLIST log generations CDATA #IMPLIED> <!ATTLIST log limit CDATA #IMPLIED> <!ATTLIST log format CDATA #IMPLIED> ]> <!-- Configure ImageMagick logger. Choose from one or more these events separated by a comma: all accelerate annotate blob cache coder command configure deprecate draw exception locale module none pixel policy resource trace transform user wand x11 Choose one output handler: console debug event file none stderr stdout When output is to a file, specify the filename. Embed %g in the filename to support log generations. Generations is the number of log files to retain. Limit is the number of logging events before generating a new log generation. The format of the log is defined by embedding special format characters: %c client %d domain %e event %f function %g generation %i thread id %l line %m module %n log name %p process id %r real CPU time %t wall clock time %u user CPU time %v version %% percent sign \n newline \r carriage return xml --> <logmap> <log events="None"/> <log output="console"/> <log filename="Magick-%g.log"/> <log generations="3"/> <log limit="2000"/> <log format="%t %r %u %v %d %c[%p]: %m/%f/%l/%d\n %e"/> </logmap>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policymap [ <!ELEMENT policymap (policy)*> <!ATTLIST policymap xmlns CDATA #FIXED ""> <!ELEMENT policy EMPTY> <!ATTLIST policy xmlns CDATA #FIXED ""> <!ATTLIST policy domain NMTOKEN #REQUIRED> <!ATTLIST policy name NMTOKEN #IMPLIED> <!ATTLIST policy pattern CDATA #IMPLIED> <!ATTLIST policy rights NMTOKEN #IMPLIED> <!ATTLIST policy stealth NMTOKEN #IMPLIED> <!ATTLIST policy value CDATA #IMPLIED> ]> <!-- Creating a security policy that fits your specific local environment before making use of ImageMagick is highly advised. You can find guidance on setting up this policy at https://imagemagick.org/script/security-policy.php, and it's important to verify your policy using the validation tool located at https://imagemagick-secevaluator.doyensec.com/. Open ImageMagick security policy: The default policy for ImageMagick installations is the open security policy. This policy is designed for usage in secure settings like those protected by firewalls or within Docker containers. Within this framework, ImageMagick enjoys broad access to resources and functionalities. This policy provides convenient and adaptable options for image manipulation. However, it's important to note that it might present security vulnerabilities in less regulated conditions. Thus, organizations should thoroughly assess the appropriateness of the open policy according to their particular use case and security prerequisites. ImageMagick security policies in a nutshell: Domains include system, delegate, coder, filter, module, path, or resource. Rights include none, read, write, execute and all. Use | to combine them, for example: "read | write" to permit read from, or write to, a path. Use a glob expression as a pattern. Suppose we do not want users to process MPEG video images, use this policy: <policy domain="delegate" rights="none" pattern="mpeg:decode" /> Here we do not want users reading images from HTTP: <policy domain="coder" rights="none" pattern="HTTP" /> The /repository file system is restricted to read only. We use a glob expression to match all paths that start with /repository: <policy domain="path" rights="read" pattern="/repository/*" /> Prevent users from executing any image filters: <policy domain="filter" rights="none" pattern="*" /> Cache large images to disk rather than memory: <policy domain="resource" name="area" value="1GP"/> Use the default system font unless overridden by the application: <policy domain="system" name="font" value="/usr/share/fonts/favorite.ttf"/> Define arguments for the memory, map, area, width, height and disk resources with SI prefixes (.e.g 100MB). In addition, resource policies are maximums for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB). Rules are processed in order. Here we want to restrict ImageMagick to only read or write a small subset of proven web-safe image types: <policy domain="delegate" rights="none" pattern="*" /> <policy domain="filter" rights="none" pattern="*" /> <policy domain="coder" rights="none" pattern="*" /> <policy domain="coder" rights="read|write" pattern="{GIF,JPEG,PNG,WEBP}" /> See https://imagemagick.org/script/security-policy.php for a deeper understanding of ImageMagick security policies. --> <policymap> <policy domain="Undefined" rights="none"/> <!-- Set maximum parallel threads. --> <!-- <policy domain="resource" name="thread" value="2"/> --> <!-- Set maximum time to live in seconds or mnemonics, e.g. "2 minutes". When this limit is exceeded, an exception is thrown and processing stops. --> <!-- <policy domain="resource" name="time" value="120"/> --> <!-- Set maximum number of open pixel cache files. When this limit is exceeded, any subsequent pixels cached to disk are closed and reopened on demand. --> <!-- <policy domain="resource" name="file" value="768"/> --> <!-- Set maximum amount of memory in bytes to allocate for the pixel cache from the heap. When this limit is exceeded, the image pixels are cached to memory-mapped disk. --> <!-- <policy domain="resource" name="memory" value="256MiB"/> --> <!-- Set maximum amount of memory map in bytes to allocate for the pixel cache. When this limit is exceeded, the image pixels are cached to disk. --> <!-- <policy domain="resource" name="map" value="512MiB"/> --> <!-- Set the maximum width * height of an image that can reside in the pixel cache memory. Images that exceed the area limit are cached to disk. --> <!-- <policy domain="resource" name="area" value="16KP"/> --> <!-- Set maximum amount of disk space in bytes permitted for use by the pixel cache. When this limit is exceeded, the pixel cache is not be created and an exception is thrown. --> <!-- <policy domain="resource" name="disk" value="1GiB"/> --> <!-- Set the maximum length of an image sequence. When this limit is exceeded, an exception is thrown. --> <!-- <policy domain="resource" name="list-length" value="32"/> --> <!-- Set the maximum width of an image. When this limit is exceeded, an exception is thrown. --> <!-- <policy domain="resource" name="width" value="8KP"/> --> <!-- Set the maximum height of an image. When this limit is exceeded, an exception is thrown. --> <!-- <policy domain="resource" name="height" value="8KP"/> --> <!-- Periodically yield the CPU for at least the time specified in milliseconds. --> <!-- <policy domain="resource" name="throttle" value="2"/> --> <!-- Do not create temporary files in the default shared directories, instead specify a private area to store only ImageMagick temporary files. --> <!-- <policy domain="resource" name="temporary-path" value="/magick/tmp/"/> --> <!-- Force memory initialization by memory mapping select memory allocations. --> <!-- <policy domain="cache" name="memory-map" value="anonymous"/> --> <!-- Ensure all image data is fully flushed and synchronized to disk. --> <!-- <policy domain="cache" name="synchronize" value="true"/> --> <!-- Replace passphrase for secure distributed processing --> <!-- <policy domain="cache" name="shared-secret" value="secret-passphrase" stealth="true"/> --> <!-- Do not permit any delegates to execute. --> <!-- <policy domain="delegate" rights="none" pattern="*"/> --> <!-- Do not permit any image filters to load. --> <!-- <policy domain="filter" rights="none" pattern="*"/> --> <!-- Don't read/write from/to stdin/stdout. --> <!-- <policy domain="path" rights="none" pattern="-"/> --> <!-- don't read sensitive paths. --> <!-- <policy domain="path" rights="none" pattern="/etc/*"/> --> <!-- Indirect reads are not permitted. --> <!-- <policy domain="path" rights="none" pattern="@*"/> --> <!-- These image types are security risks on read, but write is fine --> <!-- <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,URL,XPS}"/> --> <!-- This policy sets the number of times to replace content of certain memory buffers and temporary files before they are freed or deleted. --> <!-- <policy domain="system" name="shred" value="1"/> --> <!-- Enable the initialization of buffers with zeros, resulting in a minor performance penalty but with improved security. --> <!-- <policy domain="system" name="memory-map" value="anonymous"/> --> <!-- Set the maximum amount of memory in bytes that are permitted for allocation requests. --> <!-- <policy domain="system" name="max-memory-request" value="256MiB"/> --> </policymap>
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE thresholds [ <!ELEMENT thresholds (threshold)+> <!ATTLIST thresholds xmlns CDATA #FIXED ''> <!ELEMENT threshold (description,levels)> <!ATTLIST threshold xmlns CDATA #FIXED '' alias NMTOKEN #IMPLIED map NMTOKEN #REQUIRED> <!ELEMENT description (#PCDATA)> <!ATTLIST description xmlns CDATA #FIXED ''> <!ELEMENT levels (#PCDATA)> <!ATTLIST levels xmlns CDATA #FIXED '' divisor CDATA #REQUIRED height CDATA #REQUIRED width CDATA #REQUIRED> ]> <!-- Threshold Maps for Ordered Posterized Dither Each "<threshold>" element defines the map name, description, and an array of "levels" used to provide the threshold map for ordered dithering and digital halftoning. The "alias" attribute provides a backward compatible name for this threshold map (pre-dating IM v6.2.9-6), and are deprecated. The description is a english description of what the threshold map achieves and is only used for 'listing' the maps. The map itself is a rectangular array of integers or threshold "levels" of the given "width" and "height" declared within the enclosing <levels> element. That is "width*height" integers or "levels" *must* be provided within each map. Each of the "levels" integer values (each value representing the threshold intensity "level/divisor" at which that pixel is turned on. The "levels" integers given can be any positive integers between "0" and the "divisor", excluding those limits. The "divisor" not only defines the upper limit and threshold divisor for each "level" but also the total number of pseudo-levels the threshold mapping creates and fills with a dither pattern. That is a ordered bitmap dither of a pure greyscale gradient will use a maximum of "divisor" ordered bitmap patterns, including the patterns with all the pixels 'on' and all the pixel 'off'. It may define less patterns than that, but the color channels will be thresholded in units based on "divisor". Alternatively for a multi-level posterization, ImageMagick inserts "divisor-2" dither patterns (as defined by the threshold map) between each of channel color level produced. For example the map "o2x2" has a divisor of 5, which will define 3 bitmap patterns plus the patterns with all pixels 'on' and 'off'. A greyscale gradient will thus have 5 distinct areas. --> <thresholds> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - Minimal Dither and Non-Dither Threshold Maps --> <threshold map="threshold" alias="1x1"> <description>Threshold 1x1 (non-dither)</description> <levels width="1" height="1" divisor="2"> 1 </levels> </threshold> <threshold map="checks" alias="2x1"> <description>Checkerboard 2x1 (dither)</description> <levels width="2" height="2" divisor="3"> 1 2 2 1 </levels> </threshold> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - (dispersed) Ordered Dither Patterns --> <threshold map="o2x2" alias="2x2"> <description>Ordered 2x2 (dispersed)</description> <levels width="2" height="2" divisor="5"> 1 3 4 2 </levels> </threshold> <threshold map="o3x3" alias="3x3"> <description>Ordered 3x3 (dispersed)</description> <levels width="3" height="3" divisor="10"> 3 7 4 6 1 9 2 8 5 </levels> </threshold> <threshold map="o4x4" alias="4x4"> <!-- From "Dithering Algorithms" http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT --> <description>Ordered 4x4 (dispersed)</description> <levels width="4" height="4" divisor="17"> 1 9 3 11 13 5 15 7 4 12 2 10 16 8 14 6 </levels> </threshold> <threshold map="o8x8" alias="8x8"> <!-- Extracted from original 'OrderedDither()' Function --> <description>Ordered 8x8 (dispersed)</description> <levels width="8" height="8" divisor="65"> 1 49 13 61 4 52 16 64 33 17 45 29 36 20 48 32 9 57 5 53 12 60 8 56 41 25 37 21 44 28 40 24 3 51 15 63 2 50 14 62 35 19 47 31 34 18 46 30 11 59 7 55 10 58 6 54 43 27 39 23 42 26 38 22 </levels> </threshold> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - Halftones - Angled 45 degrees Initially added to ImageMagick by Glenn Randers-Pehrson, IM v6.2.8-6, modified to be more symmetrical with intensity by Anthony, IM v6.2.9-7 These patterns initially start as circles, but then form diamonds pattern at the 50% threshold level, before forming negated circles, as it approached the other threshold extreme. --> <threshold map="h4x4a" alias="4x1"> <description>Halftone 4x4 (angled)</description> <levels width="4" height="4" divisor="9"> 4 2 7 5 3 1 8 6 7 5 4 2 8 6 3 1 </levels> </threshold> <threshold map="h6x6a" alias="6x1"> <description>Halftone 6x6 (angled)</description> <levels width="6" height="6" divisor="19"> 14 13 10 8 2 3 16 18 12 7 1 4 15 17 11 9 6 5 8 2 3 14 13 10 7 1 4 16 18 12 9 6 5 15 17 11 </levels> </threshold> <threshold map="h8x8a" alias="8x1"> <description>Halftone 8x8 (angled)</description> <levels width="8" height="8" divisor="33"> 13 7 8 14 17 21 22 18 6 1 3 9 28 31 29 23 5 2 4 10 27 32 30 24 16 12 11 15 20 26 25 19 17 21 22 18 13 7 8 14 28 31 29 23 6 1 3 9 27 32 30 24 5 2 4 10 20 26 25 19 16 12 11 15 </levels> </threshold> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - Halftones - Orthogonally Aligned, or Un-angled Initially added by Anthony Thyssen, IM v6.2.9-5 using techniques from "Dithering & Halftoning" by Gernot Hoffmann http://www.fho-emden.de/~hoffmann/hilb010101.pdf These patterns initially start as circles, but then form square pattern at the 50% threshold level, before forming negated circles, as it approached the other threshold extreme. --> <threshold map="h4x4o"> <description>Halftone 4x4 (orthogonal)</description> <levels width="4" height="4" divisor="17"> 7 13 11 4 12 16 14 8 10 15 6 2 5 9 3 1 </levels> </threshold> <threshold map="h6x6o"> <description>Halftone 6x6 (orthogonal)</description> <levels width="6" height="6" divisor="37"> 7 17 27 14 9 4 21 29 33 31 18 11 24 32 36 34 25 22 19 30 35 28 20 10 8 15 26 16 6 2 5 13 23 12 3 1 </levels> </threshold> <threshold map="h8x8o"> <description>Halftone 8x8 (orthogonal)</description> <levels width="8" height="8" divisor="65"> 7 21 33 43 36 19 9 4 16 27 51 55 49 29 14 11 31 47 57 61 59 45 35 23 41 53 60 64 62 52 40 38 37 44 58 63 56 46 30 22 15 28 48 54 50 26 17 10 8 18 34 42 32 20 6 2 5 13 25 39 24 12 3 1 </levels> </threshold> <threshold map="h16x16o"> <!-- Direct extract from "Dithering & Halftoning" by Gernot Hoffmann. This may need some fine tuning for symmetry of the halftone dots, as it was a mathematically formulated pattern. --> <description>Halftone 16x16 (orthogonal)</description> <levels width="16" height="16" divisor="257"> 4 12 24 44 72 100 136 152 150 134 98 70 42 23 11 3 7 16 32 52 76 104 144 160 158 142 102 74 50 31 15 6 19 27 40 60 92 132 168 180 178 166 130 90 58 39 26 18 36 48 56 80 124 176 188 204 203 187 175 122 79 55 47 35 64 68 84 116 164 200 212 224 223 211 199 162 114 83 67 63 88 96 112 156 192 216 232 240 239 231 214 190 154 111 95 87 108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107 128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127 126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125 106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105 86 94 110 155 191 215 229 238 237 230 213 189 153 109 93 85 62 66 82 115 163 198 210 221 222 209 197 161 113 81 65 61 34 46 54 78 123 174 186 202 201 185 173 121 77 53 45 33 20 28 37 59 91 131 167 179 177 165 129 89 57 38 25 17 8 13 29 51 75 103 143 159 157 141 101 73 49 30 14 5 1 9 21 43 71 99 135 151 149 133 97 69 41 22 10 2 </levels> </threshold> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - Halftones - Orthogonally Expanding Circle Patterns Added by Glenn Randers-Pehrson, 4 Nov 2010, ImageMagick 6.6.5-6 Rather than producing a diamond 50% threshold pattern, these continue to generate larger (overlapping) circles. They are more like a true halftone pattern formed by covering a surface with either pure white or pure black circular dots. WARNING: true halftone patterns only use true circles even in areas of highly varying intensity. Threshold dither patterns can generate distorted circles in such areas. --> <threshold map="c5x5b" alias="c5x5"> <description>Circles 5x5 (black)</description> <levels width="5" height="5" divisor="26"> 1 21 16 15 4 5 17 20 19 14 6 21 25 24 12 7 18 22 23 11 2 8 9 10 3 </levels> </threshold> <threshold map="c5x5w"> <description>Circles 5x5 (white)</description> <levels width="5" height="5" divisor="26"> 25 21 10 11 22 20 9 6 7 12 19 5 1 2 13 18 8 4 3 14 24 17 16 15 23 </levels> </threshold> <threshold map="c6x6b" alias="c6x6"> <description>Circles 6x6 (black)</description> <levels width="6" height="6" divisor="37"> 1 5 14 13 12 4 6 22 28 27 21 11 15 29 35 34 26 20 16 30 36 33 25 19 7 23 31 32 24 10 2 8 17 18 9 3 </levels> </threshold> <threshold map="c6x6w"> <description>Circles 6x6 (white)</description> <levels width="6" height="6" divisor="37"> 36 32 23 24 25 33 31 15 9 10 16 26 22 8 2 3 11 17 21 7 1 4 12 18 30 14 6 5 13 27 35 29 20 19 28 34 </levels> </threshold> <threshold map="c7x7b" alias="c7x7"> <description>Circles 7x7 (black)</description> <levels width="7" height="7" divisor="50"> 3 9 18 28 17 8 2 10 24 33 39 32 23 7 19 34 44 48 43 31 16 25 40 45 49 47 38 27 20 35 41 46 42 29 15 11 21 36 37 28 22 6 4 12 13 26 14 5 1 </levels> </threshold> <threshold map="c7x7w"> <description>Circles 7x7 (white)</description> <levels width="7" height="7" divisor="50"> 47 41 32 22 33 42 48 40 26 17 11 18 27 43 31 16 6 2 7 19 34 25 10 5 1 3 12 23 30 15 9 4 8 20 35 39 29 14 13 21 28 44 46 38 37 24 36 45 49 </levels> </threshold> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - Special Purpose Dithers --> </thresholds>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE typemap [ <!ELEMENT typemap (type)+> <!ELEMENT type (#PCDATA)> <!ELEMENT include (#PCDATA)> <!ATTLIST type name CDATA #REQUIRED> <!ATTLIST type fullname CDATA #IMPLIED> <!ATTLIST type family CDATA #IMPLIED> <!ATTLIST type foundry CDATA #IMPLIED> <!ATTLIST type weight CDATA #IMPLIED> <!ATTLIST type style CDATA #IMPLIED> <!ATTLIST type stretch CDATA #IMPLIED> <!ATTLIST type format CDATA #IMPLIED> <!ATTLIST type metrics CDATA #IMPLIED> <!ATTLIST type glyphs CDATA #REQUIRED> <!ATTLIST type version CDATA #IMPLIED> <!ATTLIST include file CDATA #REQUIRED> ]> <typemap> <type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Fixed" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]"/> <type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@[email protected]" glyphs="@[email protected]" version="0.1" encoding="AdobeCustom"/> </typemap>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE typemap [ <!ELEMENT typemap (type)+> <!ELEMENT type (#PCDATA)> <!ELEMENT include (#PCDATA)> <!ATTLIST type name CDATA #REQUIRED> <!ATTLIST type fullname CDATA #IMPLIED> <!ATTLIST type family CDATA #IMPLIED> <!ATTLIST type foundry CDATA #IMPLIED> <!ATTLIST type weight CDATA #IMPLIED> <!ATTLIST type style CDATA #IMPLIED> <!ATTLIST type stretch CDATA #IMPLIED> <!ATTLIST type format CDATA #IMPLIED> <!ATTLIST type metrics CDATA #IMPLIED> <!ATTLIST type glyphs CDATA #REQUIRED> <!ATTLIST type version CDATA #IMPLIED> <!ATTLIST include file CDATA #REQUIRED> ]> <typemap> <include file="type-ghostscript.xml"/> </typemap>

Best cli utils like: sox, ffmpeg and etc.

Downloads last month
224