X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Feffect.html;h=3a33670683cb3a59ad32f106416c64a446525a3c;hb=3c98a4f16d52dec9efa9a9b4e36b5624138b324a;hp=b7a77be758fe80d60d62c0c28ddc9a6c843c155a;hpb=76e378e5e894a792a33d5d9597248be1fc2756cd;p=imagemagick diff --git a/www/api/effect.html b/www/api/effect.html index b7a77be75..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,120 +45,129 @@ style="width: 114px; height: 118px; border: 0px; float: right;" /> -
+
+
- -
- - +
+ +
- +

AdaptiveBlurImage

@@ -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)
 
@@ -364,6 +376,36 @@ _8c.html" target="source" name="EmbossImage">EmbossImage
sigma

    the standard deviation of the Gaussian, in pixels.

+
exception
+

    return any errors or warnings in this structure.

+ +
+

FilterImage

+
+ +

FilterImage() applies a custom convolution kernel to the image.

+ +

The format of the FilterImage method is:

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

A description of each parameter follows:

+ +
image
+

    the image.

+ +
channel
+

    the channel type.

+ +
kernel
+

    the filtering kernel.

+
exception

    return any errors or warnings in this structure.

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