Lines Matching full:imagemagick
10 <title>Resources @ ImageMagick</title>
11 <meta name="application-name" content="ImageMagick" />
12 …<meta name="description" content="Use ImageMagick® to create, edit, compose, or convert bitmap ima…
13 <meta name="application-url" content="https://imagemagick.org" />
15 …<meta name="keywords" content="resources, ImageMagick, PerlMagick, image processing, image, photo,…
18 <meta name="generator" content="ImageMagick Studio LLC" />
19 <meta name="author" content="ImageMagick Studio LLC" />
22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" />
34 …<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" widt…
60 … <a class="nav-link" target="_blank" href="https://imagemagick.org/discourse-server/">Community</a>
63 <form class="form-inline my-2 my-lg-0" action="https://imagemagick.org/script/search.php">
86 <p class="lead magick-description">ImageMagick depends on a number of external resources including …
90 <p>ImageMagick depends on a number of external configuration files detailed here:</p>
93 <dt class="col-md-4"><a href="https://imagemagick.org/source/coder.xml">coder.xml</a></dt>
96 …ImageMagick has a number of coder modules to support the reading and/or writing of an image format…
99 <dt class="col-md-4"><a href="https://imagemagick.org/source/colors.xml">colors.xml</a></dt>
105 <dt class="col-md-4"><a class="anchor" id="configure.xml"/><a href="https://imagemagick.org/source/…
106 …<dd class="col-md-8">Set ImageMagick build parameters and system-wide environment variables (e.g. …
107 …As ImageMagick is built, a number of build parameters are saved to this configuration file. They …
110 <dt class="col-md-4"><a href="https://imagemagick.org/source/delegates.xml">delegates.xml</a></dt>
113 …ImageMagick relies on a number of delegate programs to support certain image formats such as <a hr…
116 <dt class="col-md-4"><a href="https://imagemagick.org/source/english.xml">english.xml</a></dt>
119 <dt class="col-md-4"><a href="https://imagemagick.org/source/francais.xml">francais.xml</a></dt>
122 <dt class="col-md-4"><a href="https://imagemagick.org/source/locale.xml">locale.xml</a></dt>
125 …ImageMagick has a number of informational, warning, and error messages that are represented as tag…
126 … file lists locales that have a translation for each tag recognized by ImageMagick. Currently onl…
129 <dt class="col-md-4"><a href="https://imagemagick.org/source/log.xml">log.xml</a></dt>
131 …ImageMagick is capable of spewing copious amounts of informational or debugging statements. Use t…
134 <dt class="col-md-4"><a href="https://imagemagick.org/source/mime.xml">mime.xml</a></dt>
140 characters "CDRXvrsn". ImageMagick uses combinations of this information,
145 <dt class="col-md-4"><a href="https://imagemagick.org/source/policy.xml">policy.xml</a></dt>
146 <dd class="col-md-8">Configure ImageMagick policies.
147 …re useful for multi-user servers that want to limit the overall impact ImageMagick has on the syst…
157 To limit the elapsed time of any ImageMagick command to 5 minutes, use this policy:
160 …MB). In addition, resource policies are maximums for each instance of ImageMagick (e.g. policy me…
162 <dt class="col-md-4"><a href="https://imagemagick.org/source/quantization-table.xml">quantization-t…
165 <dt class="col-md-4"><a href="https://imagemagick.org/source/thresholds.xml">thresholds.xml</a></dt>
168 <dt class="col-md-4"><a class="anchor" id="type.xml"></a><a href="https://imagemagick.org/source/ty…
170 …amily, foundry, style, format, metrics, and glyphs for any font you want to use within ImageMagick.
173 <dt class="col-md-4"><a href="https://imagemagick.org/source/type-ghostscript.xml">type-ghostscript…
175 … href="https://sourceforge.net/projects/gs-fonts/">fonts</a> that can be accessed with ImageMagick.
178 <dt class="col-md-4"><a href="https://imagemagick.org/source/type-windows.xml">type-windows.xml</a>…
182 <p>Under Unix and Linux, ImageMagick searches for each of the configuration files listed above by l…
185 $PREFIX/etc/ImageMagick-7
186 $PREFIX/share/ImageMagick-7
187 $XDG_CACHE_HOME/ImageMagick
188 $HOME/.config/ImageMagick
189 <<var>client path</var>>/etc/ImageMagick</code></pre>
191 …ocal</code>). The <var>client path</var> is the execution path of your ImageMagick client (e.g. <c…
196 $MAGICK_HOME/etc/ImageMagick-7
197 $MAGICK_HOME/share/ImageMagick-7
198 $PREFIX/share/ImageMagick-7
199 $XDG_CACHE_HOME/ImageMagick
200 $HOME/.config/ImageMagick/
201 <<var>client path</var>>/etc/ImageMagick
204 <p>Under Windows, ImageMagick searches for these configuration files in the following order, and lo…
209 $USERPROFILE/.config/ImageMagick
212 <p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-7.0.8…
218 $USERPROFILE/.config/ImageMagick
222 <p>If a configuration file cannot not be found, ImageMagick relies on built-in default values.</p>
227 …ting, and unregistering one image format (e.g. PNG, GIF, JPEG, etc.). ImageMagick searches for co…
229 <pre class="highlight"><code>$MAGICK_HOME/lib/ImageMagick-7.0.8/modules-Q16/coders
230 <<var>client path</var>>/../lib/ImageMagick-7.0.8/modules-Q16/coders
231 $MAGICK_HOME/lib/ImageMagick-7.0.8/modules-Q16/coders
232 $MAGICK_HOME/share/ImageMagick-7.0.8/modules-Q16/coders
233 $XDG_CACHE_HOME/ImageMagick
234 $HOME/.config/ImageMagick
235 <<var>client path</var>>/lib/ImageMagick-7.0.8/modules-Q16/coders</code></pre>
238 <p>ImageMagick provides a convenient mechanism for adding your own custom image processing algorith…
239 <pre class="highlight"><code>$MAGICK_HOME/lib/ImageMagick-7.0.8/modules-Q16/filters
240 <<var>client path</var>>/../lib/ImageMagick-7.0.8/modules-Q16/filters
241 $MAGICK_HOME/lib/ImageMagick-7.0.8/modules-Q16/filters
242 $MAGICK_HOME/share/ImageMagick-7.0.8/modules-Q16/filters
243 $XDG_CACHE_HOME/ImageMagick
244 $HOME/.config/ImageMagick
245 <<var>client path</var>>/lib/ImageMagick-7.0.8/modules-Q16/filters</code></pre>
249 <p>ImageMagick is able to load raw TrueType and Postscript font files. It searches for the font co…
252 $MAGICK_HOME/etc/ImageMagick/-7.0.8
253 $MAGICK_HOME/share/ImageMagick-7.0.8
254 $XDG_CACHE_HOME/ImageMagick
255 $HOME/.config/ImageMagick
256 <<var>client path</var>>/etc/ImageMagick
261 <p>Environment variables recognized by ImageMagick include:</p>
267 …<td>Set path to search for configuration files in <code>$HOME/.config/ImageMagick</code> if the di…
271 <td>Set path to the ImageMagick shareable libraries and other dependent libraries.</td>
279 …xtend ImageMagick's image processing functionality by adding loadable modules to a preferred locat…
283 …ImageMagick can locate its coder modules. This path permits the user to arbitrarily extend the im…
287 …<td>Set path where ImageMagick can locate its configuration files. Use this search path to search…
307 …<td>Set path ImageMagick searches for TrueType and Postscript Type1 font files. This path is only…
315 …the path at the top of ImageMagick installation directory. This path is consulted by <var>uninsta…
339 …<td>If you want to keep the temporary files ImageMagick creates private, overwrite them with zeros…
351 …<td>Set maximum parallel threads. Many ImageMagick algorithms run in parallel on multi-processor …
382 <a href="https://imagemagick.org/script/contact.php">Contact Us</a>
384 <small>© 1999-2019 ImageMagick Studio LLC</small></p>