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