diff --git a/coders/dcm.c b/coders/dcm.c
index 906d818..265c2fe 100644
--- a/coders/dcm.c
+++ b/coders/dcm.c
@@ -3101,8 +3101,8 @@
(void) CopyMagickString(transfer_syntax,(char *) data,
MaxTextExtent);
if (image_info->verbose != MagickFalse)
- (void) FormatLocaleFile(stdout,"transfer_syntax=%s\n",(const char*)
- transfer_syntax);
+ (void) FormatLocaleFile(stdout,"transfer_syntax=%s\n",
+ (const char*) transfer_syntax);
if (strncmp(transfer_syntax,"1.2.840.10008.1.2",17) == 0)
{
int
diff --git a/coders/pes.c b/coders/pes.c
index d62c7aa..0a76dec 100644
--- a/coders/pes.c
+++ b/coders/pes.c
@@ -635,8 +635,8 @@
for (i=0; i < (ssize_t) number_blocks; i++)
{
offset=blocks[i].offset;
- (void) FormatLocaleFile(file," <path stroke=\"#%02x%02x%02x\" fill=\"none\" "
- "d=\"M %g %g",blocks[i].color->red,blocks[i].color->green,
+ (void) FormatLocaleFile(file," <path stroke=\"#%02x%02x%02x\" "
+ "fill=\"none\" d=\"M %g %g",blocks[i].color->red,blocks[i].color->green,
blocks[i].color->blue,stitches[offset].x-bounds.x1,
stitches[offset].y-bounds.y1);
for (j=1; j < (ssize_t) (blocks[i+1].offset-offset); j++)
diff --git a/coders/wpg.c b/coders/wpg.c
index 0d90e3a..ffd8fe8 100644
--- a/coders/wpg.c
+++ b/coders/wpg.c
@@ -619,8 +619,9 @@
return(-2);
break;
case 0x7E:
- (void) FormatLocaleFile(stderr,"\nUnsupported WPG token XOR, please report!");
- XorMe=!XorMe;
+ (void) FormatLocaleFile(stderr,
+ "\nUnsupported WPG token XOR, please report!");
+ XorMe=!XorMe;
break;
case 0x7F:
RunCount=ReadBlobByte(image); /* BLK */
@@ -630,8 +631,8 @@
}
break;
case 0xFD:
- RunCount=ReadBlobByte(image); /* EXT */
- for(i=0; i<= RunCount;i++)
+ RunCount=ReadBlobByte(image); /* EXT */
+ for(i=0; i<= RunCount;i++)
for(bbuf=0; bbuf < SampleSize; bbuf++)
InsertByte6(SampleBuffer[bbuf]);
break;
@@ -640,8 +641,8 @@
if(x!=0)
{
(void) FormatLocaleFile(stderr,
- "\nUnsupported WPG2 unaligned token RST x=%.20g, please report!\n"
- ,(double) x);
+ "\nUnsupported WPG2 unaligned token RST x=%.20g, please report!\n"
+ ,(double) x);
return(-3);
}
{
diff --git a/magick/annotate.c b/magick/annotate.c
index bb69d19..d3dea05 100644
--- a/magick/annotate.c
+++ b/magick/annotate.c
@@ -1668,14 +1668,16 @@
(void) FormatLocaleFile(file,
"/Times-Roman-ISO dup /Times-Roman ReencodeType findfont setfont\n");
else
- (void) FormatLocaleFile(file,"/%s-ISO dup /%s ReencodeType findfont setfont\n",
- draw_info->font,draw_info->font);
+ (void) FormatLocaleFile(file,
+ "/%s-ISO dup /%s ReencodeType findfont setfont\n",draw_info->font,
+ draw_info->font);
(void) FormatLocaleFile(file,"[%g %g %g %g 0 0] concat\n",
draw_info->affine.sx,-draw_info->affine.rx,-draw_info->affine.ry,
draw_info->affine.sy);
text=EscapeParenthesis(draw_info->text);
if (identity == MagickFalse)
- (void) FormatLocaleFile(file,"(%s) stringwidth pop -0.5 mul -0.5 rmoveto\n",text);
+ (void) FormatLocaleFile(file,"(%s) stringwidth pop -0.5 mul -0.5 rmoveto\n",
+ text);
(void) FormatLocaleFile(file,"(%s) show\n",text);
text=DestroyString(text);
(void) FormatLocaleFile(file,"showpage\n");
diff --git a/magick/coder.c b/magick/coder.c
index 3d939a3..7eb93c0 100644
--- a/magick/coder.c
+++ b/magick/coder.c
@@ -602,7 +602,8 @@
if (coder_info[i]->path != (char *) NULL)
(void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path);
(void) FormatLocaleFile(file,"Magick Coder\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=coder_info[i]->path;
diff --git a/magick/color.c b/magick/color.c
index a558696..bd8eafb 100644
--- a/magick/color.c
+++ b/magick/color.c
@@ -1984,9 +1984,11 @@
{
if (color_info[i]->path != (char *) NULL)
(void) FormatLocaleFile(file,"\nPath: %s\n\n",color_info[i]->path);
- (void) FormatLocaleFile(file,"Name Color "
+ (void) FormatLocaleFile(file,
+ "Name Color "
" Compliance\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=color_info[i]->path;
diff --git a/magick/configure.c b/magick/configure.c
index 460dce5..b8a53ef 100644
--- a/magick/configure.c
+++ b/magick/configure.c
@@ -936,9 +936,11 @@
(LocaleCompare(path,configure_info[i]->path) != 0))
{
if (configure_info[i]->path != (char *) NULL)
- (void) FormatLocaleFile(file,"\nPath: %s\n\n",configure_info[i]->path);
+ (void) FormatLocaleFile(file,"\nPath: %s\n\n",
+ configure_info[i]->path);
(void) FormatLocaleFile(file,"Name Value\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=configure_info[i]->path;
diff --git a/magick/delegate.c b/magick/delegate.c
index 6f8f606..ec04398 100644
--- a/magick/delegate.c
+++ b/magick/delegate.c
@@ -1136,7 +1136,8 @@
if (delegate_info[i]->path != (char *) NULL)
(void) FormatLocaleFile(file,"\nPath: %s\n\n",delegate_info[i]->path);
(void) FormatLocaleFile(file,"Delegate Command\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=delegate_info[i]->path;
diff --git a/magick/deprecate.h b/magick/deprecate.h
index 59a5339..bd69b89 100644
--- a/magick/deprecate.h
+++ b/magick/deprecate.h
@@ -155,9 +155,9 @@
extern MagickExport ssize_t
FormatMagickString(char *,const size_t,const char *,...)
- magick_attribute((format (printf,3,4))),
+ magick_attribute((format (printf,3,4))) magick_attribute((deprecated)),
FormatMagickStringList(char *,const size_t,const char *,va_list)
- magick_attribute((format (printf,3,0))),
+ magick_attribute((format (printf,3,0))) magick_attribute((deprecated)),
GetImageListIndex(const Image *) magick_attribute((deprecated)),
SetMagickRegistry(const RegistryType,const void *,const size_t,
ExceptionInfo *) magick_attribute((deprecated));
diff --git a/magick/distort.c b/magick/distort.c
index bd59287..9e09cbb 100644
--- a/magick/distort.c
+++ b/magick/distort.c
@@ -1853,7 +1853,7 @@
CoefficientsToAffineArgs(inverse);
FormatLocaleFile(stderr, "Affine Projection:\n");
FormatLocaleFile(stderr, " -distort AffineProjection \\\n '");
- for (i=0; i<5; i++)
+ for (i=0; i < 5; i++)
FormatLocaleFile(stderr, "%lf,", inverse[i]);
FormatLocaleFile(stderr, "%lf'\n", inverse[5]);
inverse = (double *) RelinquishMagickMemory(inverse);
diff --git a/magick/draw.c b/magick/draw.c
index db4cef8..0299fd2 100644
--- a/magick/draw.c
+++ b/magick/draw.c
@@ -5531,7 +5531,8 @@
default:
{
if (isalpha((int) ((unsigned char) attribute)) != 0)
- (void) FormatLocaleFile(stderr,"attribute not recognized: %c\n",attribute);
+ (void) FormatLocaleFile(stderr,"attribute not recognized: %c\n",
+ attribute);
break;
}
}
diff --git a/magick/fx.c b/magick/fx.c
index f186d35..da15f16 100644
--- a/magick/fx.c
+++ b/magick/fx.c
@@ -2451,9 +2451,10 @@
if (strlen(subexpression) > 1)
subexpression[strlen(subexpression)-1]='\0';
if (fx_info->file != (FILE *) NULL)
- (void) FormatLocaleFile(fx_info->file,"%s[%.20g,%.20g].%s: %s=%.*g\n",
- fx_info->images->filename,(double) x,(double) y,type,
- subexpression,GetMagickPrecision(),(double) alpha);
+ (void) FormatLocaleFile(fx_info->file,
+ "%s[%.20g,%.20g].%s: %s=%.*g\n",fx_info->images->filename,
+ (double) x,(double) y,type,subexpression,GetMagickPrecision(),
+ (double) alpha);
return(0.0);
}
break;
diff --git a/magick/identify.c b/magick/identify.c
index 7ac595e..bbeb756 100644
--- a/magick/identify.c
+++ b/magick/identify.c
@@ -321,15 +321,16 @@
(image->scene == 0))
(void) FormatLocaleFile(file,"%s ",image->filename);
else
- (void) FormatLocaleFile(file,"%s[%.20g] ",image->filename,(double) image->scene);
+ (void) FormatLocaleFile(file,"%s[%.20g] ",image->filename,(double)
+ image->scene);
(void) FormatLocaleFile(file,"%s ",image->magick);
if ((image->magick_columns != 0) || (image->magick_rows != 0))
if ((image->magick_columns != image->columns) ||
(image->magick_rows != image->rows))
- (void) FormatLocaleFile(file,"%.20gx%.20g=>",(double) image->magick_columns,
- (double) image->magick_rows);
- (void) FormatLocaleFile(file,"%.20gx%.20g ",(double) image->columns,(double)
- image->rows);
+ (void) FormatLocaleFile(file,"%.20gx%.20g=>",(double)
+ image->magick_columns,(double) image->magick_rows);
+ (void) FormatLocaleFile(file,"%.20gx%.20g ",(double) image->columns,
+ (double) image->rows);
if ((image->page.width != 0) || (image->page.height != 0) ||
(image->page.x != 0) || (image->page.y != 0))
(void) FormatLocaleFile(file,"%.20gx%.20g%+.20g%+.20g ",(double)
@@ -337,8 +338,8 @@
(double) image->page.y);
(void) FormatLocaleFile(file,"%.20g-bit ",(double) image->depth);
if (image->type != UndefinedType)
- (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic(MagickTypeOptions,
- (ssize_t) image->type));
+ (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic(
+ MagickTypeOptions,(ssize_t) image->type));
if (image->storage_class == DirectClass)
{
(void) FormatLocaleFile(file,"DirectClass ");
@@ -350,7 +351,8 @@
}
else
if (image->total_colors <= image->colors)
- (void) FormatLocaleFile(file,"PseudoClass %.20gc ",(double) image->colors);
+ (void) FormatLocaleFile(file,"PseudoClass %.20gc ",(double)
+ image->colors);
else
(void) FormatLocaleFile(file,"PseudoClass %.20g=>%.20gc ",(double)
image->total_colors,(double) image->colors);
@@ -364,9 +366,10 @@
(void) FormatMagickSize(GetBlobSize(image),MagickFalse,format);
(void) FormatLocaleFile(file,"%s ",format);
}
- (void) FormatLocaleFile(file,"%0.3fu %lu:%02lu.%03lu",user_time,(unsigned long)
- (elapsed_time/60.0),(unsigned long) floor(fmod(elapsed_time,60.0)),
- (unsigned long) (1000.0*(elapsed_time-floor(elapsed_time))));
+ (void) FormatLocaleFile(file,"%0.3fu %lu:%02lu.%03lu",user_time,
+ (unsigned long) (elapsed_time/60.0),(unsigned long) floor(fmod(
+ elapsed_time,60.0)),(unsigned long) (1000.0*(elapsed_time-
+ floor(elapsed_time))));
(void) FormatLocaleFile(file,"\n");
(void) fflush(file);
return(ferror(file) != 0 ? MagickFalse : MagickTrue);
@@ -397,8 +400,8 @@
else
(void) FormatLocaleFile(file," Format: %s (%s)\n",image->magick,
GetMagickDescription(magick_info));
- (void) FormatLocaleFile(file," Class: %s\n",CommandOptionToMnemonic(MagickClassOptions,
- (ssize_t) image->storage_class));
+ (void) FormatLocaleFile(file," Class: %s\n",CommandOptionToMnemonic(
+ MagickClassOptions,(ssize_t) image->storage_class));
(void) FormatLocaleFile(file," Geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
image->columns,(double) image->rows,(double) image->tile_offset.x,(double)
image->tile_offset.y);
@@ -411,13 +414,14 @@
{
(void) FormatLocaleFile(file," Resolution: %gx%g\n",image->x_resolution,
image->y_resolution);
- (void) FormatLocaleFile(file," Print size: %gx%g\n",(double) image->columns/
- image->x_resolution,(double) image->rows/image->y_resolution);
+ (void) FormatLocaleFile(file," Print size: %gx%g\n",(double)
+ image->columns/image->x_resolution,(double) image->rows/
+ image->y_resolution);
}
(void) FormatLocaleFile(file," Units: %s\n",CommandOptionToMnemonic(
MagickResolutionOptions,(ssize_t) image->units));
- (void) FormatLocaleFile(file," Type: %s\n",CommandOptionToMnemonic(MagickTypeOptions,
- (ssize_t) type));
+ (void) FormatLocaleFile(file," Type: %s\n",CommandOptionToMnemonic(
+ MagickTypeOptions,(ssize_t) type));
if (image->type != UndefinedType)
(void) FormatLocaleFile(file," Base type: %s\n",CommandOptionToMnemonic(
MagickTypeOptions,(ssize_t) image->type));
@@ -446,7 +450,8 @@
}
depth=GetImageDepth(image,&image->exception);
if (image->depth == depth)
- (void) FormatLocaleFile(file," Depth: %.20g-bit\n",(double) image->depth);
+ (void) FormatLocaleFile(file," Depth: %.20g-bit\n",(double)
+ image->depth);
else
(void) FormatLocaleFile(file," Depth: %.20g/%.20g-bit\n",(double)
image->depth,(double) depth);
@@ -534,15 +539,16 @@
if (colorspace != GRAYColorspace)
{
(void) FormatLocaleFile(file," Image statistics:\n");
- (void) PrintChannelStatistics(file,CompositeChannels,"Overall",1.0/scale,
- channel_statistics);
+ (void) PrintChannelStatistics(file,CompositeChannels,"Overall",1.0/
+ scale,channel_statistics);
}
channel_statistics=(ChannelStatistics *) RelinquishMagickMemory(
channel_statistics);
}
if (channel_features != (ChannelFeatures *) NULL)
{
- (void) FormatLocaleFile(file," Channel features (horizontal, vertical, left and right diagonals, average):\n");
+ (void) FormatLocaleFile(file," Channel features (horizontal, vertical, "
+ "left and right diagonals, average):\n");
switch (colorspace)
{
case RGBColorspace:
@@ -678,7 +684,8 @@
(void) QueryMagickColorname(image,&pixel,SVGCompliance,color,
&image->exception);
GetColorTuple(&pixel,MagickTrue,hex);
- (void) FormatLocaleFile(file," %8ld: %s %s %s\n",(long) i,tuple,hex,color);
+ (void) FormatLocaleFile(file," %8ld: %s %s %s\n",(long) i,tuple,
+ hex,color);
p++;
}
}
@@ -692,8 +699,9 @@
if (image->error.normalized_maximum_error != 0.0)
(void) FormatLocaleFile(file," Normalized maximum error: %g\n",
image->error.normalized_maximum_error);
- (void) FormatLocaleFile(file," Rendering intent: %s\n",CommandOptionToMnemonic(
- MagickIntentOptions,(ssize_t) image->rendering_intent));
+ (void) FormatLocaleFile(file," Rendering intent: %s\n",
+ CommandOptionToMnemonic(MagickIntentOptions,(ssize_t)
+ image->rendering_intent));
if (image->gamma != 0.0)
(void) FormatLocaleFile(file," Gamma: %g\n",image->gamma);
if ((image->chromaticity.red_primary.x != 0.0) ||
@@ -716,9 +724,9 @@
image->chromaticity.white_point.x,image->chromaticity.white_point.y);
}
if ((image->extract_info.width*image->extract_info.height) != 0)
- (void) FormatLocaleFile(file," Tile geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
- image->extract_info.width,(double) image->extract_info.height,(double)
- image->extract_info.x,(double) image->extract_info.y);
+ (void) FormatLocaleFile(file," Tile geometry: %.20gx%.20g%+.20g%+.20g\n",
+ (double) image->extract_info.width,(double) image->extract_info.height,
+ (double) image->extract_info.x,(double) image->extract_info.y);
(void) FormatLocaleFile(file," Interlace: %s\n",CommandOptionToMnemonic(
MagickInterlaceOptions,(ssize_t) image->interlace));
(void) QueryColorname(image,&image->background_color,SVGCompliance,color,
@@ -737,8 +745,8 @@
MagickComposeOptions,(ssize_t) image->compose));
if ((image->page.width != 0) || (image->page.height != 0) ||
(image->page.x != 0) || (image->page.y != 0))
- (void) FormatLocaleFile(file," Page geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
- image->page.width,(double) image->page.height,(double)
+ (void) FormatLocaleFile(file," Page geometry: %.20gx%.20g%+.20g%+.20g\n",
+ (double) image->page.width,(double) image->page.height,(double)
image->page.x,(double) image->page.y);
if ((image->page.x != 0) || (image->page.y != 0))
(void) FormatLocaleFile(file," Origin geometry: %+.20g%+.20g\n",(double)
@@ -749,10 +757,11 @@
(void) FormatLocaleFile(file," Delay: %.20gx%.20g\n",(double) image->delay,
(double) image->ticks_per_second);
if (image->iterations != 1)
- (void) FormatLocaleFile(file," Iterations: %.20g\n",(double) image->iterations);
+ (void) FormatLocaleFile(file," Iterations: %.20g\n",(double)
+ image->iterations);
if ((image->next != (Image *) NULL) || (image->previous != (Image *) NULL))
- (void) FormatLocaleFile(file," Scene: %.20g of %.20g\n",(double) image->scene,
- (double) GetImageListLength(image));
+ (void) FormatLocaleFile(file," Scene: %.20g of %.20g\n",(double)
+ image->scene,(double) GetImageListLength(image));
else
if (image->scene != 0)
(void) FormatLocaleFile(file," Scene: %.20g\n",(double) image->scene);
@@ -801,8 +810,8 @@
(void) FormatLocaleFile(file,"\n");
continue;
}
- (void) FormatLocaleFile(file," %.20gx%.20g %s\n",(double) tile->magick_columns,
- (double) tile->magick_rows,tile->magick);
+ (void) FormatLocaleFile(file," %.20gx%.20g %s\n",(double)
+ tile->magick_columns,(double) tile->magick_rows,tile->magick);
(void) SignatureImage(tile);
ResetImagePropertyIterator(tile);
property=GetNextImageProperty(tile);
@@ -864,8 +873,8 @@
profile=GetImageProfile(image,name);
if (profile == (StringInfo *) NULL)
continue;
- (void) FormatLocaleFile(file," Profile-%s: %.20g bytes\n",name,(double)
- GetStringInfoLength(profile));
+ (void) FormatLocaleFile(file," Profile-%s: %.20g bytes\n",name,
+ (double) GetStringInfoLength(profile));
#if defined(MAGICKCORE_LCMS_DELEGATE)
if ((LocaleCompare(name,"icc") == 0) ||
(LocaleCompare(name,"icm") == 0))
@@ -991,8 +1000,8 @@
case 219: tag="Custom Field 20"; break;
default: tag="unknown"; break;
}
- (void) FormatLocaleFile(file," %s[%.20g,%.20g]: ",tag,(double)
- dataset,(double) record);
+ (void) FormatLocaleFile(file," %s[%.20g,%.20g]: ",tag,
+ (double) dataset,(double) record);
length=(size_t) (GetStringInfoDatum(profile)[i++] << 8);
length|=GetStringInfoDatum(profile)[i++];
attribute=(char *) NULL;
@@ -1071,9 +1080,10 @@
elapsed_time+0.5),MagickFalse,format);
(void) FormatLocaleFile(file," Pixels per second: %s\n",format);
(void) FormatLocaleFile(file," User time: %0.3fu\n",user_time);
- (void) FormatLocaleFile(file," Elapsed time: %lu:%02lu.%03lu\n",(unsigned long)
- (elapsed_time/60.0),(unsigned long) ceil(fmod(elapsed_time,60.0)),
- (unsigned long) (1000.0*(elapsed_time-floor(elapsed_time))));
+ (void) FormatLocaleFile(file," Elapsed time: %lu:%02lu.%03lu\n",
+ (unsigned long) (elapsed_time/60.0),(unsigned long) ceil(fmod(
+ elapsed_time,60.0)),(unsigned long) (1000.0*(elapsed_time-floor(
+ elapsed_time))));
(void) FormatLocaleFile(file," Version: %s\n",GetMagickVersion((size_t *)
NULL));
(void) fflush(file);
diff --git a/magick/layer.c b/magick/layer.c
index 81afc08..1ba050c 100644
--- a/magick/layer.c
+++ b/magick/layer.c
@@ -1070,8 +1070,8 @@
bounds[0]=CompareImageBounds(prev_image,curr,CompareAnyLayer,exception);
#if DEBUG_OPT_FRAME
FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g\n\n",
- (double) bounds[i].width,(double) bounds[i].height,
- (double) bounds[i].x,(double) bounds[i].y );
+ (double) bounds[i].width,(double) bounds[i].height,
+ (double) bounds[i].x,(double) bounds[i].y );
#endif
/*
Compute the bounding box of changes for each pair of images.
diff --git a/magick/locale.c b/magick/locale.c
index e66b266..cf800d6 100644
--- a/magick/locale.c
+++ b/magick/locale.c
@@ -869,7 +869,8 @@
if (locale_info[i]->path != (char *) NULL)
(void) FormatLocaleFile(file,"\nPath: %s\n\n",locale_info[i]->path);
(void) FormatLocaleFile(file,"Tag/Message\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=locale_info[i]->path;
diff --git a/magick/log.c b/magick/log.c
index fce62b3..9bbc4be 100644
--- a/magick/log.c
+++ b/magick/log.c
@@ -642,8 +642,10 @@
{
if (log_info[i]->path != (char *) NULL)
(void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path);
- (void) FormatLocaleFile(file,"Filename Generations Limit Format\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "Filename Generations Limit Format\n");
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=log_info[i]->path;
diff --git a/magick/magic.c b/magick/magic.c
index 9a3db43..5ab04e1 100644
--- a/magick/magic.c
+++ b/magick/magic.c
@@ -599,7 +599,8 @@
if (magic_info[i]->path != (char *) NULL)
(void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path);
(void) FormatLocaleFile(file,"Name Offset Target\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=magic_info[i]->path;
diff --git a/magick/magick.c b/magick/magick.c
index 676a086..01c145d 100644
--- a/magick/magick.c
+++ b/magick/magick.c
@@ -958,14 +958,15 @@
#else
(void) FormatLocaleFile(file," Format Module Mode Description\n");
#endif
- (void) FormatLocaleFile(file,"--------------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "--------------------------------------------------------"
"-----------------------\n");
for (i=0; i < (ssize_t) number_formats; i++)
{
if (magick_info[i]->stealth != MagickFalse)
continue;
- (void) FormatLocaleFile(file,"%9s%c ",magick_info[i]->name != (char *) NULL ?
- magick_info[i]->name : "",
+ (void) FormatLocaleFile(file,"%9s%c ",
+ magick_info[i]->name != (char *) NULL ? magick_info[i]->name : "",
magick_info[i]->blob_support != MagickFalse ? '*' : ' ');
#if defined(MAGICKCORE_MODULES_SUPPORT)
{
diff --git a/magick/mime.c b/magick/mime.c
index f8397bb..2fbc461 100644
--- a/magick/mime.c
+++ b/magick/mime.c
@@ -676,7 +676,8 @@
if (mime_info[i]->path != (char *) NULL)
(void) FormatLocaleFile(file,"\nPath: %s\n\n",mime_info[i]->path);
(void) FormatLocaleFile(file,"Type Description\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=mime_info[i]->path;
diff --git a/magick/module.c b/magick/module.c
index a3cd583..47755c1 100644
--- a/magick/module.c
+++ b/magick/module.c
@@ -1090,7 +1090,8 @@
GetPathComponent(module_path,HeadPath,path);
(void) FormatLocaleFile(file,"\nPath: %s\n\n",path);
(void) FormatLocaleFile(file,"Image Coder\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
for (i=0; i < (ssize_t) number_modules; i++)
{
@@ -1116,7 +1117,8 @@
GetPathComponent(module_path,HeadPath,path);
(void) FormatLocaleFile(file,"\nPath: %s\n\n",path);
(void) FormatLocaleFile(file,"Image Filter\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
for (i=0; i < (ssize_t) number_modules; i++)
{
diff --git a/magick/morphology.c b/magick/morphology.c
index fff530e..985beb3 100644
--- a/magick/morphology.c
+++ b/magick/morphology.c
@@ -415,7 +415,7 @@
#if 0
/* For Debugging Geometry Input */
FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n",
- flags, args.rho, args.sigma, args.xi, args.psi );
+ flags, args.rho, args.sigma, args.xi, args.psi );
#endif
/* special handling of missing values in input string */
@@ -516,8 +516,8 @@
/* Error handling -- this is not proper error handling! */
if ( new_kernel == (KernelInfo *) NULL ) {
- FormatLocaleFile(stderr, "Failed to parse kernel number #%.20g\n",(double)
- kernel_number);
+ FormatLocaleFile(stderr, "Failed to parse kernel number #%.20g\n",
+ (double) kernel_number);
if ( kernel != (KernelInfo *) NULL )
kernel=DestroyKernelInfo(kernel);
return((KernelInfo *) NULL);
@@ -3852,9 +3852,10 @@
channel, kernel, exception);
if ( verbose == MagickTrue )
- (void) FormatLocaleFile(stderr, "%s:%.20g.%.20g #%.20g => Changed %.20g\n",
- CommandOptionToMnemonic(MagickMorphologyOptions, method),
- 1.0,0.0,1.0, (double) changed);
+ (void) FormatLocaleFile(stderr,
+ "%s:%.20g.%.20g #%.20g => Changed %.20g\n",
+ CommandOptionToMnemonic(MagickMorphologyOptions, method),
+ 1.0,0.0,1.0, (double) changed);
if ( changed < 0 )
goto error_cleanup;
@@ -4038,7 +4039,8 @@
if ( verbose == MagickTrue ) {
if ( kernel_loop > 1 )
FormatLocaleFile(stderr, "\n"); /* add end-of-line from previous */
- (void) FormatLocaleFile(stderr, "%s%s%s:%.20g.%.20g #%.20g => Changed %.20g",
+ (void) FormatLocaleFile(stderr,
+ "%s%s%s:%.20g.%.20g #%.20g => Changed %.20g",
v_info,CommandOptionToMnemonic(MagickMorphologyOptions,
primitive),(this_kernel == rflt_kernel ) ? "*" : "",
(double) (method_loop+kernel_loop-1),(double) kernel_number,
@@ -4743,8 +4745,8 @@
CommandOptionToMnemonic(MagickKernelOptions, k->type) );
if ( fabs(k->angle) > MagickEpsilon )
FormatLocaleFile(stderr, "@%lg", k->angle);
- FormatLocaleFile(stderr, "\" of size %lux%lu%+ld%+ld",(unsigned long) k->width,
- (unsigned long) k->height,(long) k->x,(long) k->y);
+ FormatLocaleFile(stderr, "\" of size %lux%lu%+ld%+ld",(unsigned long)
+ k->width,(unsigned long) k->height,(long) k->x,(long) k->y);
FormatLocaleFile(stderr,
" with values from %.*lg to %.*lg\n",
GetMagickPrecision(), k->minimum,
diff --git a/magick/policy.c b/magick/policy.c
index 933dc9b..4ab7443 100644
--- a/magick/policy.c
+++ b/magick/policy.c
@@ -598,7 +598,8 @@
(void) FormatLocaleFile(file,"Execute ");
(void) FormatLocaleFile(file,"\n");
if (policy_info[i]->pattern != (char *) NULL)
- (void) FormatLocaleFile(file," pattern: %s\n",policy_info[i]->pattern);
+ (void) FormatLocaleFile(file," pattern: %s\n",
+ policy_info[i]->pattern);
}
}
policy_info=(const PolicyInfo **) RelinquishMagickMemory((void *)
diff --git a/magick/resize.c b/magick/resize.c
index 559547a..167af0b 100644
--- a/magick/resize.c
+++ b/magick/resize.c
@@ -1084,8 +1084,8 @@
(void) FormatLocaleFile(stdout,"%5.2lf\t%.*g\n",x,GetMagickPrecision(),
(double) GetResizeFilterWeight(resize_filter,x));
/* A final value so gnuplot can graph the 'stop' properly. */
- (void) FormatLocaleFile(stdout,"%5.2lf\t%.*g\n",support,GetMagickPrecision(),
- 0.0);
+ (void) FormatLocaleFile(stdout,"%5.2lf\t%.*g\n",support,
+ GetMagickPrecision(),0.0);
}
/* Output the above once only for each image - remove setting */
(void) DeleteImageArtifact((Image *) image,"filter:verbose");
diff --git a/magick/resource.c b/magick/resource.c
index de1c7a0..db7bed2 100644
--- a/magick/resource.c
+++ b/magick/resource.c
@@ -691,11 +691,12 @@
resource_info.time_limit);
(void) FormatLocaleFile(file,"File Area Memory Map"
" Disk Thread Time\n");
- (void) FormatLocaleFile(file,"--------------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "--------------------------------------------------------"
"-----------------------\n");
- (void) FormatLocaleFile(file,"%4g %10s %10s %10s %10s %6g %11s\n",(double)
- resource_info.file_limit,area_limit,memory_limit,map_limit,disk_limit,
- (double) resource_info.thread_limit,time_limit);
+ (void) FormatLocaleFile(file,"%4g %10s %10s %10s %10s %6g %11s\n",
+ (double) resource_info.file_limit,area_limit,memory_limit,map_limit,
+ disk_limit,(double) resource_info.thread_limit,time_limit);
(void) fflush(file);
UnlockSemaphoreInfo(resource_semaphore);
return(MagickTrue);
diff --git a/magick/segment.c b/magick/segment.c
index 30486fc..f19300e 100644
--- a/magick/segment.c
+++ b/magick/segment.c
@@ -451,16 +451,16 @@
cluster_threshold);
(void) FormatLocaleFile(stdout,"\tWeighting Exponent = %g\n",(double)
weighting_exponent);
- (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n",(double)
- number_clusters);
+ (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n",
+ (double) number_clusters);
/*
Print the total number of points per cluster.
*/
(void) FormatLocaleFile(stdout,"\n\nNumber of Vectors Per Cluster\n");
(void) FormatLocaleFile(stdout,"=============================\n\n");
for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
- (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double) cluster->id,
- (double) cluster->count);
+ (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double)
+ cluster->id,(double) cluster->count);
/*
Print the cluster extents.
*/
@@ -469,8 +469,10 @@
(void) FormatLocaleFile(stdout,"================");
for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
{
- (void) FormatLocaleFile(stdout,"\n\nCluster #%.20g\n\n",(double) cluster->id);
- (void) FormatLocaleFile(stdout,"%.20g-%.20g %.20g-%.20g %.20g-%.20g\n",(double)
+ (void) FormatLocaleFile(stdout,"\n\nCluster #%.20g\n\n",(double)
+ cluster->id);
+ (void) FormatLocaleFile(stdout,
+ "%.20g-%.20g %.20g-%.20g %.20g-%.20g\n",(double)
cluster->red.left,(double) cluster->red.right,(double)
cluster->green.left,(double) cluster->green.right,(double)
cluster->blue.left,(double) cluster->blue.right);
@@ -483,7 +485,8 @@
(void) FormatLocaleFile(stdout,"=====================");
for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
{
- (void) FormatLocaleFile(stdout,"\n\nCluster #%.20g\n\n",(double) cluster->id);
+ (void) FormatLocaleFile(stdout,"\n\nCluster #%.20g\n\n",(double)
+ cluster->id);
(void) FormatLocaleFile(stdout,"%g %g %g\n",(double)
cluster->red.center,(double) cluster->green.center,(double)
cluster->blue.center);
diff --git a/magick/semaphore.c b/magick/semaphore.c
index ee9be1c..d4a95ab 100644
--- a/magick/semaphore.c
+++ b/magick/semaphore.c
@@ -394,7 +394,8 @@
assert(IsMagickThreadEqual(semaphore_info->id) != MagickFalse);
if (semaphore_info->reference_count == 0)
{
- (void) FormatLocaleFile(stderr,"Warning: semaphore lock already unlocked!\n");
+ (void) FormatLocaleFile(stderr,
+ "Warning: semaphore lock already unlocked!\n");
(void) fflush(stderr);
return;
}
diff --git a/magick/threshold.c b/magick/threshold.c
index c65ef9b..10fe872 100644
--- a/magick/threshold.c
+++ b/magick/threshold.c
@@ -1156,8 +1156,9 @@
if ( thresholds == (XMLTreeInfo *)NULL )
return(MagickFalse);
- (void) FormatLocaleFile(file,"%-16s %-12s %s\n", "Map", "Alias", "Description");
- (void) FormatLocaleFile(file,"----------------------------------------------------\n");
+ (void) FormatLocaleFile(file,"%-16s %-12s %s\n","Map","Alias","Description");
+ (void) FormatLocaleFile(file,
+ "----------------------------------------------------\n");
for( threshold = GetXMLTreeChild(thresholds,"threshold");
threshold != (XMLTreeInfo *)NULL;
@@ -1186,7 +1187,8 @@
thresholds=DestroyXMLTree(thresholds);
return(MagickFalse);
}
- (void) FormatLocaleFile(file,"%-16s %-12s %s\n",map,alias ? alias : "", content);
+ (void) FormatLocaleFile(file,"%-16s %-12s %s\n",map,alias ? alias : "",
+ content);
}
thresholds=DestroyXMLTree(thresholds);
return(MagickTrue);
@@ -1234,8 +1236,8 @@
file = stdout;
options=GetConfigureOptions(ThresholdsFilename,exception);
- (void) FormatLocaleFile(file, "\n Threshold Maps for Ordered Dither Operations\n");
-
+ (void) FormatLocaleFile(file,
+ "\n Threshold Maps for Ordered Dither Operations\n");
while ( ( option=(const StringInfo *) GetNextValueInLinkedList(options) )
!= (const StringInfo *) NULL)
{
diff --git a/magick/xwindow.c b/magick/xwindow.c
index 9ef30b5..9f4ee86 100644
--- a/magick/xwindow.c
+++ b/magick/xwindow.c
@@ -1992,10 +1992,11 @@
(void) FormatLocaleFile(file," colormap type: Shared\n");
else
(void) FormatLocaleFile(file," colormap type: Private\n");
- (void) FormatLocaleFile(file," geometry: %dx%d\n",windows->image.ximage->width,
- windows->image.ximage->height);
+ (void) FormatLocaleFile(file," geometry: %dx%d\n",
+ windows->image.ximage->width,windows->image.ximage->height);
if (windows->image.crop_geometry != (char *) NULL)
- (void) FormatLocaleFile(file," crop geometry: %s\n",windows->image.crop_geometry);
+ (void) FormatLocaleFile(file," crop geometry: %s\n",
+ windows->image.crop_geometry);
if (windows->image.pixmap == (Pixmap) NULL)
(void) FormatLocaleFile(file," type: X Image\n");
else
@@ -2024,7 +2025,8 @@
undo_image=GetPreviousImageInList(undo_image);
}
(void) FormatLocaleFile(file,"Undo Edit Cache\n levels: %u\n",levels);
- (void) FormatLocaleFile(file," bytes: %.20gmb\n",(double) ((bytes+(1 << 19)) >> 20));
+ (void) FormatLocaleFile(file," bytes: %.20gmb\n",(double)
+ ((bytes+(1 << 19)) >> 20));
(void) FormatLocaleFile(file," limit: %.20gmb\n\n",(double)
resource_info->undo_cache);
/*
diff --git a/tests/validate.c b/tests/validate.c
index ebdb142..5740820 100644
--- a/tests/validate.c
+++ b/tests/validate.c
@@ -115,7 +115,8 @@
arguments=StringToArgv(command,&number_arguments);
if (arguments == (char **) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -126,7 +127,8 @@
arguments=(char **) RelinquishMagickMemory(arguments);
if (status != MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -205,7 +207,8 @@
arguments=StringToArgv(command,&number_arguments);
if (arguments == (char **) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -216,7 +219,8 @@
arguments=(char **) RelinquishMagickMemory(arguments);
if (status != MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -294,7 +298,8 @@
arguments=StringToArgv(command,&number_arguments);
if (arguments == (char **) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -305,7 +310,8 @@
arguments=(char **) RelinquishMagickMemory(arguments);
if (status != MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -384,7 +390,8 @@
arguments=StringToArgv(command,&number_arguments);
if (arguments == (char **) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -395,7 +402,8 @@
arguments=(char **) RelinquishMagickMemory(arguments);
if (status != MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -490,8 +498,8 @@
Generate reference image.
*/
CatchException(exception);
- (void) FormatLocaleFile(stdout," test %.20g: %s/%s/%s/%.20g-bits",(double)
- (test++),reference_formats[i].magick,CommandOptionToMnemonic(
+ (void) FormatLocaleFile(stdout," test %.20g: %s/%s/%s/%.20g-bits",
+ (double) (test++),reference_formats[i].magick,CommandOptionToMnemonic(
MagickCompressOptions,reference_formats[i].compression),
CommandOptionToMnemonic(MagickTypeOptions,reference_types[j].type),
(double) reference_types[j].depth);
@@ -500,7 +508,8 @@
reference_image=ReadImage(image_info,exception);
if (reference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -517,7 +526,8 @@
InheritException(exception,&reference_image->exception);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -526,7 +536,8 @@
InheritException(exception,&reference_image->exception);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -537,7 +548,8 @@
reference_image=DestroyImage(reference_image);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -549,7 +561,8 @@
reference_image=ReadImage(image_info,exception);
if (reference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -566,7 +579,8 @@
blob=ImageToBlob(image_info,reference_image,&length,exception);
if (blob == (unsigned char *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -580,7 +594,8 @@
blob=(unsigned char *) RelinquishMagickMemory(blob);
if (reconstruct_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -603,7 +618,8 @@
reference_image=DestroyImage(reference_image);
if (difference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -701,8 +717,8 @@
Generate reference image.
*/
CatchException(exception);
- (void) FormatLocaleFile(stdout," test %.20g: %s/%s/%s/%.20g-bits",(double)
- (test++),reference_formats[i].magick,CommandOptionToMnemonic(
+ (void) FormatLocaleFile(stdout," test %.20g: %s/%s/%s/%.20g-bits",
+ (double) (test++),reference_formats[i].magick,CommandOptionToMnemonic(
MagickCompressOptions,reference_formats[i].compression),
CommandOptionToMnemonic(MagickTypeOptions,reference_types[j].type),
(double) reference_types[j].depth);
@@ -711,7 +727,8 @@
reference_image=ReadImage(image_info,exception);
if (reference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -728,7 +745,8 @@
InheritException(exception,&reference_image->exception);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -737,7 +755,8 @@
InheritException(exception,&reference_image->exception);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -748,7 +767,8 @@
reference_image=DestroyImage(reference_image);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -760,7 +780,8 @@
reference_image=ReadImage(image_info,exception);
if (reference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -775,7 +796,8 @@
InheritException(exception,&reference_image->exception);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -788,7 +810,8 @@
reconstruct_image=ReadImage(image_info,exception);
if (reconstruct_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -811,7 +834,8 @@
reference_image=DestroyImage(reference_image);
if (difference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -895,7 +919,8 @@
(void) output_filename;
test=0;
- (void) FormatLocaleFile(stdout,"validate the import and export of image pixels:\n");
+ (void) FormatLocaleFile(stdout,
+ "validate the import and export of image pixels:\n");
for (i=0; reference_map[i] != (char *) NULL; i++)
{
for (j=0; reference_storage[j].type != UndefinedPixel; j++)
@@ -912,7 +937,8 @@
reference_image=ReadImage(image_info,exception);
if (reference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -923,7 +949,8 @@
pixels=(unsigned char *) AcquireQuantumMemory(length,sizeof(*pixels));
if (pixels == (unsigned char *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -934,7 +961,8 @@
exception);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
pixels=(unsigned char *) RelinquishMagickMemory(pixels);
reference_image=DestroyImage(reference_image);
@@ -947,7 +975,8 @@
InheritException(exception,&reference_image->exception);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
pixels=(unsigned char *) RelinquishMagickMemory(pixels);
reference_image=DestroyImage(reference_image);
@@ -968,7 +997,8 @@
pixels=(unsigned char *) RelinquishMagickMemory(pixels);
if (status == MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
reference_image=DestroyImage(reference_image);
continue;
@@ -982,7 +1012,8 @@
reference_image=DestroyImage(reference_image);
if (difference_image == (Image *) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -1070,7 +1101,8 @@
arguments=StringToArgv(command,&number_arguments);
if (arguments == (char **) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -1081,7 +1113,8 @@
arguments=(char **) RelinquishMagickMemory(arguments);
if (status != MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -1159,7 +1192,8 @@
arguments=StringToArgv(command,&number_arguments);
if (arguments == (char **) NULL)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -1170,7 +1204,8 @@
arguments=(char **) RelinquishMagickMemory(arguments);
if (status != MagickFalse)
{
- (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",GetMagickModule());
+ (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
+ GetMagickModule());
(*fail)++;
continue;
}
@@ -1376,8 +1411,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(0);
}
ThrowValidateException(OptionError,"UnrecognizedOption",option)
@@ -1414,8 +1451,9 @@
GetMagickVersion((size_t *) NULL));
(void) FormatLocaleFile(stdout,"Copyright: %s\n\n",
GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"ImageMagick Validation Suite (%s)\n\n",
- CommandOptionToMnemonic(MagickValidateOptions,(ssize_t) type));
+ (void) FormatLocaleFile(stdout,
+ "ImageMagick Validation Suite (%s)\n\n",CommandOptionToMnemonic(
+ MagickValidateOptions,(ssize_t) type));
if ((type & CompareValidate) != 0)
tests+=ValidateCompareCommand(image_info,reference_filename,
output_filename,&fail,exception);
diff --git a/wand/animate.c b/wand/animate.c
index 9681961..dd82ce3 100644
--- a/wand/animate.c
+++ b/wand/animate.c
@@ -314,8 +314,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -1369,8 +1371,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("virtual-pixel",option+1) == 0)
diff --git a/wand/compare.c b/wand/compare.c
index 413748e..997d141 100644
--- a/wand/compare.c
+++ b/wand/compare.c
@@ -264,8 +264,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -896,8 +898,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("virtual-pixel",option+1) == 0)
diff --git a/wand/composite.c b/wand/composite.c
index 94eadf0..7334b43 100644
--- a/wand/composite.c
+++ b/wand/composite.c
@@ -456,8 +456,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -1539,8 +1541,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("virtual-pixel",option+1) == 0)
diff --git a/wand/conjure.c b/wand/conjure.c
index 8981569..0fb9138 100644
--- a/wand/conjure.c
+++ b/wand/conjure.c
@@ -270,8 +270,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
/*
diff --git a/wand/convert.c b/wand/convert.c
index 0ab925b..66f49a9 100644
--- a/wand/convert.c
+++ b/wand/convert.c
@@ -526,8 +526,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -2899,8 +2901,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("view",option+1) == 0)
diff --git a/wand/display.c b/wand/display.c
index 3a80c19..b06a816 100644
--- a/wand/display.c
+++ b/wand/display.c
@@ -361,8 +361,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -1789,8 +1791,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("visual",option+1) == 0)
diff --git a/wand/drawtest.c b/wand/drawtest.c
index 2cc5f09..9dcec8d 100644
--- a/wand/drawtest.c
+++ b/wand/drawtest.c
@@ -57,7 +57,8 @@
severity; \
\
description=MagickGetException(wand,&severity); \
- (void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(),description); \
+ (void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(), \
+ description); \
description=(char *) MagickRelinquishMemory(description); \
exit(-1); \
}
diff --git a/wand/identify.c b/wand/identify.c
index 687d560..d0d98a6 100644
--- a/wand/identify.c
+++ b/wand/identify.c
@@ -245,8 +245,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
diff --git a/wand/import.c b/wand/import.c
index 19b953e..9fd274f 100644
--- a/wand/import.c
+++ b/wand/import.c
@@ -311,8 +311,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -1274,8 +1276,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
ThrowImportException(OptionError,"UnrecognizedOption",option);
diff --git a/wand/mogrify.c b/wand/mogrify.c
index 17ab1ac..ff236a0 100644
--- a/wand/mogrify.c
+++ b/wand/mogrify.c
@@ -368,8 +368,9 @@
if (locale_message == message)
locale_message=tag;
if (p == (char *) NULL)
- (void) FormatLocaleFile(stderr,"%s: %ld of %lu, %02ld%% complete\r",locale_message,
- (long) offset,(unsigned long) extent,(long) (100L*offset/(extent-1)));
+ (void) FormatLocaleFile(stderr,"%s: %ld of %lu, %02ld%% complete\r",
+ locale_message,(long) offset,(unsigned long) extent,(long)
+ (100L*offset/(extent-1)));
else
(void) FormatLocaleFile(stderr,"%s[%s]: %ld of %lu, %02ld%% complete\r",
locale_message,p+1,(long) offset,(unsigned long) extent,(long)
@@ -3632,8 +3633,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -5952,8 +5955,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("view",option+1) == 0)
@@ -8265,7 +8270,8 @@
status=0;
#if 0
-FormatLocaleFile(stderr, "mogrify start %s %d (%s)\n",argv[0],argc,post?"post":"pre");
+ (void) FormatLocaleFile(stderr, "mogrify start %s %d (%s)\n",argv[0],argc,
+ post?"post":"pre");
#endif
/*
@@ -8273,7 +8279,6 @@
*/
if (post == MagickFalse)
status&=MogrifyImageList(image_info,argc,argv,images,exception);
-
/*
For each image, process simple single image operators
*/
@@ -8282,8 +8287,8 @@
for (;;)
{
#if 0
-FormatLocaleFile(stderr, "mogrify %ld of %ld\n",
- (long)GetImageIndexInList(*images),(long)GetImageListLength(*images));
+ (void) FormatLocaleFile(stderr,"mogrify %ld of %ld\n",(long)
+ GetImageIndexInList(*images),(long)GetImageListLength(*images));
#endif
status&=MogrifyImage(image_info,argc,argv,images,exception);
proceed=SetImageProgress(*images,MogrifyImageTag,(MagickOffsetType) i, n);
@@ -8296,8 +8301,8 @@
}
assert( *images != (Image *) NULL );
#if 0
-FormatLocaleFile(stderr, "mogrify end %ld of %ld\n",
- (long)GetImageIndexInList(*images),(long)GetImageListLength(*images));
+ (void) FormatLocaleFile(stderr,"mogrify end %ld of %ld\n",(long)
+ GetImageIndexInList(*images),(long)GetImageListLength(*images));
#endif
/*
diff --git a/wand/montage.c b/wand/montage.c
index 795270b..52a61b1 100644
--- a/wand/montage.c
+++ b/wand/montage.c
@@ -336,8 +336,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -1690,8 +1692,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("virtual-pixel",option+1) == 0)
diff --git a/wand/stream.c b/wand/stream.c
index 9c3f336..7ee1739 100644
--- a/wand/stream.c
+++ b/wand/stream.c
@@ -233,8 +233,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
return(MagickFalse);
}
}
@@ -721,8 +723,10 @@
{
(void) FormatLocaleFile(stdout,"Version: %s\n",
GetMagickVersion((size_t *) NULL));
- (void) FormatLocaleFile(stdout,"Copyright: %s\n",GetMagickCopyright());
- (void) FormatLocaleFile(stdout,"Features: %s\n\n",GetMagickFeatures());
+ (void) FormatLocaleFile(stdout,"Copyright: %s\n",
+ GetMagickCopyright());
+ (void) FormatLocaleFile(stdout,"Features: %s\n\n",
+ GetMagickFeatures());
break;
}
if (LocaleCompare("virtual-pixel",option+1) == 0)
diff --git a/wand/wandtest.c b/wand/wandtest.c
index 41d752a..044b4db 100644
--- a/wand/wandtest.c
+++ b/wand/wandtest.c
@@ -67,7 +67,8 @@
#define ThrowAPIException(wand) \
{ \
description=MagickGetException(wand,&severity); \
- (void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(),description); \
+ (void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(), \
+ description); \
description=(char *) MagickRelinquishMemory(description); \
exit(-1); \
}
@@ -559,7 +560,8 @@
for (i=0; i < 9; i++)
if (pixels[i] != primary_colors[i])
{
- (void) FormatLocaleFile(stderr,"Get pixels does not match set pixels\n");
+ (void) FormatLocaleFile(stderr,
+ "Get pixels does not match set pixels\n");
exit(1);
}
}
@@ -575,7 +577,8 @@
}
MagickResetIterator(magick_wand);
(void) MagickSetIteratorIndex(magick_wand,4);
- (void) FormatLocaleFile(stdout,"Utilitize pixel iterator to draw diagonal...\n");
+ (void) FormatLocaleFile(stdout,
+ "Utilitize pixel iterator to draw diagonal...\n");
iterator=NewPixelIterator(magick_wand);
if (iterator == (PixelIterator *) NULL)
ThrowAPIException(magick_wand);
@@ -592,7 +595,8 @@
status=MagickWriteImages(magick_wand,"wandtest_out.miff",MagickTrue);
if (status == MagickFalse)
ThrowAPIException(magick_wand);
- (void) FormatLocaleFile(stdout,"Change image format from \"MIFF\" to \"GIF\"...\n");
+ (void) FormatLocaleFile(stdout,
+ "Change image format from \"MIFF\" to \"GIF\"...\n");
status=MagickSetImageFormat(magick_wand,"GIF");
if (status == MagickFalse)
ThrowAPIException(magick_wand);
@@ -636,7 +640,8 @@
status=MagickDeleteOption(magick_wand,"wand:custom-option");
if (status == MagickFalse)
ThrowAPIException(magick_wand);
- (void) FormatLocaleFile(stdout,"Set, list, get, and delete wand property...\n");
+ (void) FormatLocaleFile(stdout,
+ "Set, list, get, and delete wand property...\n");
status=MagickSetImageProperty(magick_wand,"wand:custom-property",
CustomProperty);
if (status == MagickFalse)
@@ -662,7 +667,8 @@
status=MagickDeleteImageProperty(magick_wand,"wand:custom-property");
if (status == MagickFalse)
ThrowAPIException(magick_wand);
- (void) FormatLocaleFile(stdout,"Set, list, get, and remove sRGB color profile...\n");
+ (void) FormatLocaleFile(stdout,
+ "Set, list, get, and remove sRGB color profile...\n");
status=MagickSetImageProfile(magick_wand,"sRGB",sRGBProfile,
sizeof(sRGBProfile));
if (status == MagickFalse)