]> granicus.if.org Git - imagemagick/commitdiff
Fix wrong number of columns in documentation.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 25 Sep 2015 12:53:36 +0000 (14:53 +0200)
committerdirk <dirk@git.imagemagick.org>
Fri, 25 Sep 2015 21:20:59 +0000 (23:20 +0200)
MagickWand/magick-image.c

index 08e1688cfae5909f3ce5f6e96198fc9bef18fe94..138604700d5e7d5d3612b46fe9ecfaea7cc00f69 100644 (file)
@@ -2283,7 +2283,7 @@ WandExport MagickBooleanType MagickCycleColormapImage(MagickWand *wand,
 %  example, to create a 640x480 image from unsigned red-green-blue character
 %  data, use
 %
-%      MagickConstituteImage(wand,640,640,"RGB",CharPixel,pixels);
+%      MagickConstituteImage(wand,640,480,"RGB",CharPixel,pixels);
 %
 %  The format of the MagickConstituteImage method is:
 %