]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 8 Nov 2011 01:52:04 +0000 (01:52 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 8 Nov 2011 01:52:04 +0000 (01:52 +0000)
MagickWand/mogrify.c

index 6061d99550800bde09c929e37264d30151a1acc9..4c256e7ddaf9b1ac31cf227fc445b30a4d83beef 100644 (file)
@@ -385,14 +385,6 @@ static MagickBooleanType MonitorProgress(const char *text,
   return(MagickTrue);
 }
 
-  /*
-    SparseColorOption() parses the complex -sparse-color argument into an
-    an array of floating point values then calls SparseColorImage().
-    Argument is a complex mix of floating-point pixel coodinates, and color
-    specifications (or direct floating point numbers).  The number of floats
-    needed to represent a color varies depending on the current channel
-    setting.
-  */
 static Image *SparseColorOption(const Image *image,
   const SparseColorMethod method,const char *arguments,
   const MagickBooleanType color_from_image,ExceptionInfo *exception)
@@ -422,6 +414,13 @@ static Image *SparseColorOption(const Image *image,
     number_arguments,
     number_colors;
 
+  /*
+    SparseColorOption() parses the complex -sparse-color argument into an an
+    array of floating point values then calls SparseColorImage().  Argument is
+    a complex mix of floating-point pixel coodinates, and color specifications
+    (or direct floating point numbers).  The number of floats needed to
+    represent a color varies depending on the current channel setting.
+  */
   assert(image != (Image *) NULL);
   assert(image->signature == MagickSignature);
   if (image->debug != MagickFalse)