X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Feffect.html;h=d5870b7a8bc951e1c0a2c9012c01b522888cab2d;hb=b56bb24a985ca4366713bcd8ffdfacbb48a98a2f;hp=7b7e823bd3e28f353834d1881ceb9e2c96712700;hpb=c736403a29b2afc9a65982f37c0171f809c3f4b6;p=imagemagick diff --git a/www/api/effect.html b/www/api/effect.html index 7b7e823bd..d5870b7a8 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -1,83 +1,107 @@ - - - - - + + + + + + ImageMagick: MagickCore, C API for ImageMagick: Add an Effect - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - -
-
- - -
- - ImageMagick Logo - - ImageMagick Sprite -
- -
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + ImageMagick Logo + + ImageMagick Sprite +
+ +
+ -
@@ -88,12 +112,12 @@ Mac OS X
- iPhone + iOS
Windows
-
+
@@ -121,7 +145,7 @@
Magick++
-
+
@@ -140,67 +164,64 @@ -
+
-
+
Links
-
- -
- -
- -
- -
- +
+
+ +
+ + +
+ +
+
+ +
+

Module effect Methods

- +

AdaptiveBlurImage

@@ -337,7 +358,7 @@

DespeckleImage

-

DespeckleImage() reduces the speckle noise in an image while perserving the edges of the original image.

+

DespeckleImage() reduces the speckle noise in an image while perserving the edges of the original image. A speckle removing filter uses a complementary hulling technique (raising pixels that are darker than their surrounding neighbors, then complementarily lowering pixels that are brighter than their surrounding neighbors) to reduce the speckle index of that image (reference Crimmins speckle removal).

The format of the DespeckleImage method is:

@@ -679,42 +700,6 @@
radius

Choose a random pixel in a neighborhood of this extent.

-
exception
-

return any errors or warnings in this structure.

- -
-

StatisticImage

-
- -

StatisticImage() makes each pixel the min / max / median / mode / etc. of the neighborhood of the specified width and height.

- -

The format of the StatisticImage method is:

- -
-  Image *StatisticImage(const Image *image,const StatisticType type,
-    const size_t width,const size_t height,ExceptionInfo *exception)
-  Image *StatisticImageChannel(const Image *image,
-    const ChannelType channel,const StatisticType type,
-    const size_t width,const size_t height,ExceptionInfo *exception)
-
- -

A description of each parameter follows:

- -
image
-

the image.

- -
channel
-

the image channel.

- -
type
-

the statistic type (median, mode, etc.).

- -
width
-

the width of the pixel neighborhood.

- -
height
-

the height of the pixel neighborhood.

-
exception

return any errors or warnings in this structure.

@@ -759,32 +744,24 @@

return any errors or warnings in this structure.

- -
- - - -
- - - + +
+ + + +
+ +