]> granicus.if.org Git - imagemagick/blob - www/resources.html
(no commit message)
[imagemagick] / www / resources.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" \r
2   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">\r
4 <head>\r
5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\r
6   <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>\r
7   <title>ImageMagick: Resources</title>
8   <meta http-equiv="Content-Language" content="en-US"/>
9   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
10   <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
11   <meta name="Application-name" content="ImageMagick"/>
12   <meta name="Description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition resize, rotate, shear, distort and transform images."/>
13   <meta name="Application-url" content="http://www.imagemagick.org"/>
14   <meta name="Generator" content="PHP"/>
15   <meta name="Keywords" content="resources, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Swiss, Army, Knife, Image, Processing"/>
16   <meta name="Rating" content="GENERAL"/>
17   <meta name="Robots" content="INDEX, FOLLOW"/>
18   <meta name="Generator" content="ImageMagick Studio LLC"/>
19   <meta name="Author" content="ImageMagick Studio LLC"/>
20   <meta name="Revisit-after" content="2 DAYS"/>
21   <meta name="Resource-type" content="document"/>
22   <meta name="Copyright" content="Copyright (c) 1999-2011 ImageMagick Studio LLC"/>
23   <meta name="Distribution" content="Global"/>
24   <link rel="icon" href="../images/wand.png"/>
25   <link rel="shortcut icon" href="../images/wand.ico"  type="images/x-icon"/>
26   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>\r
27   <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />\r
28   <style type="text/css" media="all">\r
29     @import url("../www/magick.css");\r
30   </style>\r
31   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>\r
32   <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>\r
33   <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />\r
34   <script type="text/javascript">\r
35     $(document).ready(function() {\r
36       $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({\r
37         'transitionIn'  : 'elastic',\r
38         'transitionOut' : 'elastic',\r
39         'overlayShow'   : false,\r
40         'opacity'       : true\r
41       });\r
42     });\r
43   </script>\r
44 </head>\r
45 \r
46 <body id="www-imagemagick-org">\r
47 <div class="titlebar">\r
48 <a href="../index.html">\r
49   <img src="../images/script.png" alt="[ImageMagick]"\r
50   style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>\r
51 <a href="http://www.networkredux.com">\r
52   <img src="../images/networkredux.png" alt="[sponsor]"\r
53   style="margin-top: 42px; border: 0px; float: left;" /></a>\r
54 <a href="http://www.imagemagick.org/discourse-server/">\r
55   <img src="../images/logo.jpg"\r
56   alt="ImageMagick Logo"\r
57   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
58 <a href="../index.html">\r
59   <img src="../images/sprite.jpg"\r
60   alt="ImageMagick Sprite"\r
61   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
62 </div>\r
63 \r
64 <div class="westbar">\r
65 \r
66 <div class="menu">
67   <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
68 </div>
69 <div class="sep"></div>\r
70 <div class="menu">
71   <a title="Binary Releases" href="../www/binary-releases.html">Binary Releases</a>
72 </div>
73 <div class="sub">
74     <a title="Binary Release: Unix" href="../www/binary-releases.html#unix">Unix</a>
75 </div>
76 <div class="sub">
77     <a title="Binary Release: MacOS X" href="../www/binary-releases.html#macosx">Mac OS X</a>
78 </div>
79 <div class="sub">
80     <a title="Binary Release: Windows" href="../www/binary-releases.html#windows">Windows</a>
81 </div>
82 <div class="sep"></div>\r
83 <div class="menu">
84   <a title="Command-line Tools" href="../www/command-line-tools.html">Command-line Tools</a>
85 </div>
86 <div class="sub">
87     <a title="Command-line Tools: Processing" href="../www/command-line-processing.html">Processing</a>
88 </div>
89 <div class="sub">
90     <a title="Command-line Tools: Options" href="../www/command-line-options.html">Options</a>
91 </div>
92 <div class="sub">
93     <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
94 </div>
95 <div class="menu">
96   <a title="Program Interfaces" href="../www/api.html">Program Interfaces</a>
97 </div>
98 <div class="sub">
99     <a title="Program Interface: MagickWand" href="../www/magick-wand.html">MagickWand</a>
100 </div>
101 <div class="sub">
102     <a title="Program Interface: MagickCore" href="../www/magick-core.html">MagickCore</a>
103 </div>
104 <div class="sub">
105     <a title="Program Interface: PerlMagick" href="../www/perl-magick.html">PerlMagick</a>
106 </div>
107 <div class="sub">
108     <a title="Program Interface: Magick++" href="../www/magick++.html">Magick++</a>
109 </div>
110 <div class="sep"></div>\r
111 <div  class="menu">
112    <a title="Install from Source" href="../www/install-source.html">Install from Source</a>
113 </div>
114 <div class="sub">
115     <a title="Install from Source: Unix" href="../www/install-source.html#unix">Unix</a>
116 </div>
117 <div class="sub">
118     <a title="Install from Source: Windows" href="../www/install-source.html#windows">Windows</a>
119  </div>
120 <div class="menu">
121   <a title="Resources" href="../www/resources.html">Resources</a>
122 </div>
123 <div class="menu">
124   <a title="Architecture" href="../www/architecture.html">Architecture</a>
125 </div>
126 <div class="menu">
127   <a title="Download" href="../www/download.html">Download</a>
128 </div>
129 <div class="sep"></div>\r
130 <div class="menu">
131   <a title="Search" href="../www/search.html">Search</a>
132 </div>
133 <div class="sep"></div>\r
134 <div class="menu">
135   <a title="Site Map" href="../www/sitemap.html">Site Map</a>
136 </div>
137 <div  class="sub">
138   <a title="Site Map: Links" href="../www/links.html">Links</a>
139 </div>
140 <div class="sep"></div>\r
141 <div  class="menu">
142   <a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
143
144 <div class="sponsbox">
145 <div  class="sponsor">
146   <a title="Sponsor: Best Web Hosting" href="http://webhostinggeeks.com">Best Web Hosting</a><!-- 201110010720 -->
147 </div>
148 <div  class="sponsor">
149   <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
150 </div>
151 <div  class="sponsor">
152   <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
153 </div>
154 <div class="sponsor">
155   <a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
156 </div>
157 <div  class="sponsor">
158   <a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
159 </div>
160 <div  class="sponsor">
161   <a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
162 </div>
163 <div  class="sponsor">
164   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
165 </div>
166 <div  class="sponsor">
167    <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
168 </div>
169 </div>
170 </div>
171 </div>\r
172 \r
173 <div class="eastbar">\r
174   <script type="text/javascript">\r
175   <!--\r
176     google_ad_client = "pub-3129977114552745";\r
177     google_ad_slot = "0574824969";\r
178     google_ad_width = 160;\r
179     google_ad_height = 600;\r
180   //-->\r
181   </script>\r
182   <script type="text/javascript"\r
183     src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r
184   </script>\r
185 </div>\r
186 \r
187 <div class="main">\r
188 \r
189 <h1>Customize ImageMagick With Resources</h1>
190 <p class="navigation-index">[<a href="#configure">Configuration Files</a> &bull; <a href="#modules">Modules</a> &bull; <a href="#fonts">Fonts</a> &bull; <a href="#environment">Environment Variables</a>]</p>
191
192 <div class="doc-section">
193 <p>ImageMagick depends on a number of external resources including configuration files, loadable modules, fonts, and environment variables.</p>
194 </div>
195
196 <h2><a id="configure"></a>Configuration Files</h2>
197 <div class="doc-section">
198
199 <p>ImageMagick depends on a number of external configuration files detailed here:</p>
200
201 <dl>
202 <dt class="doc"><a href="../www/source/coder.xml">coder.xml</a></dt>
203   <dd>Associate an image format with the specified coder module.
204
205   <p>ImageMagick has a number of coder modules to support the reading and/or writing of an image format (e.g. JPEG).  Some coder modules support more than one associated image format and the mapping between an associated format and its respective coder module is defined in this configuration file.  For example, the PNG coder module not only supports the PNG image format, but the JNG and MNG formats as well.</p>
206   </dd>
207
208 <dt class="doc"><a href="../www/source/colors.xml">colors.xml</a></dt>
209   <dd>Associate a color name with its red, green, blue, and alpha intensities.
210
211   <p>A number of command line options require a <a href="../www/color.html">color parameter</a>.  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).</p>
212   </dd>
213
214 <dt class="doc"><a id="configure.xml"/><a href="../www/source/configure.xml">configure.xml</a></dt>
215   <dd>Set ImageMagick build parameters and system-wide environment variables (e.g. MAGICK_TEMPORARY_PATH).
216   <p>
217   As ImageMagick is built, a number of build parameters are saved to this configuration file.  They include the version, release date, dependent delegate libraries, and quantum depth among others.</p>
218   </dd>
219
220 <dt class="doc"><a href="../www/source/delegates.xml">delegates.xml</a></dt>
221   <dd>Associate delegate programs with certain image formats.
222
223   <p>ImageMagick relies on a number of delegate programs to support certain image formats such as <a href="http://ufraw.sourceforge.net/">ufraw-batch</a> to read raw camera formats or <a href="http://www.cs.wisc.edu/~ghost/">Ghostscript</a> to read Postscript images.  Use this configuration file to map an input or output format to an external delegate program.</p>
224   </dd>
225
226 <dt class="doc"><a href="../www/source/english.xml">english.xml</a></dt>
227   <dd>Associate message tags with English translations.</dd>
228
229 <dt class="doc"><a href="../www/source/francais.xml">francais.xml</a></dt>
230   <dd>Associate message tags with French translations.  </dd>
231
232 <dt class="doc"><a href="../www/source/locale.xml">locale.xml</a></dt>
233   <dd>Associate message tags with a  translation for your locale.
234
235   <p>ImageMagick has a number of informational, warning, and error messages that are represented as tags.  Tags are short descriptions of a message such as
236   <em>FileNotFound</em> or <em>MemoryAllocationFailed</em>.  This configuration file lists locales that have a translation for each tag recognized by ImageMagick.  Currently only English and French translations are available in the <kbd>english.xml</kbd> and <kbd>francais.xml</kbd> configuration files.</p>
237   </dd>
238
239 <dt class="doc"><a href="../www/source/log.xml">log.xml</a></dt>
240   <dd>Configure logging parameters.
241   <p>ImageMagick is capable of spewing copious amounts of informational or debugging statements.  Use this file to configure how the information will appear in a log message and where you want the logging messages posted.</p>
242   </dd>
243
244 <dt class="doc"><a href="../www/source/magic.xml">magic.xml</a></dt>
245   <dd>Associate an image format with a unique identifier.
246   <p>Many image formats have identifiers that uniquely identify a particular image format.  For example, the GIF image format always begins with <kbd>GIF8</kbd> as the first 4 characters of the image.  ImageMagick uses this information to quickly determine the type of image it is dealing with when it reads an image.</p>
247   </dd>
248
249 <dt class="doc"><a href="../www/source/mime.xml">mime.xml</a></dt>
250   <dd>Associate an internet media type with a unique identifier.
251   <p>Many files and data streams have identifiers that uniquely identify a
252 particular internet media type. For example, files in the "Corel Draw
253 drawing" format (mime type="application/vnd.corel-draw") are associated with
254 the filename pattern <kbd>*.cdr</kbd>, and also have an initial string of the
255 characters "CDRXvrsn". ImageMagick uses combinations of this information,
256 when available, to attempt to quickly determine the internet media type of a
257 file or data stream.</p>
258 </dd>
259
260 <dt class="doc"><a href="../www/source/policy.xml">policy.xml</a></dt>
261   <dd>Configure ImageMagick policies.
262   <p>By default any coder, delegate, filter, or file path is permitted.  Use a policy to deny access to, for example, the MPEG video delegate, or permit reading images from a file system but deny writing to that same file system.  Or use the resource policy to set resource limits.  Policies are useful for multi-user servers that want to limit the overall impact ImageMagick has on the system.  For example, to limit the maximum image size in memory to 100MB:</p>
263
264 <pre class="text">
265   &lt;policy domain="resource" name="area" value="100MB"/>
266 </pre>
267
268 <p>Any image larger than this area limit is cached to disk rather than memory.</p>
269
270 <p>To limit the elapsed time of any ImageMagick command to 5 minutes, use this policy:</p>
271
272 <pre class="text">
273   &lt;policy domain="resource" name="time" value="300"/>
274 </pre>
275   </dd>
276
277 <dt class="doc"><a href="../www/source/thresholds.xml">thresholds.xml</a></dt>
278   <dd>Set threshold maps for ordered posterized dither.</dd>
279
280 <dt class="doc"><a id="type.xml"></a><a href="../www/source/type.xml">type.xml</a></dt>
281   <dd>Configure fonts.
282   <p>Define the font name, family, foundry, style, format, metrics, and glyphs for any font you want to use within ImageMagick.</p>
283   </dd>
284
285 <dt class="doc"><a href="../www/source/type-ghostscript.xml">type-ghostscript.xml</a></dt>
286   <dd>Configure <a href="http://www.cs.wisc.edu/~ghost/">Ghostscript</a> fonts.
287   <p>The Ghostscript package includes a number of fonts that can be accessed with ImageMagick.</p>
288   </dd>
289
290 <dt class="doc"><a href="../www/source/type-windows.xml">type-windows.xml</a></dt>
291   <dd>Associate names with Windows font glyphs.</dd>
292
293 </dl>
294
295 <p>Under Unix and Linux, ImageMagick searches for each of the configuration files listed above by looking in the locations given below, in order, and loads them if found:</p>
296
297 <pre class="text">
298   $MAGICK_CONFIGURE_PATH
299   $PREFIX/lib/ImageMagick-6.6.7/config
300   $PREFIX/share/ImageMagick-6.6.7/config
301   $PREFIX/share/ImageMagick-6.6.7  $HOME/.magick/
302   &lt;<em>client path</em>&gt;/lib/ImageMagick-6.6.7/
303 </pre>
304
305 <p>The environmental variable $PREFIX is the default install path (e.g. <kbd>/usr/local</kbd>). The <em>client path</em> is the execution path of your ImageMagick client (e.g. <kbd>/usr/local</kbd>) .</p>
306
307 <p>For the Unix or Linux pre-compiled uninstalled binary distributions, the configuration load order is:</p>
308
309 <pre class="text">
310   $MAGICK_CONFIGURE_PATH
311   $MAGICK_HOME/lib/ImageMagick-6.6.7/config
312   $MAGICK_HOME/share/ImageMagick-6.6.7/config
313   $PREFIX/share/ImageMagick-6.6.7  $HOME/.magick/
314   &lt;<em>client path</em>&gt;/lib/ImageMagick-6.6.7/
315   &lt;<em>current directory</em>&gt;
316 </pre>
317
318 <p>Under Windows, ImageMagick searches for these configuration files in the following order, and loads them if found:</p>
319
320 <pre class="text">
321   $MAGICK_CONFIGURE_PATH
322   &lt;<em>windows registry</em>&gt;
323   $PREFIX/config
324   $USERPROFILE/.magick/
325   &lt;<em>client path</em>&gt;
326 </pre>
327
328 <p>Above, $PREFIX is the default install path, typically <kbd>c:\\Program Files\\ImageMagick-6.6.7</kbd>.</p>
329
330 <p>For an uninstalled Windows installation, the configuration load order is:</p>
331
332 <pre class="text">
333   $MAGICK_CONFIGURE_PATH
334   $MAGICK_HOME
335   $USERPROFILE/.magick/
336   <em>client path</em>
337   &lt;<em>current directory</em>&gt;
338 </pre>
339
340 <p>If a configuration file cannot not be found, ImageMagick relies on built-in default values.</p>
341
342 </div>
343
344 <h2><a id="modules"></a>Modules</h2>
345 <div class="doc-section">
346
347 <p>ImageMagick's image format support is usually provided in the form of loadable modules. It searches for loadable modules in the following order and it uses the first match found:</p>
348
349 <pre class="text">
350   $MAGICK_HOME/lib/ImageMagick-6.6.7/modules-Q16/coders/
351   $HOME/.magick/
352   &lt;<em>client path</em>&gt;/../lib/ImageMagick-6.6.7/modules-Q16/coders/
353   $MAGICK_HOME/lib/ImageMagick-6.6.7/modules-Q16/coders
354   $MAGICK_HOME/share/ImageMagick-6.6.7/modules-Q16/coders
355   $HOME/.magick/
356   &lt;<em>client path</em>&gt;/lib/ImageMagick-6.6.7/modules-Q16/coders
357 </pre>
358
359 </div>
360
361 <h2><a id="fonts"></a>Fonts</h2>
362 <div class="doc-section">
363
364 <p>ImageMagick is able to load raw TrueType and Postscript font files.  It searches for the font configuration file, <a href="#type.xml">type.xml</a>, in the following order, and loads them if found:</p>
365
366 <pre class="text">
367   $MAGICK_CONFIGURE_PATH
368   $MAGICK_HOME/lib/ImageMagick-6.6.7/config
369   $MAGICK_HOME/share/ImageMagick-6.6.7/config
370   $HOME/.magick/
371   &lt;<em>client path</em>&gt;/lib/ImageMagick-6.6.7/
372   $MAGICK_FONT_PATH
373 </pre>
374
375 </div>
376
377 <h2><a id="environment"></a>Environment Variables</h2>
378 <div class="doc-section">
379
380 <p>Environment variables recognized by ImageMagick include:</p>
381
382 <dl>
383 <dt class="doc">HOME</dt>
384   <dd>Set path to search for configuration files in <em>$HOME/.magick</em> if the directory exists.</dd>
385 <dt class="doc">LD_LIBRARY_PATH</dt>
386   <dd>Set path to the ImageMagick shareable libraries and other dependent libraries.</dd>
387 <dt class="doc">MAGICK_AREA_LIMIT</dt>
388   <dd>Set the maximum <em>width * height</em> of an image that can reside in the pixel cache memory.</dd>
389   <dd>Images that exceed the area limit are cached to disk (see <a href="#disk-limit">MAGICK_DISK_LIMIT</a>).</dd>
390 <dt class="doc">MAGICK_CODER_FILTER_PATH</dt>
391   <dd>Set search path to use when searching for filter process modules (invoked via  <a href="../www/command-line-options.html#process">-process</a>).</dd>
392   <dd>This path permits the user to extend ImageMagick's image processing functionality by adding loadable modules to a preferred location rather than copying them into the ImageMagick installation directory.  The formatting of the search path is similar to operating system search paths (i.e. colon delimited for Unix, and semi-colon delimited for Microsoft Windows). This user specified search path is searched before trying the <a href="#modules">default search path</a>.</dd>
393 <dt class="doc">MAGICK_CODER_MODULE_PATH</dt>
394   <dd>Set path where ImageMagick can locate its coder modules.</dd>
395   <dd>This path permits the user to arbitrarily extend the image formats supported by ImageMagick by adding loadable coder modules from an preferred location rather than copying them into the ImageMagick installation directory.  The formatting of the search path is similar to operating system search paths (i.e. colon delimited for Unix, and semi-colon delimited for Microsoft Windows). This user specified search path is searched before trying the <a href="#modules">default search path</a>.</dd>
396 <dt class="doc">MAGICK_CONFIGURE_PATH</dt>
397   <dd>Set path where ImageMagick can locate its configuration files</dd>
398   <dd>Use this search path to search for configuration (.xml) files. The formatting of the search path is similar to operating system search paths (i.e. colon delimited for Unix, and semi-colon delimited for Microsoft Windows). This user specified search path is searched before trying the <a href="#configure">default search path</a>.</dd>
399 <dt class="doc">MAGICK_DEBUG</dt>
400   <dd>Set debug options.</dd>
401   <dd>See <a href="../www/command-line-options.html#debug">-debug</a> for a description of debugging options.</dd>
402 <dt class="doc"><a id="disk-limit"></a>MAGICK_DISK_LIMIT</dt>
403   <dd>Set maximum amount of disk space in bytes permitted for use by the pixel cache.</dd>
404   <dd>When this limit is exceeded, the pixel cache is not be created and an error message is returned.</dd>
405 <dt class="doc">MAGICK_FILE_LIMIT</dt>
406   <dd>Set maximum number of open pixel cache files.</dd>
407   <dd>When this limit is exceeded, any subsequent pixels cached to disk are closed and reopened on demand.  This behavior permits a large number of images to be accessed simultaneously on disk, but with a speed penalty due to repeated open/close calls.</dd>
408 <dt class="doc">MAGICK_FONT_PATH</dt>
409   <dd>Set path ImageMagick searches for TrueType and Postscript Type1 font files.</dd>
410   <dd>This path is only consulted if a particular font file is not found in the current directory.</dd>
411 <dt class="doc">MAGICK_HOME</dt>
412   <dd>Set the path at the top of ImageMagick installation directory.</dd>
413   <dd>This path is consulted by <em>uninstalled</em> builds of ImageMagick which do not have their location hard-coded or set by an installer.</dd>
414 <dt class="doc"><a id="map-limit"></a>MAGICK_MAP_LIMIT</dt>
415   <dd>Set maximum amount of memory map in bytes to allocate for the pixel cache.</dd>
416   <dd>When this limit is exceeded, the image pixels are cached to disk (see MAGICK_DISK_LIMIT).</dd>
417 <dt class="doc">MAGICK_MEMORY_LIMIT</dt>
418   <dd>Set maximum amount of memory in bytes to allocate for the pixel cache from the heap.</dd>
419   <dd>When this limit is exceeded, the image pixels are cached to memory-mapped disk (see <a href="#map-limit">MAGICK_MAP_LIMIT</a>).</dd>
420 <dt class="doc">MAGICK_PRECISION</dt>
421   <dd>Set the maximum number of significant digits to be printed.</dd>
422 <dt class="doc">MAGICK_SYNCHRONIZE</dt>
423   <dd>Set to true to synchronize image to storage device.</dd>
424 <dt class="doc">MAGICK_TEMPORARY_PATH</dt>
425   <dd>Set path to store temporary files.</dd>
426 <dt class="doc">MAGICK_THREAD_LIMIT</dt>
427   <dd>Set maximum parallel threads.</dd>
428   <dd>Many ImageMagick algorithms run in parallel on multi-processor systems.  Use this enviroment variable to set the maximum number of threads that are permitted to run in parallel.</dd>
429 <dt class="doc">MAGICK_THROTTLE</dt>
430   <dd>Periodically yield the CPU for at least the time specified in milliseconds.</dd>
431 <dt class="doc">MAGICK_TIME_LIMIT</dt>
432   <dd>Set maximum time in seconds.</dd>
433   <dd>When this limit is exceeded, an exception is thrown and processing stops.</dd>
434 </dl>
435 </div>
436 \r
437 </div>\r
438 \r
439 <div id="linkbar">\r
440     <span id="linkbar-west">&nbsp;</span>\r
441     <span id="linkbar-center">\r
442       <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;\r
443       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>\r
444     </span>\r
445     <span id="linkbar-east">&nbsp;</span>\r
446   </div>\r
447   <div class="footer">\r
448     <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span>\r
449     <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>\r
450   </div>\r
451   <div style="clear: both; margin: 0; width: 100%; "></div>\r
452   <script type="text/javascript">\r
453     var _gaq = _gaq || [];\r
454     _gaq.push(['_setAccount', 'UA-17690367-1']);\r
455     _gaq.push(['_trackPageview']);\r
456 \r
457     (function() {\r
458       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
459       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
460       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
461     })();\r
462   </script>\r
463 </body>\r
464 </html>\r