X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fwand-view.html;h=9f85d18229194af320d3fd4f972302f2d230c09b;hb=075ad25a9c1669a298a84101add52b82724d4c33;hp=f2a7692521e7dedb36db730075e431f3c94e87d5;hpb=ae6203dadd53ccb3e1a95fc223aeb9ad5ab336b0;p=imagemagick diff --git a/www/api/wand-view.html b/www/api/wand-view.html index f2a769252..9f85d1822 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -2,20 +2,17 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - - - - - ImageMagick: MagickWand, C API for ImageMagick: Wand View Methods + + + ImageMagick: MagickWand, C API for ImageMagick: Wand View Methods + + + - @@ -24,6 +21,12 @@ + + + + @@ -124,25 +127,28 @@
+
@@ -164,7 +170,7 @@
- +

CloneWandView

@@ -486,6 +492,28 @@ _8c.html" target="source" name="SetWandViewIterator">SetWandViewIterator

SetWandViewThreads

+
+ +

SetWandViewThreads() sets the number of threads in a thread team.

+ +

The format of the SetWandViewDescription method is:

+ +
+  void SetWandViewThreads(WandView *image_view,
+    const size_t number_threads)
+
+ +

A description of each parameter follows:

+ +
image_view
+

    the image view.

+ +
number_threads
+

    the number of threads in a thread team.

+ +
+

TransferWandViewIterator