diff --git a/include/architecture.php b/include/architecture.php index ac1376a0..a86358ac 100644 --- a/include/architecture.php +++ b/include/architecture.php @@ -1119,6 +1119,10 @@

We provide the Magick Coder Kit to help you get started writing your own custom coder.

+

Before you build, set the PKG_CONFIG_PATH environment variable if ImageMagick is not in your default system path:

+ + +

Custom Image Filters

ImageMagick provides a convenient mechanism for adding your own custom image processing algorithms. We call these image filters and they are invoked from the command line with the -process option or from the MagickCore API method ExecuteModuleProcess().

@@ -1394,4 +1398,8 @@

We provide the Magick Filter Kit to help you get started writing your own custom image filter.

+

Before you build, set the PKG_CONFIG_PATH environment variable if ImageMagick is not in your default system path:

+ + +