]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Tue, 4 Oct 2011 11:09:07 +0000 (11:09 +0000)
committeranthony <anthony@git.imagemagick.org>
Tue, 4 Oct 2011 11:09:07 +0000 (11:09 +0000)
MagickWand/mogrify.c

index abd6014595375fbb6a845cf602f877a95010bdaf..13ab61352b6fe0eed0da742b8357a3dece95b597 100644 (file)
@@ -298,8 +298,8 @@ WandExport MagickBooleanType MagickCommandGenesis(ImageInfo *image_info,
 */
 
 /*
-** GetImageCache() will read an image into a image cache if not already
-** present then return the image that is in the cache under that filename.
+   GetImageCache() will read an image into a image cache if not already
+   present then return the image that is in the cache under that filename.
 */
 static inline Image *GetImageCache(const ImageInfo *image_info,const char *path,
   ExceptionInfo *exception)
@@ -385,6 +385,14 @@ 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)
@@ -414,14 +422,6 @@ 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)