]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 11 Jan 2012 02:46:38 +0000 (02:46 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 11 Jan 2012 02:46:38 +0000 (02:46 +0000)
MagickCore/image.c

index 77ad356c7575196ff0c6d83b4b971ef7b202d1f8..3caccbd5273e7cafbfa6400936d848c7ddba3b7a 100644 (file)
@@ -2193,15 +2193,14 @@ MagickExport MagickBooleanType ResetImagePage(Image *image,const char *page)
 %                                                                             %
 %                                                                             %
 %                                                                             %
-%     S e p a r a t e I m a g e C h a n n e l                                 %
+%     S e p a r a t e I m a g e                                               %
 %                                                                             %
 %                                                                             %
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  SeparateImage() separates a channel from the image and returns it as
-%  a grayscale image.  A channel is a particular color component of each pixel
-%  in the image.
+%  SeparateImage() separates a channel from the image and returns it as a
+%  grayscale image.
 %
 %  The format of the SeparateImage method is:
 %