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)
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)