Home
last modified time | relevance | path

Searched refs:FormatLocaleFile (Results 1 – 25 of 48) sorted by relevance

12

/external/ImageMagick/MagickCore/
Didentify.c260 n=FormatLocaleFile(file,FeaturesFormat,name, in PrintChannelFeatures()
306 (void) FormatLocaleFile(file," %s: %.*g (%.*g)",name,GetMagickPrecision(), in PrintChannelLocations()
336 (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y); in PrintChannelLocations()
344 (void) FormatLocaleFile(file,"\n"); in PrintChannelLocations()
361 n=FormatLocaleFile(file," %s:\n",name); in PrintChannelMoments()
362 n+=FormatLocaleFile(file," Centroid: %.*g,%.*g\n", in PrintChannelMoments()
365 n+=FormatLocaleFile(file," Ellipse Semi-Major/Minor axis: %.*g,%.*g\n", in PrintChannelMoments()
368 n+=FormatLocaleFile(file," Ellipse angle: %.*g\n", in PrintChannelMoments()
370 n+=FormatLocaleFile(file," Ellipse eccentricity: %.*g\n", in PrintChannelMoments()
372 n+=FormatLocaleFile(file," Ellipse intensity: %.*g (%.*g)\n", in PrintChannelMoments()
[all …]
Dversion.c634 (void) FormatLocaleFile(file,"Version: %s\n", in ListMagickVersion()
636 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright()); in ListMagickVersion()
637 (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense()); in ListMagickVersion()
639 (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER); in ListMagickVersion()
641 (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures()); in ListMagickVersion()
642 (void) FormatLocaleFile(file,"Delegates (built-in): %s\n", in ListMagickVersion()
646 (void) FormatLocaleFile(file,"Wizard attributes: "); in ListMagickVersion()
647 (void) FormatLocaleFile(file,"QuantumRange=%g; ",(double) QuantumRange); in ListMagickVersion()
648 (void) FormatLocaleFile(file,"QuantumScale=%.*g; ",GetMagickPrecision(), in ListMagickVersion()
650 (void) FormatLocaleFile(file,"MagickEpsilon=%.*g; ",GetMagickPrecision(), in ListMagickVersion()
[all …]
Ddistort.c2086 (void) FormatLocaleFile(stderr, "Affine projection:\n"); in DistortImage()
2087 (void) FormatLocaleFile(stderr, in DistortImage()
2090 (void) FormatLocaleFile(stderr, "%.*g,",GetMagickPrecision(), in DistortImage()
2092 (void) FormatLocaleFile(stderr, "%.*g'\n",GetMagickPrecision(), in DistortImage()
2094 (void) FormatLocaleFile(stderr, in DistortImage()
2096 (void) FormatLocaleFile(stderr," %.*g,%.*g,%.*g,%.*g\n", in DistortImage()
2102 (void) FormatLocaleFile(stderr,"Affine distort, FX equivalent:\n"); in DistortImage()
2103 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2104 (void) FormatLocaleFile(stderr, in DistortImage()
2106 (void) FormatLocaleFile(stderr," xx=%+.*g*ii %+.*g*jj %+.*g;\n", in DistortImage()
[all …]
Dlog.c372 (void) FormatLocaleFile(log_info->file,"</log>\n"); in CloseMagickLog()
791 (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path); in ListLogInfo()
804 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name); in ListLogInfo()
809 (void) FormatLocaleFile(file," "); in ListLogInfo()
810 (void) FormatLocaleFile(file," Generations Limit Format\n"); in ListLogInfo()
811 (void) FormatLocaleFile(file,"-----------------------------------------" in ListLogInfo()
817 (void) FormatLocaleFile(file,"%s",log_info[i]->filename); in ListLogInfo()
819 (void) FormatLocaleFile(file," "); in ListLogInfo()
821 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations); in ListLogInfo()
822 (void) FormatLocaleFile(file,"%8g ",(double) log_info[i]->limit); in ListLogInfo()
[all …]
Dresample.c340 (void) FormatLocaleFile(stderr, "u0=%lf; v0=%lf;\n", u0, v0); in ResamplePixelColor()
562 (void) FormatLocaleFile(stderr, "v1=%ld; v2=%ld\n", (long)v1, (long)v2); in ResamplePixelColor()
563 (void) FormatLocaleFile(stderr, "u1=%ld; uw=%ld\n", (long)u1, (long)uw); in ResamplePixelColor()
576 (void) FormatLocaleFile(stderr, "# scan line from pixel %ld, %ld\n", (long)uu, (long)v); in ResamplePixelColor()
624 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n", in ResamplePixelColor()
626 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n", in ResamplePixelColor()
629 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n", in ResamplePixelColor()
631 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n", in ResamplePixelColor()
644 (void) FormatLocaleFile(stderr, "Hit=%ld; Total=%ld;\n", (long)hit, (long)uw*(v2-v1) ); in ResamplePixelColor()
1053 (void) FormatLocaleFile(stderr, "# -----\n" ); in ScaleResampleFilter()
[all …]
Dcoder.c543 (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path); in ListCoderInfo()
544 (void) FormatLocaleFile(file,"Magick Coder\n"); in ListCoderInfo()
545 (void) FormatLocaleFile(file, in ListCoderInfo()
550 (void) FormatLocaleFile(file,"%s",coder_info[i]->magick); in ListCoderInfo()
552 (void) FormatLocaleFile(file," "); in ListCoderInfo()
554 (void) FormatLocaleFile(file,"%s",coder_info[i]->name); in ListCoderInfo()
555 (void) FormatLocaleFile(file,"\n"); in ListCoderInfo()
Dmagick.c1196 (void) FormatLocaleFile(file," Format Mode Description\n"); in ListMagickInfo()
1198 (void) FormatLocaleFile(file," Format Module Mode Description\n"); in ListMagickInfo()
1200 (void) FormatLocaleFile(file, in ListMagickInfo()
1207 (void) FormatLocaleFile(file,"%9s%c ", in ListMagickInfo()
1222 (void) FormatLocaleFile(file,"%9s ",magick_module); in ListMagickInfo()
1225 (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-', in ListMagickInfo()
1229 (void) FormatLocaleFile(file," %s",magick_info[i]->description); in ListMagickInfo()
1231 (void) FormatLocaleFile(file," (%s)",magick_info[i]->version); in ListMagickInfo()
1232 (void) FormatLocaleFile(file,"\n"); in ListMagickInfo()
1243 (void) FormatLocaleFile(file," %s\n",text[j]); in ListMagickInfo()
[all …]
Dmagic.c710 (void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path); in ListMagicInfo()
711 (void) FormatLocaleFile(file,"Name Offset Target\n"); in ListMagicInfo()
712 (void) FormatLocaleFile(file, in ListMagicInfo()
717 (void) FormatLocaleFile(file,"%s",magic_info[i]->name); in ListMagicInfo()
719 (void) FormatLocaleFile(file," "); in ListMagicInfo()
720 (void) FormatLocaleFile(file,"%6ld ",(long) magic_info[i]->offset); in ListMagicInfo()
725 (void) FormatLocaleFile(file,"%c",magic_info[i]->target[j]); in ListMagicInfo()
727 (void) FormatLocaleFile(file,"\\%03o",(unsigned int) in ListMagicInfo()
730 (void) FormatLocaleFile(file,"\n"); in ListMagicInfo()
Dexception.c305 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultErrorHandler()
307 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultErrorHandler()
308 (void) FormatLocaleFile(stderr,".\n"); in DefaultErrorHandler()
345 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultFatalErrorHandler()
347 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultFatalErrorHandler()
348 (void) FormatLocaleFile(stderr,".\n"); in DefaultFatalErrorHandler()
389 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultWarningHandler()
391 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultWarningHandler()
392 (void) FormatLocaleFile(stderr,".\n"); in DefaultWarningHandler()
Dpolicy.c726 (void) FormatLocaleFile(file,"\nPath: %s\n",policy_info[i]->path); in ListPolicyInfo()
730 (void) FormatLocaleFile(file," Policy: %s\n",domain); in ListPolicyInfo()
736 (void) FormatLocaleFile(file," name: %s\n",policy_info[i]->name); in ListPolicyInfo()
738 (void) FormatLocaleFile(file," value: %s\n",policy_info[i]->value); in ListPolicyInfo()
742 (void) FormatLocaleFile(file," rights: "); in ListPolicyInfo()
744 (void) FormatLocaleFile(file,"None "); in ListPolicyInfo()
746 (void) FormatLocaleFile(file,"Read "); in ListPolicyInfo()
748 (void) FormatLocaleFile(file,"Write "); in ListPolicyInfo()
750 (void) FormatLocaleFile(file,"Execute "); in ListPolicyInfo()
751 (void) FormatLocaleFile(file,"\n"); in ListPolicyInfo()
[all …]
Dmime.c724 (void) FormatLocaleFile(file,"\nPath: %s\n\n",mime_info[i]->path); in ListMimeInfo()
725 (void) FormatLocaleFile(file,"Type Description\n"); in ListMimeInfo()
726 (void) FormatLocaleFile(file, in ListMimeInfo()
731 (void) FormatLocaleFile(file,"%s",mime_info[i]->type); in ListMimeInfo()
735 (void) FormatLocaleFile(file," "); in ListMimeInfo()
739 (void) FormatLocaleFile(file,"\n"); in ListMimeInfo()
741 (void) FormatLocaleFile(file," "); in ListMimeInfo()
744 (void) FormatLocaleFile(file,"%s",mime_info[i]->description); in ListMimeInfo()
745 (void) FormatLocaleFile(file,"\n"); in ListMimeInfo()
Dsegment.c465 (void) FormatLocaleFile(stdout,"Fuzzy C-means Statistics\n"); in Classify()
466 (void) FormatLocaleFile(stdout,"===================\n\n"); in Classify()
467 (void) FormatLocaleFile(stdout,"\tCluster Threshold = %g\n",(double) in Classify()
469 (void) FormatLocaleFile(stdout,"\tWeighting Exponent = %g\n",(double) in Classify()
471 (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n", in Classify()
476 (void) FormatLocaleFile(stdout,"\n\nNumber of Vectors Per Cluster\n"); in Classify()
477 (void) FormatLocaleFile(stdout,"=============================\n\n"); in Classify()
479 (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double) in Classify()
484 (void) FormatLocaleFile(stdout, in Classify()
486 (void) FormatLocaleFile(stdout,"================"); in Classify()
[all …]
Dresource.c919 (void) FormatLocaleFile(file,"Resource limits:\n"); in ListMagickResourceInfo()
920 (void) FormatLocaleFile(file," Width: %s\n",width_limit); in ListMagickResourceInfo()
921 (void) FormatLocaleFile(file," Height: %s\n",height_limit); in ListMagickResourceInfo()
922 (void) FormatLocaleFile(file," Area: %s\n",area_limit); in ListMagickResourceInfo()
923 (void) FormatLocaleFile(file," List length: %s\n",list_length_limit); in ListMagickResourceInfo()
924 (void) FormatLocaleFile(file," Memory: %s\n",memory_limit); in ListMagickResourceInfo()
925 (void) FormatLocaleFile(file," Map: %s\n",map_limit); in ListMagickResourceInfo()
926 (void) FormatLocaleFile(file," Disk: %s\n",disk_limit); in ListMagickResourceInfo()
927 (void) FormatLocaleFile(file," File: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo()
929 (void) FormatLocaleFile(file," Thread: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo()
[all …]
Dlocale.c372 MagickExport ssize_t FormatLocaleFile(FILE *file, in FormatLocaleFile() function
1056 (void) FormatLocaleFile(file,"\nPath: %s\n\n",locale_info[i]->path); in ListLocaleInfo()
1057 (void) FormatLocaleFile(file,"Tag/Message\n"); in ListLocaleInfo()
1058 (void) FormatLocaleFile(file, in ListLocaleInfo()
1063 (void) FormatLocaleFile(file,"%s\n",locale_info[i]->tag); in ListLocaleInfo()
1065 (void) FormatLocaleFile(file," %s",locale_info[i]->message); in ListLocaleInfo()
1066 (void) FormatLocaleFile(file,"\n"); in ListLocaleInfo()
1136 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in LocaleFatalErrorHandler()
1138 (void) FormatLocaleFile(stderr," (%s)",description); in LocaleFatalErrorHandler()
1139 (void) FormatLocaleFile(stderr,".\n"); in LocaleFatalErrorHandler()
Dlayer.c1038 (void) FormatLocaleFile(stderr,"frame %.20g :-\n",(double) i); in OptimizeLayerFrames()
1043 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g\n\n", in OptimizeLayerFrames()
1061 (void) FormatLocaleFile(stderr,"frame %.20g :-\n",(double) i); in OptimizeLayerFrames()
1070 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g%s%s\n", in OptimizeLayerFrames()
1099 (void) FormatLocaleFile(stderr, "test_prev: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames()
1112 (void) FormatLocaleFile(stderr,"previous: accepted\n"); in OptimizeLayerFrames()
1114 (void) FormatLocaleFile(stderr,"previous: rejected\n"); in OptimizeLayerFrames()
1170 (void) FormatLocaleFile(stderr, "background: %s\n", in OptimizeLayerFrames()
1183 (void) FormatLocaleFile(stderr, "expand_clear: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames()
1193 (void) FormatLocaleFile(stderr, "expand_bgnd: %.20gx%.20g%+.20g%+.20g\n", in OptimizeLayerFrames()
[all …]
Dconfigure.c1079 (void) FormatLocaleFile(file,"\nPath: %s\n\n", in ListConfigureInfo()
1081 (void) FormatLocaleFile(file,"Name Value\n"); in ListConfigureInfo()
1082 (void) FormatLocaleFile(file, in ListConfigureInfo()
1090 (void) FormatLocaleFile(file,"%s",name); in ListConfigureInfo()
1092 (void) FormatLocaleFile(file," "); in ListConfigureInfo()
1093 (void) FormatLocaleFile(file," "); in ListConfigureInfo()
1097 (void) FormatLocaleFile(file,"%s",value); in ListConfigureInfo()
1098 (void) FormatLocaleFile(file,"\n"); in ListConfigureInfo()
Dmodule.c1094 (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); in ListModuleInfo()
1095 (void) FormatLocaleFile(file,"Image Coder\n"); in ListModuleInfo()
1096 (void) FormatLocaleFile(file, in ListModuleInfo()
1101 (void) FormatLocaleFile(file,"%s",modules[i]); in ListModuleInfo()
1102 (void) FormatLocaleFile(file,"\n"); in ListModuleInfo()
1121 (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); in ListModuleInfo()
1122 (void) FormatLocaleFile(file,"Image Filter\n"); in ListModuleInfo()
1123 (void) FormatLocaleFile(file, in ListModuleInfo()
1128 (void) FormatLocaleFile(file,"%s",modules[i]); in ListModuleInfo()
1129 (void) FormatLocaleFile(file,"\n"); in ListModuleInfo()
/external/ImageMagick/coders/
Djson.c208 (void) FormatLocaleFile(file,format,"null"); in JSONFormatLocaleFile()
246 (void) FormatLocaleFile(file,format,"null"); in JSONFormatLocaleFile()
312 (void) FormatLocaleFile(file,format,escaped_json); in JSONFormatLocaleFile()
519 n=FormatLocaleFile(file,FeaturesFormat,name, in PrintChannelFeatures()
534 (void) FormatLocaleFile(file," }"); in PrintChannelFeatures()
536 (void) FormatLocaleFile(file,","); in PrintChannelFeatures()
537 (void) FormatLocaleFile(file,"\n"); in PrintChannelFeatures()
570 (void) FormatLocaleFile(file," \"%s\": {\n \"intensity\": " in PrintChannelLocations()
601 (void) FormatLocaleFile(file,",\n"); in PrintChannelLocations()
602 (void) FormatLocaleFile(file," \"location%.20g\": {\n" in PrintChannelLocations()
[all …]
Dyaml.c208 (void) FormatLocaleFile(file,format,"null"); in YAMLFormatLocaleFile()
246 (void) FormatLocaleFile(file,format,"null"); in YAMLFormatLocaleFile()
314 (void) FormatLocaleFile(file,format,escaped_json); in YAMLFormatLocaleFile()
521 n=FormatLocaleFile(file,FeaturesFormat,name, in PrintChannelFeatures()
536 (void) FormatLocaleFile(file," "); in PrintChannelFeatures()
538 (void) FormatLocaleFile(file," "); in PrintChannelFeatures()
539 (void) FormatLocaleFile(file,"\n"); in PrintChannelFeatures()
572 (void) FormatLocaleFile(file," %s: \n intensity: " in PrintChannelLocations()
603 (void) FormatLocaleFile(file,"\n"); in PrintChannelLocations()
604 (void) FormatLocaleFile(file," location%.20g: \n" in PrintChannelLocations()
[all …]
Dsvg.c1127 (void) FormatLocaleFile(svg_info->file,"font-size %g\n", in SVGProcessStyleElement()
1156 (void) FormatLocaleFile(svg_info->file,"clip-path \"%s\"\n",value); in SVGProcessStyleElement()
1161 (void) FormatLocaleFile(svg_info->file,"clip-rule \"%s\"\n",value); in SVGProcessStyleElement()
1167 (void) FormatLocaleFile(svg_info->file,"clip-units \"%s\"\n", in SVGProcessStyleElement()
1174 (void) FormatLocaleFile(svg_info->file,"currentColor \"%s\"\n", in SVGProcessStyleElement()
1187 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",color); in SVGProcessStyleElement()
1191 (void) FormatLocaleFile(svg_info->file,"fill '#000000'\n"); in SVGProcessStyleElement()
1193 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); in SVGProcessStyleElement()
1198 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); in SVGProcessStyleElement()
1203 (void) FormatLocaleFile(svg_info->file,"fill-rule \"%s\"\n",value); in SVGProcessStyleElement()
[all …]
Dpes.c643 (void) FormatLocaleFile(file,"<?xml version=\"1.0\"?>\n"); in ReadPESImage()
644 (void) FormatLocaleFile(file,"<svg xmlns=\"http://www.w3.org/2000/svg\" " in ReadPESImage()
652 (void) FormatLocaleFile(file," <path stroke=\"#%02x%02x%02x\" " in ReadPESImage()
657 (void) FormatLocaleFile(file," L %g %g",stitches[offset+j].x-bounds.x1, in ReadPESImage()
659 (void) FormatLocaleFile(file,"\"/>\n"); in ReadPESImage()
661 (void) FormatLocaleFile(file,"</svg>\n"); in ReadPESImage()
/external/ImageMagick/tests/
Dwandtest.c70 (void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(), \ in main()
5215 (void) FormatLocaleFile(stderr,"Unexpected magick wand size\n"); in main()
5218 (void) FormatLocaleFile(stdout,"Reading images...\n"); in main()
5238 (void) FormatLocaleFile(stderr,"read %.20g images; expected 5\n", in main()
5240 (void) FormatLocaleFile(stdout,"Iterate forward...\n"); in main()
5243 (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double) in main()
5246 (void) FormatLocaleFile(stdout,"Iterate reverse...\n"); in main()
5248 (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double) in main()
5251 (void) FormatLocaleFile(stdout,"Remove scene 1...\n"); in main()
5259 (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double) in main()
[all …]
Dvalidate.c598 (void) FormatLocaleFile(stdout," HSIToRGB"); in ValidateHSIToRGB()
614 (void) FormatLocaleFile(stdout," RGBToHSI"); in ValidateRGBToHSI()
631 (void) FormatLocaleFile(stdout," HSLToRGB"); in ValidateHSLToRGB()
647 (void) FormatLocaleFile(stdout," RGBToHSL"); in ValidateRGBToHSL()
664 (void) FormatLocaleFile(stdout," HSVToRGB"); in ValidateHSVToRGB()
680 (void) FormatLocaleFile(stdout," RGBToHSV"); in ValidateRGBToHSV()
697 (void) FormatLocaleFile(stdout," RGBToJPEGYCbCr"); in ValidateRGBToJPEGYCbCr()
714 (void) FormatLocaleFile(stdout," JPEGYCbCrToRGB"); in ValidateJPEGYCbCrToRGB()
730 (void) FormatLocaleFile(stdout," LabToRGB"); in ValidateLabToRGB()
747 (void) FormatLocaleFile(stdout," RGBToLab"); in ValidateRGBToLab()
[all …]
/external/ImageMagick/MagickWand/
Dmagick-cli.c176 (void) FormatLocaleFile(stderr, "Script: %u,%u: \"%s\" matched \"%s\"\n", in ProcessScriptOptions()
184 (void) FormatLocaleFile(stderr, "Script %u,%u Non-Option: \"%s\"\n", in ProcessScriptOptions()
217 (void) FormatLocaleFile(stderr, in ProcessScriptOptions()
271 (void) FormatLocaleFile(stderr, "Script End: %d\n", token_info->status); in ProcessScriptOptions()
410 (void) FormatLocaleFile(stderr, "CLI %d: \"%s\" matched \"%s\"\n", in ProcessCommandOptions()
417 (void) FormatLocaleFile(stderr, "CLI arg %d Non-Option: \"%s\"\n", in ProcessCommandOptions()
460 (void) FormatLocaleFile(stderr, in ProcessCommandOptions()
484 (void) FormatLocaleFile(stderr, "CLI-post Image Count = %ld\n", in ProcessCommandOptions()
512 (void) FormatLocaleFile(stderr,"CLI arg %d Write File: \"%s\"\n",i,option); in ProcessCommandOptions()
585 (void) FormatLocaleFile(stdout, in MagickUsage()
[all …]
Dcompare.c1248 (void) FormatLocaleFile(stderr,"%.*g (%.*g)",GetMagickPrecision(), in CompareImagesCommand()
1260 (void) FormatLocaleFile(stderr,"%.*g",GetMagickPrecision(), in CompareImagesCommand()
1266 (void) FormatLocaleFile(stderr,"%.*g (%.*g, %.*g)", in CompareImagesCommand()
1276 (void) FormatLocaleFile(stderr," @ %.20g,%.20g", in CompareImagesCommand()
1287 (void) FormatLocaleFile(stderr,"Image: %s\n",image->filename); in CompareImagesCommand()
1290 (void) FormatLocaleFile(stderr,"Offset: %.20g,%.20g\n",(double) in CompareImagesCommand()
1292 (void) FormatLocaleFile(stderr," Channel distortion: %s\n", in CompareImagesCommand()
1307 (void) FormatLocaleFile(stderr," red: %.*g (%.*g)\n", in CompareImagesCommand()
1311 (void) FormatLocaleFile(stderr," green: %.*g (%.*g)\n", in CompareImagesCommand()
1315 (void) FormatLocaleFile(stderr," blue: %.*g (%.*g)\n", in CompareImagesCommand()
[all …]

12