Lines Matching full:imagemagick
10 <title>ImageMagick - Resources</title>
11 <meta name="application-name" content="ImageMagick" />
12 …<meta name="description" content="Use ImageMagick® to create, edit, compose, and convert digital i…
13 <meta name="application-url" content="https://imagemagick.org" />
18 <meta name="generator" content="ImageMagick Studio LLC" />
19 <meta name="author" content="ImageMagick Studio LLC" />
22 <meta name="copyright" content="Copyright (c) 1999-2020 ImageMagick Studio LLC" />
26 <meta property='og:title' content='ImageMagick' />
29 <meta property='og:site_name' content='ImageMagick' />
40 …<a class="navbar-brand" href="../"><img class="d-block" id="icon" alt="ImageMagick" width="32" hei…
63 …<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">…
66 …<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="3…
97 <p class="lead magick-description">ImageMagick depends on a number of external resources including …
101 <p>ImageMagick depends on a number of external configuration files detailed here:</p>
104 <dt class="col-md-4"><a href="https://imagemagick.org/source/coder.xml">coder.xml</a></dt>
107 …ImageMagick has a number of coder modules to support the reading and/or writing of an image format…
110 <dt class="col-md-4"><a href="https://imagemagick.org/source/colors.xml">colors.xml</a></dt>
116 <dt class="col-md-4"><a class="anchor" id="configure.xml"/><a href="https://imagemagick.org/source/…
117 …<dd class="col-md-8">Set ImageMagick build parameters and system-wide environment variables (e.g. …
118 …As ImageMagick is built, a number of build parameters are saved to this configuration file. They …
121 <dt class="col-md-4"><a href="https://imagemagick.org/source/delegates.xml">delegates.xml</a></dt>
124 …ImageMagick relies on a number of delegate programs to support certain image formats such as <a hr…
127 <dt class="col-md-4"><a href="https://imagemagick.org/source/english.xml">english.xml</a></dt>
130 <dt class="col-md-4"><a href="https://imagemagick.org/source/francais.xml">francais.xml</a></dt>
133 <dt class="col-md-4"><a href="https://imagemagick.org/source/locale.xml">locale.xml</a></dt>
136 …ImageMagick has a number of informational, warning, and error messages that are represented as tag…
137 … file lists locales that have a translation for each tag recognized by ImageMagick. Currently onl…
140 <dt class="col-md-4"><a href="https://imagemagick.org/source/log.xml">log.xml</a></dt>
142 …ImageMagick is capable of spewing copious amounts of informational or debugging statements. Use t…
145 <dt class="col-md-4"><a href="https://imagemagick.org/source/mime.xml">mime.xml</a></dt>
151 characters "CDRXvrsn". ImageMagick uses combinations of this information,
156 <dt class="col-md-4"><a href="https://imagemagick.org/source/policy.xml">policy.xml</a></dt>
157 <dd class="col-md-8">Configure ImageMagick policies.
158 …re useful for multi-user servers that want to limit the overall impact ImageMagick has on the syst…
168 To limit the elapsed time of any ImageMagick command to 5 minutes, use this policy:
171 …MB). In addition, resource policies are maximums for each instance of ImageMagick (e.g. policy me…
173 <dt class="col-md-4"><a href="https://imagemagick.org/source/quantization-table.xml">quantization-t…
176 <dt class="col-md-4"><a href="https://imagemagick.org/source/thresholds.xml">thresholds.xml</a></dt>
179 <dt class="col-md-4"><a class="anchor" id="type.xml"></a><a href="https://imagemagick.org/source/ty…
181 …amily, foundry, style, format, metrics, and glyphs for any font you want to use within ImageMagick.
184 <dt class="col-md-4"><a href="https://imagemagick.org/source/type-ghostscript.xml">type-ghostscript…
186 … href="https://sourceforge.net/projects/gs-fonts/">fonts</a> that can be accessed with ImageMagick.
189 <dt class="col-md-4"><a href="https://imagemagick.org/source/type-windows.xml">type-windows.xml</a>…
193 <p>Under Unix and Linux, ImageMagick searches for each of the configuration files listed above by l…
196 $PREFIX/etc/ImageMagick-7
197 $PREFIX/share/ImageMagick-7
198 $XDG_CACHE_HOME/ImageMagick
199 $HOME/.config/ImageMagick
200 <<var>client path</var>>/etc/ImageMagick</code></pre>
202 …ocal</code>). The <var>client path</var> is the execution path of your ImageMagick client (e.g. <c…
207 $MAGICK_HOME/etc/ImageMagick-7
208 $MAGICK_HOME/share/ImageMagick-7
209 $PREFIX/share/ImageMagick-7
210 $XDG_CACHE_HOME/ImageMagick
211 $HOME/.config/ImageMagick/
212 <<var>client path</var>>/etc/ImageMagick
215 <p>Under Windows, ImageMagick searches for these configuration files in the following order, and lo…
220 $USERPROFILE/.config/ImageMagick
223 <p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-7.0.1…
229 $USERPROFILE/.config/ImageMagick
233 <p>If a configuration file cannot not be found, ImageMagick relies on built-in default values.</p>
238 …ting, and unregistering one image format (e.g. PNG, GIF, JPEG, etc.). ImageMagick searches for co…
240 <pre class="highlight"><code>$MAGICK_HOME/lib/ImageMagick-7.0.10/modules-Q16/coders
241 <<var>client path</var>>/../lib/ImageMagick-7.0.10/modules-Q16/coders
242 $MAGICK_HOME/lib/ImageMagick-7.0.10/modules-Q16/coders
243 $MAGICK_HOME/share/ImageMagick-7.0.10/modules-Q16/coders
244 $XDG_CACHE_HOME/ImageMagick
245 $HOME/.config/ImageMagick
246 <<var>client path</var>>/lib/ImageMagick-7.0.10/modules-Q16/coders</code></pre>
249 <p>ImageMagick provides a convenient mechanism for adding your own custom image processing algorith…
250 <pre class="highlight"><code>$MAGICK_HOME/lib/ImageMagick-7.0.10/modules-Q16/filters
251 <<var>client path</var>>/../lib/ImageMagick-7.0.10/modules-Q16/filters
252 $MAGICK_HOME/lib/ImageMagick-7.0.10/modules-Q16/filters
253 $MAGICK_HOME/share/ImageMagick-7.0.10/modules-Q16/filters
254 $XDG_CACHE_HOME/ImageMagick
255 $HOME/.config/ImageMagick
256 <<var>client path</var>>/lib/ImageMagick-7.0.10/modules-Q16/filters</code></pre>
260 <p>ImageMagick is able to load raw TrueType and Postscript font files. It searches for the font co…
263 $MAGICK_HOME/etc/ImageMagick/-7.0.10
264 $MAGICK_HOME/share/ImageMagick-7.0.10
265 $XDG_CACHE_HOME/ImageMagick
266 $HOME/.config/ImageMagick
267 <<var>client path</var>>/etc/ImageMagick
272 <p>Environment variables recognized by ImageMagick include:</p>
278 …<td>Set path to search for configuration files in <code>$HOME/.config/ImageMagick</code> if the di…
282 <td>Set path to the ImageMagick shareable libraries and other dependent libraries.</td>
290 …xtend ImageMagick's image processing functionality by adding loadable modules to a preferred locat…
294 …ImageMagick can locate its coder modules. This path permits the user to arbitrarily extend the im…
298 …<td>Set path where ImageMagick can locate its configuration files. Use this search path to search…
318 …<td>Set path ImageMagick searches for TrueType and Postscript Type1 font files. This path is only…
326 …the path at the top of ImageMagick installation directory. This path is consulted by <var>uninsta…
350 …<td>If you want to keep the temporary files ImageMagick creates private, overwrite them with zeros…
362 …<td>Set maximum parallel threads. Many ImageMagick algorithms run in parallel on multi-processor …
400 <a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
402 …<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="Gi…
403 …<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg…
405 <small>© 1999-2021 ImageMagick Studio LLC</small>