if (image == (Image *) NULL)
return((Image *) NULL);
(void) SetImageAlpha(image,(Quantum) TransparentAlpha,exception);
- (void) CopyMagickString(image->filename,image_info->filename,MagickPathExtent);
+ (void) CopyMagickString(image->filename,image_info->filename,
+ MagickPathExtent);
icc_color=MagickFalse;
if (LocaleCompare(colorname,"icc") == 0)
{
ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
stops[0].offset=0.0;
stops[1].offset=1.0;
- status=QueryColorCompliance(colorname,AllCompliance,&stops[0].color,exception);
+ status=QueryColorCompliance(colorname,AllCompliance,&stops[0].color,
+ exception);
if (status == MagickFalse)
{
stops=(StopInfo *) RelinquishMagickMemory(stops);
(void) sscanf(image_info->filename,"%*[^-]-%[^-]",colorname);
else
(void) sscanf(image_info->filename,"%*[^-]-%*[^-]-%[^-]",colorname);
- status=QueryColorCompliance(colorname,AllCompliance,&stops[1].color,exception);
+ status=QueryColorCompliance(colorname,AllCompliance,&stops[1].color,
+ exception);
if (status == MagickFalse)
{
stops=(StopInfo *) RelinquishMagickMemory(stops);