/external/ImageMagick/MagickCore/ |
D | identify.c | 260 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 …]
|
D | version.c | 628 (void) FormatLocaleFile(file,"Version: %s\n", in ListMagickVersion() 630 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright()); in ListMagickVersion() 631 (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense()); in ListMagickVersion() 633 (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER); in ListMagickVersion() 635 (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures()); in ListMagickVersion() 636 (void) FormatLocaleFile(file,"Delegates (built-in): %s\n", in ListMagickVersion() 640 (void) FormatLocaleFile(file,"Wizard attributes: "); in ListMagickVersion() 641 (void) FormatLocaleFile(file,"QuantumRange=%g; ",(double) QuantumRange); in ListMagickVersion() 642 (void) FormatLocaleFile(file,"QuantumScale=%.*g; ",GetMagickPrecision(), in ListMagickVersion() 644 (void) FormatLocaleFile(file,"MagickEpsilon=%.*g; ",GetMagickPrecision(), in ListMagickVersion() [all …]
|
D | distort.c | 2003 (void) FormatLocaleFile(stderr, "Affine Projection:\n"); in DistortImage() 2004 (void) FormatLocaleFile(stderr, in DistortImage() 2007 (void) FormatLocaleFile(stderr, "%lf,", inverse[i]); in DistortImage() 2008 (void) FormatLocaleFile(stderr, "%lf'\n", inverse[5]); in DistortImage() 2010 (void) FormatLocaleFile(stderr, "Affine Distort, FX Equivelent:\n"); in DistortImage() 2011 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage() 2012 (void) FormatLocaleFile(stderr, in DistortImage() 2014 (void) FormatLocaleFile(stderr," xx=%+lf*ii %+lf*jj %+lf;\n", in DistortImage() 2016 (void) FormatLocaleFile(stderr," yy=%+lf*ii %+lf*jj %+lf;\n", in DistortImage() 2018 (void) FormatLocaleFile(stderr," %s' \\\n",lookup); in DistortImage() [all …]
|
D | log.c | 372 (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 …]
|
D | resample.c | 340 (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 …]
|
D | coder.c | 546 (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path); in ListCoderInfo() 547 (void) FormatLocaleFile(file,"Magick Coder\n"); in ListCoderInfo() 548 (void) FormatLocaleFile(file, in ListCoderInfo() 553 (void) FormatLocaleFile(file,"%s",coder_info[i]->magick); in ListCoderInfo() 555 (void) FormatLocaleFile(file," "); in ListCoderInfo() 557 (void) FormatLocaleFile(file,"%s",coder_info[i]->name); in ListCoderInfo() 558 (void) FormatLocaleFile(file,"\n"); in ListCoderInfo()
|
D | magic.c | 705 (void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path); in ListMagicInfo() 706 (void) FormatLocaleFile(file,"Name Offset Target\n"); in ListMagicInfo() 707 (void) FormatLocaleFile(file, in ListMagicInfo() 712 (void) FormatLocaleFile(file,"%s",magic_info[i]->name); in ListMagicInfo() 714 (void) FormatLocaleFile(file," "); in ListMagicInfo() 715 (void) FormatLocaleFile(file,"%6ld ",(long) magic_info[i]->offset); in ListMagicInfo() 720 (void) FormatLocaleFile(file,"%c",magic_info[i]->target[j]); in ListMagicInfo() 722 (void) FormatLocaleFile(file,"\\%03o",(unsigned int) in ListMagicInfo() 725 (void) FormatLocaleFile(file,"\n"); in ListMagicInfo()
|
D | magick.c | 1194 (void) FormatLocaleFile(file," Format Mode Description\n"); in ListMagickInfo() 1196 (void) FormatLocaleFile(file," Format Module Mode Description\n"); in ListMagickInfo() 1198 (void) FormatLocaleFile(file, in ListMagickInfo() 1205 (void) FormatLocaleFile(file,"%9s%c ", in ListMagickInfo() 1220 (void) FormatLocaleFile(file,"%9s ",magick_module); in ListMagickInfo() 1223 (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-', in ListMagickInfo() 1227 (void) FormatLocaleFile(file," %s",magick_info[i]->description); in ListMagickInfo() 1229 (void) FormatLocaleFile(file," (%s)",magick_info[i]->version); in ListMagickInfo() 1230 (void) FormatLocaleFile(file,"\n"); in ListMagickInfo() 1241 (void) FormatLocaleFile(file," %s\n",text[j]); in ListMagickInfo() [all …]
|
D | exception.c | 305 (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()
|
D | policy.c | 701 (void) FormatLocaleFile(file,"\nPath: %s\n",policy_info[i]->path); in ListPolicyInfo() 705 (void) FormatLocaleFile(file," Policy: %s\n",domain); in ListPolicyInfo() 711 (void) FormatLocaleFile(file," name: %s\n",policy_info[i]->name); in ListPolicyInfo() 713 (void) FormatLocaleFile(file," value: %s\n",policy_info[i]->value); in ListPolicyInfo() 717 (void) FormatLocaleFile(file," rights: "); in ListPolicyInfo() 719 (void) FormatLocaleFile(file,"None "); in ListPolicyInfo() 721 (void) FormatLocaleFile(file,"Read "); in ListPolicyInfo() 723 (void) FormatLocaleFile(file,"Write "); in ListPolicyInfo() 725 (void) FormatLocaleFile(file,"Execute "); in ListPolicyInfo() 726 (void) FormatLocaleFile(file,"\n"); in ListPolicyInfo() [all …]
|
D | mime.c | 724 (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()
|
D | resource.c | 916 (void) FormatLocaleFile(file,"Resource limits:\n"); in ListMagickResourceInfo() 917 (void) FormatLocaleFile(file," Width: %s\n",width_limit); in ListMagickResourceInfo() 918 (void) FormatLocaleFile(file," Height: %s\n",height_limit); in ListMagickResourceInfo() 919 (void) FormatLocaleFile(file," Area: %s\n",area_limit); in ListMagickResourceInfo() 920 (void) FormatLocaleFile(file," List length: %s\n",list_length_limit); in ListMagickResourceInfo() 921 (void) FormatLocaleFile(file," Memory: %s\n",memory_limit); in ListMagickResourceInfo() 922 (void) FormatLocaleFile(file," Map: %s\n",map_limit); in ListMagickResourceInfo() 923 (void) FormatLocaleFile(file," Disk: %s\n",disk_limit); in ListMagickResourceInfo() 924 (void) FormatLocaleFile(file," File: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo() 926 (void) FormatLocaleFile(file," Thread: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo() [all …]
|
D | segment.c | 472 (void) FormatLocaleFile(stdout,"Fuzzy C-means Statistics\n"); in Classify() 473 (void) FormatLocaleFile(stdout,"===================\n\n"); in Classify() 474 (void) FormatLocaleFile(stdout,"\tCluster Threshold = %g\n",(double) in Classify() 476 (void) FormatLocaleFile(stdout,"\tWeighting Exponent = %g\n",(double) in Classify() 478 (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n", in Classify() 483 (void) FormatLocaleFile(stdout,"\n\nNumber of Vectors Per Cluster\n"); in Classify() 484 (void) FormatLocaleFile(stdout,"=============================\n\n"); in Classify() 486 (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double) in Classify() 491 (void) FormatLocaleFile(stdout, in Classify() 493 (void) FormatLocaleFile(stdout,"================"); in Classify() [all …]
|
D | layer.c | 1027 (void) FormatLocaleFile(stderr,"frame %.20g :-\n",(double) i); in OptimizeLayerFrames() 1032 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g\n\n", in OptimizeLayerFrames() 1050 (void) FormatLocaleFile(stderr,"frame %.20g :-\n",(double) i); in OptimizeLayerFrames() 1059 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g%s%s\n", in OptimizeLayerFrames() 1088 (void) FormatLocaleFile(stderr, "test_prev: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames() 1101 (void) FormatLocaleFile(stderr,"previous: accepted\n"); in OptimizeLayerFrames() 1103 (void) FormatLocaleFile(stderr,"previous: rejected\n"); in OptimizeLayerFrames() 1159 (void) FormatLocaleFile(stderr, "background: %s\n", in OptimizeLayerFrames() 1172 (void) FormatLocaleFile(stderr, "expand_clear: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames() 1182 (void) FormatLocaleFile(stderr, "expand_bgnd: %.20gx%.20g%+.20g%+.20g\n", in OptimizeLayerFrames() [all …]
|
D | locale.c | 404 MagickExport ssize_t FormatLocaleFile(FILE *file, in FormatLocaleFile() function 1088 (void) FormatLocaleFile(file,"\nPath: %s\n\n",locale_info[i]->path); in ListLocaleInfo() 1089 (void) FormatLocaleFile(file,"Tag/Message\n"); in ListLocaleInfo() 1090 (void) FormatLocaleFile(file, in ListLocaleInfo() 1095 (void) FormatLocaleFile(file,"%s\n",locale_info[i]->tag); in ListLocaleInfo() 1097 (void) FormatLocaleFile(file," %s",locale_info[i]->message); in ListLocaleInfo() 1098 (void) FormatLocaleFile(file,"\n"); in ListLocaleInfo() 1168 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in LocaleFatalErrorHandler() 1170 (void) FormatLocaleFile(stderr," (%s)",description); in LocaleFatalErrorHandler() 1171 (void) FormatLocaleFile(stderr,".\n"); in LocaleFatalErrorHandler()
|
D | module.c | 1094 (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()
|
D | configure.c | 1079 (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()
|
D | morphology.c | 417 (void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n", in ParseKernelName() 3763 (void) (void) FormatLocaleFile(stderr, in MorphologyApply() 3946 (void) FormatLocaleFile(stderr, "\n"); /* add end-of-line from previous */ in MorphologyApply() 3947 (void) (void) FormatLocaleFile(stderr, in MorphologyApply() 3970 (void) FormatLocaleFile(stderr, " Total %.20g",(double) kernel_changed); in MorphologyApply() 3972 (void) FormatLocaleFile(stderr, "\n"); /* add end-of-line before looping */ in MorphologyApply() 3975 (void) FormatLocaleFile(stderr, "--E-- image=0x%lx\n", (unsigned long)image); in MorphologyApply() 3976 (void) FormatLocaleFile(stderr, " curr =0x%lx\n", (unsigned long)curr_image); in MorphologyApply() 3977 (void) FormatLocaleFile(stderr, " work =0x%lx\n", (unsigned long)work_image); in MorphologyApply() 3978 (void) FormatLocaleFile(stderr, " save =0x%lx\n", (unsigned long)save_image); in MorphologyApply() [all …]
|
/external/ImageMagick/coders/ |
D | json.c | 207 (void) FormatLocaleFile(file,format,"null"); in JSONFormatLocaleFile() 245 (void) FormatLocaleFile(file,format,"null"); in JSONFormatLocaleFile() 311 (void) FormatLocaleFile(file,format,escaped_json); in JSONFormatLocaleFile() 518 n=FormatLocaleFile(file,FeaturesFormat,name, in PrintChannelFeatures() 533 (void) FormatLocaleFile(file," }"); in PrintChannelFeatures() 535 (void) FormatLocaleFile(file,","); in PrintChannelFeatures() 536 (void) FormatLocaleFile(file,"\n"); in PrintChannelFeatures() 569 (void) FormatLocaleFile(file," \"%s\": {\n \"intensity\": " in PrintChannelLocations() 600 (void) FormatLocaleFile(file,",\n"); in PrintChannelLocations() 601 (void) FormatLocaleFile(file," \"location%.20g\": {\n" in PrintChannelLocations() [all …]
|
D | svg.c | 836 (void) FormatLocaleFile(svg_info->file,"font-size %g\n", in SVGProcessStyleElement() 865 (void) FormatLocaleFile(svg_info->file,"clip-path \"%s\"\n",value); in SVGProcessStyleElement() 870 (void) FormatLocaleFile(svg_info->file,"clip-rule \"%s\"\n",value); in SVGProcessStyleElement() 876 (void) FormatLocaleFile(svg_info->file,"clip-units \"%s\"\n", in SVGProcessStyleElement() 894 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",color); in SVGProcessStyleElement() 898 (void) FormatLocaleFile(svg_info->file,"fill '#000000'\n"); in SVGProcessStyleElement() 900 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); in SVGProcessStyleElement() 905 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); in SVGProcessStyleElement() 910 (void) FormatLocaleFile(svg_info->file,"fill-rule \"%s\"\n",value); in SVGProcessStyleElement() 915 (void) FormatLocaleFile(svg_info->file,"fill-opacity \"%s\"\n", in SVGProcessStyleElement() [all …]
|
D | pes.c | 643 (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/ |
D | wandtest.c | 70 (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 …]
|
D | validate.c | 598 (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/ |
D | magick-cli.c | 176 (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 …]
|
D | compare.c | 1245 (void) FormatLocaleFile(stderr,"%.*g (%.*g)",GetMagickPrecision(), in CompareImagesCommand() 1257 (void) FormatLocaleFile(stderr,"%.*g",GetMagickPrecision(), in CompareImagesCommand() 1263 (void) FormatLocaleFile(stderr,"%.*g (%.*g, %.*g)", in CompareImagesCommand() 1273 (void) FormatLocaleFile(stderr," @ %.20g,%.20g", in CompareImagesCommand() 1284 (void) FormatLocaleFile(stderr,"Image: %s\n",image->filename); in CompareImagesCommand() 1287 (void) FormatLocaleFile(stderr,"Offset: %.20g,%.20g\n",(double) in CompareImagesCommand() 1289 (void) FormatLocaleFile(stderr," Channel distortion: %s\n", in CompareImagesCommand() 1304 (void) FormatLocaleFile(stderr," red: %.*g (%.*g)\n", in CompareImagesCommand() 1308 (void) FormatLocaleFile(stderr," green: %.*g (%.*g)\n", in CompareImagesCommand() 1312 (void) FormatLocaleFile(stderr," blue: %.*g (%.*g)\n", in CompareImagesCommand() [all …]
|