You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Set the maximum <var>width * height</var> of an image that can reside in the pixel cache memory. Images that exceed the area limit are cached to disk (see <ahref="#disk-limit">MAGICK_DISK_LIMIT</a>) and optionally memory-mapped.</td>
341
341
</tr>
342
342
<tr>
343
-
<td>MAGICK_CODER_FILTER_PATH</td>
343
+
<td>MAGICK_FILTER_MODULE_PATH</td>
344
344
<td>Set search path to use when searching for filter process modules (invoked via <ahref="command-line-options.html#process">-process</a>). 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 Linux, and semi-colon delimited for Microsoft Windows). This user specified search path is searched before trying the <ahref="#modules">default search path</a>.</td>
0 commit comments