Home
last modified time | relevance | path

Searched refs:FormatLocaleString (Results 1 – 25 of 138) sorted by relevance

123456

/external/ImageMagick/coders/
Dpdf.c289 (void) FormatLocaleString(property,MagickPathExtent, in ReadPDFInfo()
577 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g", in ReadPDFImage()
580 (void) FormatLocaleString(density,MagickPathExtent,"2.0x2.0"); in ReadPDFImage()
582 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double) in ReadPDFImage()
607 (void) FormatLocaleString(passphrase,MagickPathExtent, in ReadPDFImage()
610 (void) FormatLocaleString(passphrase,MagickPathExtent, in ReadPDFImage()
623 (void) FormatLocaleString(pages,MagickPathExtent,"-dFirstPage=%.20g " in ReadPDFImage()
635 (void) FormatLocaleString(command,MagickPathExtent, in ReadPDFImage()
1360 (void) FormatLocaleString(buffer,MagickPathExtent,"%%PDF-%.2g \n",version); in WritePDFImage()
1376 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g 0 obj\n",(double) in WritePDFImage()
[all …]
Dhtml.c305 (void) FormatLocaleString(buffer,MagickPathExtent,"<title>%s</title>\n", in WriteHTMLImage()
310 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteHTMLImage()
316 (void) FormatLocaleString(buffer,MagickPathExtent,"<h1>%s</h1>\n", in WriteHTMLImage()
322 (void) FormatLocaleString(buffer,MagickPathExtent,"<img usemap=\"#%s\" " in WriteHTMLImage()
335 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteHTMLImage()
338 (void) FormatLocaleString(buffer,MagickPathExtent," <area href=\"%s", in WriteHTMLImage()
343 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteHTMLImage()
355 (void) FormatLocaleString(buffer,MagickPathExtent,"\" shape=" in WriteHTMLImage()
362 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteHTMLImage()
412 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteHTMLImage()
[all …]
Dcip.c202 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n", in WriteCIPImage()
210 (void) FormatLocaleString(buffer,MagickPathExtent,"<Title>%s</Title>\n", in WriteCIPImage()
214 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteCIPImage()
217 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteCIPImage()
220 (void) FormatLocaleString(buffer,MagickPathExtent,"<Width>%.20g</Width>\n", in WriteCIPImage()
223 (void) FormatLocaleString(buffer,MagickPathExtent,"<Height>%.20g</Height>\n", in WriteCIPImage()
226 (void) FormatLocaleString(buffer,MagickPathExtent,"<Depth>2</Depth>\n"); in WriteCIPImage()
242 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",byte); in WriteCIPImage()
284 (void) FormatLocaleString(buffer,MagickPathExtent,"%02x",~byte); in WriteCIPImage()
Dps2.c518 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePS2Image()
524 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePS2Image()
565 (void) FormatLocaleString(buffer,MagickPathExtent,"%%%%Title: (%s)\n", in WritePS2Image()
570 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS2Image()
583 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS2Image()
587 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS2Image()
606 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS2Image()
648 (void) FormatLocaleString(buffer,MagickPathExtent,PostscriptProlog, in WritePS2Image()
661 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS2Image()
673 (void) FormatLocaleString(buffer,MagickPathExtent,"%%%%Page: 1 %.20g\n", in WritePS2Image()
[all …]
Dmpc.c1200 (void) FormatLocaleString(buffer,MagickPathExtent,"magick-signature=%u\n", in WriteMPCImage()
1204 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMPCImage()
1210 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMPCImage()
1214 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMPCImage()
1220 (void) FormatLocaleString(buffer,MagickPathExtent,"type=%s\n", in WriteMPCImage()
1224 (void) FormatLocaleString(buffer,MagickPathExtent,"colorspace=%s\n", in WriteMPCImage()
1229 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMPCImage()
1236 (void) FormatLocaleString(buffer,MagickPathExtent,"endian=%s\n", in WriteMPCImage()
1242 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMPCImage()
1249 (void) FormatLocaleString(buffer,MagickPathExtent,"units=%s\n", in WriteMPCImage()
[all …]
Dpcl.c312 (void) FormatLocaleString(geometry,MagickPathExtent,"%.20gx%.20g",(double) in ReadPCLImage()
332 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g", in ReadPCLImage()
335 (void) FormatLocaleString(density,MagickPathExtent,"2.0x2.0"); in ReadPCLImage()
338 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double) in ReadPCLImage()
346 (void) FormatLocaleString(options,MagickPathExtent,"-dLastPage=%.20g", in ReadPCLImage()
349 (void) FormatLocaleString(options,MagickPathExtent, in ReadPCLImage()
358 (void) FormatLocaleString(command,MagickPathExtent, in ReadPCLImage()
740 (void) FormatLocaleString(buffer,MagickPathExtent,"\033*r%.20gs%.20gT", in WritePCLImage()
743 (void) FormatLocaleString(buffer,MagickPathExtent,"\033*t%.20gR",(double) in WritePCLImage()
784 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePCLImage()
[all …]
Dps3.c477 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
492 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
501 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
509 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
517 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
525 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
612 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3MaskImage()
965 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePS3Image()
971 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePS3Image()
1012 (void) FormatLocaleString(buffer,MagickPathExtent, in WritePS3Image()
[all …]
Ddebug.c215 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteDEBUGImage()
228 (void) FormatLocaleString(buffer,MagickPathExtent,"%.20g,%.20g: ",(double) in WriteDEBUGImage()
232 (void) FormatLocaleString(tuple,MagickPathExtent,"%.20g,%.20g,%.20g ", in WriteDEBUGImage()
239 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ", in WriteDEBUGImage()
248 (void) FormatLocaleString(alpha,MagickPathExtent,",%.20g ", in WriteDEBUGImage()
Dttf.c259 (void) FormatLocaleString(buffer,MagickPathExtent, in ReadTTFImage()
263 (void) FormatLocaleString(buffer,MagickPathExtent," text 10,%.20g '", in ReadTTFImage()
269 (void) FormatLocaleString(buffer,MagickPathExtent,"'\n"); in ReadTTFImage()
276 (void) FormatLocaleString(buffer,MagickPathExtent, in ReadTTFImage()
279 (void) FormatLocaleString(buffer,MagickPathExtent," font-size %.20g\n", in ReadTTFImage()
282 (void) FormatLocaleString(buffer,MagickPathExtent," text 50,%.20g " in ReadTTFImage()
333 (void) FormatLocaleString(version,MagickPathExtent,"Freetype %d.%d.%d", in RegisterTTFImage()
Dps.c383 (void) FormatLocaleString(property,MagickPathExtent, in ReadPSInfo()
707 (void) FormatLocaleString(translate_geometry,MagickPathExtent, in ReadPSImage()
733 (void) FormatLocaleString(density,MagickPathExtent,"%gx%g",resolution.x, in ReadPSImage()
736 (void) FormatLocaleString(density,MagickPathExtent,"2.0x2.0"); in ReadPSImage()
737 (void) FormatLocaleString(options,MagickPathExtent,"-g%.20gx%.20g ",(double) in ReadPSImage()
746 (void) FormatLocaleString(pages,MagickPathExtent,"-dFirstPage=%.20g " in ReadPSImage()
768 (void) FormatLocaleString(command,MagickPathExtent, in ReadPSImage()
1468 (void) FormatLocaleString(page_geometry,MagickPathExtent,"%.20gx%.20g", in WritePSImage()
1474 (void) FormatLocaleString(page_geometry,MagickPathExtent, in WritePSImage()
1515 (void) FormatLocaleString(buffer,MagickPathExtent,"%%%%Title: (%s)\n", in WritePSImage()
[all …]
Duil.c296 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteUILImage()
326 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteUILImage()
329 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteUILImage()
334 (void) FormatLocaleString(buffer,MagickPathExtent,"%s", in WriteUILImage()
342 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteUILImage()
366 (void) FormatLocaleString(buffer,MagickPathExtent,"\"%s\n", in WriteUILImage()
Dbraille.c253 (void) FormatLocaleString(buffer,MagickPathExtent,"Title: %s\n", in WriteBRAILLEImage()
259 (void) FormatLocaleString(buffer,MagickPathExtent,"X: %.20g\n", in WriteBRAILLEImage()
265 (void) FormatLocaleString(buffer,MagickPathExtent,"Y: %.20g\n", in WriteBRAILLEImage()
269 (void) FormatLocaleString(buffer,MagickPathExtent,"Width: %.20g\n", in WriteBRAILLEImage()
272 (void) FormatLocaleString(buffer,MagickPathExtent,"Height: %.20g\n", in WriteBRAILLEImage()
Dfits.c386 (void) FormatLocaleString(property,MagickPathExtent,"fits:%s",keyword); in ReadFITSImage()
693 (void) FormatLocaleString(header,FITSBlocksize, in WriteFITSImage()
697 (void) FormatLocaleString(header,FITSBlocksize,"BITPIX = %10ld", in WriteFITSImage()
702 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS = %10lu", in WriteFITSImage()
706 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS1 = %10lu", in WriteFITSImage()
710 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS2 = %10lu", in WriteFITSImage()
716 (void) FormatLocaleString(header,FITSBlocksize, in WriteFITSImage()
721 (void) FormatLocaleString(header,FITSBlocksize,"BSCALE = %E",1.0); in WriteFITSImage()
724 (void) FormatLocaleString(header,FITSBlocksize,"BZERO = %E", in WriteFITSImage()
728 (void) FormatLocaleString(header,FITSBlocksize,"DATAMAX = %E", in WriteFITSImage()
[all …]
Dcals.c267 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"group4:%s", in ReadCALSImage()
269 (void) FormatLocaleString(message,MagickPathExtent,"%lux%lu",width,height); in ReadCALSImage()
271 (void) FormatLocaleString(message,MagickPathExtent,"%lu",density); in ReadCALSImage()
530 (void) FormatLocaleString(header,sizeof(header),"rorient: %03ld,%03ld", in WriteCALSImage()
533 (void) FormatLocaleString(header,sizeof(header),"rpelcnt: %06lu,%06lu", in WriteCALSImage()
545 (void) FormatLocaleString(header,sizeof(header),"rdensty: %04lu", in WriteCALSImage()
Dhdr.c293 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
305 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
338 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
361 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
367 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword); in ReadHDRImage()
717 count=FormatLocaleString(header,MagickPathExtent,"#%.*s\n", in WriteHDRImage()
724 count=FormatLocaleString(header,MagickPathExtent,"EXPOSURE=%g\n", in WriteHDRImage()
730 count=FormatLocaleString(header,MagickPathExtent,"GAMMA=%g\n", in WriteHDRImage()
734 count=FormatLocaleString(header,MagickPathExtent, in WriteHDRImage()
743 count=FormatLocaleString(header,MagickPathExtent,"-Y %.20g +X %.20g\n", in WriteHDRImage()
Dsvg.c307 (void) FormatLocaleString(output_filename,MagickPathExtent,"%s.png",unique); in RenderSVGImage()
310 (void) FormatLocaleString(density,MagickPathExtent,"%.20g", in RenderSVGImage()
312 (void) FormatLocaleString(background,MagickPathExtent, in RenderSVGImage()
317 (void) FormatLocaleString(opacity,MagickPathExtent,"%.20g",QuantumScale* in RenderSVGImage()
319 (void) FormatLocaleString(command,MagickPathExtent, in RenderSVGImage()
3677 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"mvg:%s", in ReadSVGImage()
3791 (void) FormatLocaleString(version,MagickPathExtent,"RSVG %d.%d.%d", in RegisterSVGImage()
3917 (void) FormatLocaleString(transform,MagickPathExtent, in AffineToTransform()
3933 (void) FormatLocaleString(transform,MagickPathExtent, in AffineToTransform()
3947 (void) FormatLocaleString(transform,MagickPathExtent, in AffineToTransform()
[all …]
Dvideo.c197 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"%s.%s", in ReadVIDEOImage()
532 (void) FormatLocaleString(coalesce_image->filename,MagickPathExtent,"%s", in WriteVIDEOImage()
558 (void) FormatLocaleString(p->filename,MagickPathExtent,"%s%.20g.%s", in WriteVIDEOImage()
560 (void) FormatLocaleString(filename,MagickPathExtent,"%s%.20g.%s", in WriteVIDEOImage()
562 (void) FormatLocaleString(previous_image,MagickPathExtent, in WriteVIDEOImage()
579 (void) FormatLocaleString(filename,MagickPathExtent,"%s%.20g.%s", in WriteVIDEOImage()
617 (void) FormatLocaleString(write_info->filename,MagickPathExtent,"%s.%s", in WriteVIDEOImage()
631 (void) FormatLocaleString(p->filename,MagickPathExtent,"%s%.20g.%s", in WriteVIDEOImage()
Dcaption.c179 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
193 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
245 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
275 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
307 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",MagickMax( in ReadCAPTIONImage()
Dmiff.c2147 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMIFFImage()
2155 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMIFFImage()
2161 (void) FormatLocaleString(buffer,MagickPathExtent,"type=%s\n", in WriteMIFFImage()
2167 (void) FormatLocaleString(buffer,MagickPathExtent,"colorspace=%s\n", in WriteMIFFImage()
2173 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMIFFImage()
2180 (void) FormatLocaleString(buffer,MagickPathExtent,"endian=%s\n", in WriteMIFFImage()
2186 (void) FormatLocaleString(buffer,MagickPathExtent,"compression=%s " in WriteMIFFImage()
2193 (void) FormatLocaleString(buffer,MagickPathExtent,"units=%s\n", in WriteMIFFImage()
2199 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMIFFImage()
2205 (void) FormatLocaleString(buffer,MagickPathExtent, in WriteMIFFImage()
[all …]
/external/ImageMagick/MagickCore/
Dproperty.c867 len+=FormatLocaleString(buffer+len,MagickPathExtent-len,format", ",arg); \ in GetEXIFProperty()
892 len+=FormatLocaleString(buffer+len,MagickPathExtent-len,format", ", \ in GetEXIFProperty()
1589 (void) FormatLocaleString(key,MagickPathExtent,"%s", in GetEXIFProperty()
1598 (void) FormatLocaleString(key,MagickPathExtent,"#%04lx", in GetEXIFProperty()
1602 (void) FormatLocaleString(key,MagickPathExtent,"@%04lx", in GetEXIFProperty()
1605 (void) FormatLocaleString(key,MagickPathExtent,"unknown"); in GetEXIFProperty()
1890 (void) FormatLocaleString(message,MagickPathExtent,"/ClipImage\n"); in TracePSClippath()
1892 (void) FormatLocaleString(message,MagickPathExtent,"{\n"); in TracePSClippath()
1894 (void) FormatLocaleString(message,MagickPathExtent, in TracePSClippath()
1897 (void) FormatLocaleString(message,MagickPathExtent, in TracePSClippath()
[all …]
Dmodule.c626 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",directory, in GetMagickModulePath()
669 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",(char *) in GetMagickModulePath()
697 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",home, in GetMagickModulePath()
717 (void) FormatLocaleString(path,MagickPathExtent,"%s/lib/%s/%s",home, in GetMagickModulePath()
731 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in GetMagickModulePath()
756 (void) FormatLocaleString(path,MagickPathExtent,"%s/lib/%s/%s/%s",prefix, in GetMagickModulePath()
796 (void) FormatLocaleString(path,MagickPathExtent,"%s%sImageMagick%s%s", in GetMagickModulePath()
808 (void) FormatLocaleString(path,MagickPathExtent, in GetMagickModulePath()
1004 (void) FormatLocaleString(name,MagickPathExtent,"%sImage",tag); in InvokeDynamicImageFilter()
1006 (void) FormatLocaleString(name,MagickPathExtent,"%s%sImage", in InvokeDynamicImageFilter()
[all …]
Dconfigure.c673 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",element, in GetConfigureOptions()
809 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",(char *) in GetConfigurePaths()
828 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",home, in GetConfigurePaths()
832 (void) FormatLocaleString(path,MagickPathExtent,"%s/etc/%s/",home, in GetConfigurePaths()
835 (void) FormatLocaleString(path,MagickPathExtent,"%s/share/%s/",home, in GetConfigurePaths()
838 (void) FormatLocaleString(path,MagickPathExtent,"%s", in GetConfigurePaths()
848 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",GetClientPath(), in GetConfigurePaths()
860 (void) FormatLocaleString(path,MagickPathExtent,"%s/etc/%s/",prefix, in GetConfigurePaths()
863 (void) FormatLocaleString(path,MagickPathExtent,"%s/share/%s/",prefix, in GetConfigurePaths()
866 (void) FormatLocaleString(path,MagickPathExtent,"%s", in GetConfigurePaths()
[all …]
Ddelegate.c635 (void) FormatLocaleString(value,MagickPathExtent, in GetMagickPropertyLetter()
643 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
662 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
675 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
682 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
695 (void) FormatLocaleString(value,MagickPathExtent,"%s %s %s", in GetMagickPropertyLetter()
705 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
724 (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double) in GetMagickPropertyLetter()
731 (void) FormatLocaleString(value,MagickPathExtent,"%.20g", in GetMagickPropertyLetter()
740 (void) FormatLocaleString(value,MagickPathExtent,"%.20g", in GetMagickPropertyLetter()
[all …]
Dnt-base.c302 (void) FormatLocaleString(variable,16*MagickPathExtent, in DllMain()
683 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s) [%s].\n", in NTErrorHandler()
687 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s (%s).\n", in NTErrorHandler()
691 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s [%s].\n", in NTErrorHandler()
694 (void) FormatLocaleString(buffer,MagickPathExtent,"%s: %s.\n", in NTErrorHandler()
1090 (void) FormatLocaleString(key,MagickPathExtent,"SOFTWARE\\%s",products[i]); in NTLocateGhostscript()
1181 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll64.dll", in NTGhostscriptGetString()
1191 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll32.dll", in NTGhostscriptGetString()
1238 (void) FormatLocaleString(buffer,MagickPathExtent,"SOFTWARE\\%s\\%d.%d.%d", in NTGhostscriptGetString()
1243 (void) FormatLocaleString(buffer,MagickPathExtent,"SOFTWARE\\%s\\%d.%02d", in NTGhostscriptGetString()
[all …]
/external/ImageMagick/filters/
Danalyze.c221 (void) FormatLocaleString(text,MagickPathExtent,"%g",brightness.mean); in analyzeImage()
225 (void) FormatLocaleString(text,MagickPathExtent,"%g", in analyzeImage()
236 (void) FormatLocaleString(text,MagickPathExtent,"%g",brightness.kurtosis); in analyzeImage()
243 (void) FormatLocaleString(text,MagickPathExtent,"%g",brightness.skewness); in analyzeImage()
246 (void) FormatLocaleString(text,MagickPathExtent,"%g",saturation.mean); in analyzeImage()
250 (void) FormatLocaleString(text,MagickPathExtent,"%g", in analyzeImage()
261 (void) FormatLocaleString(text,MagickPathExtent,"%g",saturation.kurtosis); in analyzeImage()
268 (void) FormatLocaleString(text,MagickPathExtent,"%g",saturation.skewness); in analyzeImage()

123456