X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Feffect.html;h=3a33670683cb3a59ad32f106416c64a446525a3c;hb=3c98a4f16d52dec9efa9a9b4e36b5624138b324a;hp=919d972ebd66db69c5b0ac14686df08780e4cd9a;hpb=d43a46bc9598004091eae232bc7938e009b494a1;p=imagemagick diff --git a/www/api/effect.html b/www/api/effect.html index 919d972eb..3a3367068 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -1,21 +1,18 @@ - + - - - - - - ImageMagick: MagickCore, C API for ImageMagick: Add an Effect + + + ImageMagick: MagickCore, C API for ImageMagick: Add an Effect + + + - @@ -24,6 +21,12 @@ + + + + @@ -42,115 +45,124 @@ style="width: 114px; height: 118px; border: 0px; float: right;" /> -
+
+
- -
- - +
+ +
@@ -269,10 +281,10 @@ _8c.html" target="source" name="ConvolveImage">ConvolveImage

The format of the ConvolveImage method is:

-  Image *ConvolveImage(const Image *image,const unsigned long order,
+  Image *ConvolveImage(const Image *image,const size_t order,
     const double *kernel,ExceptionInfo *exception)
   Image *ConvolveImageChannel(const Image *image,const ChannelType channel,
-    const unsigned long order,const double *kernel,
+    const size_t order,const double *kernel,
     ExceptionInfo *exception)
 
@@ -377,10 +389,10 @@ _8c.html" target="source" name="FilterImage">FilterImage

The format of the FilterImage method is:

-  Image *FilterImage(const Image *image,const MagickKernel *kernel,
+  Image *FilterImage(const Image *image,const KernelInfo *kernel,
     ExceptionInfo *exception)
   Image *FilterImageChannel(const Image *image,const ChannelType channel,
-    const MagickKernel *kernel,ExceptionInfo *exception)
+    const KernelInfo *kernel,ExceptionInfo *exception)
 

A description of each parameter follows:

@@ -752,10 +764,10 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage
@@ -764,5 +776,16 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage Contact the Wizards
+