]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 11 Jun 2015 16:11:09 +0000 (16:11 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 11 Jun 2015 16:11:09 +0000 (16:11 +0000)
MagickWand/magick-image.c

index 2f5a4302c9c24bbf728b80265a04789922446416..6c00caab70211a8c92aeadad995407d02d27504b 100644 (file)
@@ -8004,7 +8004,7 @@ WandExport MagickBooleanType MagickRandomThresholdImage(MagickWand *wand,
 %
 %  Use MagickSetFirstIterator(), to insert new images before all the current
 %  images in the wand, MagickSetLastIterator() to append add to the end,
-%  MagickSetImageIndex() to place images just after the given index.
+%  MagickSetIteratorIndex() to place images just after the given index.
 %
 %  The format of the MagickReadImage method is:
 %
@@ -8788,7 +8788,7 @@ WandExport MagickBooleanType MagickSepiaToneImage(MagickWand *wand,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  MagickSetImage() replaces the last image returned by MagickSetImageIndex(),
+%  MagickSetImage() replaces the last image returned by MagickSetIteratorIndex(),
 %  MagickNextImage(), MagickPreviousImage() with the images from the specified
 %  wand.
 %