X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fmagick-deprecate.html;h=9fedccfd42633bdceb6c4ccb068191fbb233163f;hb=63fed270c402a8127899cee58faa69f85f5443fa;hp=38ebcbaecabf99012dd76c1c535f1d035c42c9d4;hpb=2fa94233466707357998e6e29474419566ef099a;p=imagemagick diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 38ebcbaec..9fedccfd4 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -126,6 +126,9 @@ + @@ -152,8 +155,26 @@
- + + +

MagickAverageImages

+
+ +

MagickAverageImages() average a set of images.

+ +

The format of the MagickAverageImages method is:

+ +
+  MagickWand *MagickAverageImages(MagickWand *wand)
+
+ +

A description of each parameter follows:

+ +
wand
+

    the magick wand.

+

MagickClipPathImage

@@ -536,6 +557,42 @@ _8c.html" target="source" name="MagickMatteFloodfillImage">MagickMatteFloodfillI

MagickMaximumImages

+
+ +

MagickMaximumImages() returns the maximum intensity of an image sequence.

+ +

The format of the MagickMaximumImages method is:

+ +
+  MagickWand *MagickMaximumImages(MagickWand *wand)
+
+ +

A description of each parameter follows:

+ +
wand
+

    the magick wand.

+ +
+

MagickMinimumImages

+
+ +

MagickMinimumImages() returns the minimum intensity of an image sequence.

+ +

The format of the MagickMinimumImages method is:

+ +
+  MagickWand *MagickMinimumImages(MagickWand *wand)
+
+ +

A description of each parameter follows:

+ +
wand
+

    the magick wand.

+ +
+

MagickMosaicImages