X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fmorphology.html;h=2529b3f4582db9815d0bb7f770d03823bd91a1d8;hb=320dd6e7c3d46be6192087b546185b784895e2e7;hp=120cbc946fc7167a5b2237c4ecb7f1552858d384;hpb=c02484c6f0b78135e8300ea1e3e580377f83efd3;p=imagemagick diff --git a/www/api/morphology.html b/www/api/morphology.html index 120cbc946..2529b3f45 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -1,13 +1,13 @@ - + - + - + ImageMagick: MagickCore, C API for ImageMagick: Morphological Erosions, Dilations, Openings, and Closings @@ -141,9 +141,6 @@ - @@ -288,7 +285,7 @@ _8c.html" target="source" name="CloneKernelInfo">CloneKernelInfo

CloneKernelInfo() creates a new clone of the given Kernel so that its can be modified without effecting the original. The cloned kernel should be destroyed using DestoryKernelInfo() when no longer needed.

-

The format of the DestroyKernelInfo method is:

+

The format of the CloneKernelInfo method is:

   KernelInfo *CloneKernelInfo(const KernelInfo *kernel)