/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 | 600 (void) FormatLocaleFile(file,"Version: %s\n", in ListMagickVersion() 602 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright()); in ListMagickVersion() 603 (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense()); in ListMagickVersion() 605 (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER); in ListMagickVersion() 607 (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures()); in ListMagickVersion() 608 (void) FormatLocaleFile(file,"Delegates (built-in): %s\n", in ListMagickVersion() 612 (void) FormatLocaleFile(file,"Wizard attributes: "); in ListMagickVersion() 613 (void) FormatLocaleFile(file,"QuantumRange=%g; ",(double) QuantumRange); in ListMagickVersion() 614 (void) FormatLocaleFile(file,"QuantumScale=%.*g; ",GetMagickPrecision(), in ListMagickVersion() 616 (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 | 364 (void) FormatLocaleFile(log_info->file,"</log>\n"); in CloseMagickLog() 783 (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path); in ListLogInfo() 796 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name); in ListLogInfo() 801 (void) FormatLocaleFile(file," "); in ListLogInfo() 802 (void) FormatLocaleFile(file," Generations Limit Format\n"); in ListLogInfo() 803 (void) FormatLocaleFile(file,"-----------------------------------------" in ListLogInfo() 809 (void) FormatLocaleFile(file,"%s",log_info[i]->filename); in ListLogInfo() 811 (void) FormatLocaleFile(file," "); in ListLogInfo() 813 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations); in ListLogInfo() 814 (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 | 1139 (void) FormatLocaleFile(file," Format Mode Description\n"); in ListMagickInfo() 1141 (void) FormatLocaleFile(file," Format Module Mode Description\n"); in ListMagickInfo() 1143 (void) FormatLocaleFile(file, in ListMagickInfo() 1150 (void) FormatLocaleFile(file,"%9s%c ", in ListMagickInfo() 1163 (void) FormatLocaleFile(file,"%9s ",module); in ListMagickInfo() 1166 (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-', in ListMagickInfo() 1170 (void) FormatLocaleFile(file," %s",magick_info[i]->description); in ListMagickInfo() 1172 (void) FormatLocaleFile(file," (%s)",magick_info[i]->version); in ListMagickInfo() 1173 (void) FormatLocaleFile(file,"\n"); in ListMagickInfo() 1184 (void) FormatLocaleFile(file," %s\n",text[j]); in ListMagickInfo() [all …]
|
D | exception.c | 298 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultErrorHandler() 300 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultErrorHandler() 301 (void) FormatLocaleFile(stderr,".\n"); in DefaultErrorHandler() 338 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultFatalErrorHandler() 340 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultFatalErrorHandler() 341 (void) FormatLocaleFile(stderr,".\n"); in DefaultFatalErrorHandler() 382 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultWarningHandler() 384 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultWarningHandler() 385 (void) FormatLocaleFile(stderr,".\n"); in DefaultWarningHandler()
|
D | policy.c | 699 (void) FormatLocaleFile(file,"\nPath: %s\n",policy_info[i]->path); in ListPolicyInfo() 703 (void) FormatLocaleFile(file," Policy: %s\n",domain); in ListPolicyInfo() 709 (void) FormatLocaleFile(file," name: %s\n",policy_info[i]->name); in ListPolicyInfo() 711 (void) FormatLocaleFile(file," value: %s\n",policy_info[i]->value); in ListPolicyInfo() 715 (void) FormatLocaleFile(file," rights: "); in ListPolicyInfo() 717 (void) FormatLocaleFile(file,"None "); in ListPolicyInfo() 719 (void) FormatLocaleFile(file,"Read "); in ListPolicyInfo() 721 (void) FormatLocaleFile(file,"Write "); in ListPolicyInfo() 723 (void) FormatLocaleFile(file,"Execute "); in ListPolicyInfo() 724 (void) FormatLocaleFile(file,"\n"); in ListPolicyInfo() [all …]
|
D | mime.c | 733 (void) FormatLocaleFile(file,"\nPath: %s\n\n",mime_info[i]->path); in ListMimeInfo() 734 (void) FormatLocaleFile(file,"Type Description\n"); in ListMimeInfo() 735 (void) FormatLocaleFile(file, in ListMimeInfo() 740 (void) FormatLocaleFile(file,"%s",mime_info[i]->type); in ListMimeInfo() 744 (void) FormatLocaleFile(file," "); in ListMimeInfo() 748 (void) FormatLocaleFile(file,"\n"); in ListMimeInfo() 750 (void) FormatLocaleFile(file," "); in ListMimeInfo() 753 (void) FormatLocaleFile(file,"%s",mime_info[i]->description); in ListMimeInfo() 754 (void) FormatLocaleFile(file,"\n"); in ListMimeInfo()
|
D | segment.c | 456 (void) FormatLocaleFile(stdout,"Fuzzy C-means Statistics\n"); in Classify() 457 (void) FormatLocaleFile(stdout,"===================\n\n"); in Classify() 458 (void) FormatLocaleFile(stdout,"\tCluster Threshold = %g\n",(double) in Classify() 460 (void) FormatLocaleFile(stdout,"\tWeighting Exponent = %g\n",(double) in Classify() 462 (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n", in Classify() 467 (void) FormatLocaleFile(stdout,"\n\nNumber of Vectors Per Cluster\n"); in Classify() 468 (void) FormatLocaleFile(stdout,"=============================\n\n"); in Classify() 470 (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double) in Classify() 475 (void) FormatLocaleFile(stdout, in Classify() 477 (void) FormatLocaleFile(stdout,"================"); in Classify() [all …]
|
D | resource.c | 876 (void) FormatLocaleFile(file,"Resource limits:\n"); in ListMagickResourceInfo() 877 (void) FormatLocaleFile(file," Width: %s\n",width_limit); in ListMagickResourceInfo() 878 (void) FormatLocaleFile(file," Height: %s\n",height_limit); in ListMagickResourceInfo() 879 (void) FormatLocaleFile(file," List length: %.20g\n",(double) in ListMagickResourceInfo() 881 (void) FormatLocaleFile(file," Area: %s\n",area_limit); in ListMagickResourceInfo() 882 (void) FormatLocaleFile(file," Memory: %s\n",memory_limit); in ListMagickResourceInfo() 883 (void) FormatLocaleFile(file," Map: %s\n",map_limit); in ListMagickResourceInfo() 884 (void) FormatLocaleFile(file," Disk: %s\n",disk_limit); in ListMagickResourceInfo() 885 (void) FormatLocaleFile(file," File: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo() 887 (void) FormatLocaleFile(file," Thread: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo() [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 | layer.c | 1011 (void) FormatLocaleFile(stderr, "frame %.20g :-\n", (double) i); in OptimizeLayerFrames() 1016 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g\n\n", in OptimizeLayerFrames() 1034 (void) FormatLocaleFile(stderr, "frame %.20g :-\n", (double) i); in OptimizeLayerFrames() 1043 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g%s%s\n", in OptimizeLayerFrames() 1072 (void) FormatLocaleFile(stderr, "test_prev: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames() 1085 (void) FormatLocaleFile(stderr, "previous: accepted\n"); in OptimizeLayerFrames() 1087 (void) FormatLocaleFile(stderr, "previous: rejected\n"); in OptimizeLayerFrames() 1141 (void) FormatLocaleFile(stderr, "background: %s\n", in OptimizeLayerFrames() 1154 (void) FormatLocaleFile(stderr, "expand_clear: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames() 1164 (void) FormatLocaleFile(stderr, "expand_bgnd: %.20gx%.20g%+.20g%+.20g\n", in OptimizeLayerFrames() [all …]
|
D | morphology.c | 417 (void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n", in ParseKernelName() 3751 (void) (void) FormatLocaleFile(stderr, in MorphologyApply() 3934 (void) FormatLocaleFile(stderr, "\n"); /* add end-of-line from previous */ in MorphologyApply() 3935 (void) (void) FormatLocaleFile(stderr, in MorphologyApply() 3958 (void) FormatLocaleFile(stderr, " Total %.20g",(double) kernel_changed); in MorphologyApply() 3960 (void) FormatLocaleFile(stderr, "\n"); /* add end-of-line before looping */ in MorphologyApply() 3963 (void) FormatLocaleFile(stderr, "--E-- image=0x%lx\n", (unsigned long)image); in MorphologyApply() 3964 (void) FormatLocaleFile(stderr, " curr =0x%lx\n", (unsigned long)curr_image); in MorphologyApply() 3965 (void) FormatLocaleFile(stderr, " work =0x%lx\n", (unsigned long)work_image); in MorphologyApply() 3966 (void) FormatLocaleFile(stderr, " save =0x%lx\n", (unsigned long)save_image); in MorphologyApply() [all …]
|
D | module.c | 1092 (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); in ListModuleInfo() 1093 (void) FormatLocaleFile(file,"Image Coder\n"); in ListModuleInfo() 1094 (void) FormatLocaleFile(file, in ListModuleInfo() 1099 (void) FormatLocaleFile(file,"%s",modules[i]); in ListModuleInfo() 1100 (void) FormatLocaleFile(file,"\n"); in ListModuleInfo() 1119 (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); in ListModuleInfo() 1120 (void) FormatLocaleFile(file,"Image Filter\n"); in ListModuleInfo() 1121 (void) FormatLocaleFile(file, in ListModuleInfo() 1126 (void) FormatLocaleFile(file,"%s",modules[i]); in ListModuleInfo() 1127 (void) FormatLocaleFile(file,"\n"); in ListModuleInfo()
|
D | configure.c | 1074 (void) FormatLocaleFile(file,"\nPath: %s\n\n", in ListConfigureInfo() 1076 (void) FormatLocaleFile(file,"Name Value\n"); in ListConfigureInfo() 1077 (void) FormatLocaleFile(file, in ListConfigureInfo() 1085 (void) FormatLocaleFile(file,"%s",name); in ListConfigureInfo() 1087 (void) FormatLocaleFile(file," "); in ListConfigureInfo() 1088 (void) FormatLocaleFile(file," "); in ListConfigureInfo() 1092 (void) FormatLocaleFile(file,"%s",value); in ListConfigureInfo() 1093 (void) FormatLocaleFile(file,"\n"); in ListConfigureInfo()
|
/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 | 835 (void) FormatLocaleFile(svg_info->file,"font-size %g\n", in SVGProcessStyleElement() 864 (void) FormatLocaleFile(svg_info->file,"clip-path \"%s\"\n",value); in SVGProcessStyleElement() 869 (void) FormatLocaleFile(svg_info->file,"clip-rule \"%s\"\n",value); in SVGProcessStyleElement() 875 (void) FormatLocaleFile(svg_info->file,"clip-units \"%s\"\n", in SVGProcessStyleElement() 893 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",color); in SVGProcessStyleElement() 897 (void) FormatLocaleFile(svg_info->file,"fill '#000000'\n"); in SVGProcessStyleElement() 899 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); in SVGProcessStyleElement() 904 (void) FormatLocaleFile(svg_info->file,"fill \"%s\"\n",value); in SVGProcessStyleElement() 909 (void) FormatLocaleFile(svg_info->file,"fill-rule \"%s\"\n",value); in SVGProcessStyleElement() 914 (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() 5219 (void) FormatLocaleFile(stderr,"Unexpected magick wand size\n"); in main() 5222 (void) FormatLocaleFile(stdout,"Reading images...\n"); in main() 5242 (void) FormatLocaleFile(stderr,"read %.20g images; expected 5\n", in main() 5244 (void) FormatLocaleFile(stdout,"Iterate forward...\n"); in main() 5247 (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double) in main() 5250 (void) FormatLocaleFile(stdout,"Iterate reverse...\n"); in main() 5252 (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double) in main() 5255 (void) FormatLocaleFile(stdout,"Remove scene 1...\n"); in main() 5263 (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double) in main() [all …]
|
D | validate.c | 603 (void) FormatLocaleFile(stdout," HSIToRGB"); in ValidateHSIToRGB() 619 (void) FormatLocaleFile(stdout," RGBToHSI"); in ValidateRGBToHSI() 636 (void) FormatLocaleFile(stdout," HSLToRGB"); in ValidateHSLToRGB() 652 (void) FormatLocaleFile(stdout," RGBToHSL"); in ValidateRGBToHSL() 669 (void) FormatLocaleFile(stdout," HSVToRGB"); in ValidateHSVToRGB() 685 (void) FormatLocaleFile(stdout," RGBToHSV"); in ValidateRGBToHSV() 702 (void) FormatLocaleFile(stdout," RGBToJPEGYCbCr"); in ValidateRGBToJPEGYCbCr() 719 (void) FormatLocaleFile(stdout," JPEGYCbCrToRGB"); in ValidateJPEGYCbCrToRGB() 735 (void) FormatLocaleFile(stdout," LabToRGB"); in ValidateLabToRGB() 752 (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 | 1250 (void) FormatLocaleFile(stderr,"%g (%g)",QuantumRange*distortion, in CompareImagesCommand() 1261 (void) FormatLocaleFile(stderr,"%g",distortion); in CompareImagesCommand() 1266 (void) FormatLocaleFile(stderr,"%g (%g, %g)",distortion, in CompareImagesCommand() 1275 (void) FormatLocaleFile(stderr," @ %.20g,%.20g",(double) in CompareImagesCommand() 1285 (void) FormatLocaleFile(stderr,"Image: %s\n",image->filename); in CompareImagesCommand() 1288 (void) FormatLocaleFile(stderr,"Offset: %.20g,%.20g\n",(double) in CompareImagesCommand() 1290 (void) FormatLocaleFile(stderr," Channel distortion: %s\n", in CompareImagesCommand() 1305 (void) FormatLocaleFile(stderr," red: %g (%g)\n", in CompareImagesCommand() 1308 (void) FormatLocaleFile(stderr," green: %g (%g)\n", in CompareImagesCommand() 1311 (void) FormatLocaleFile(stderr," blue: %g (%g)\n", in CompareImagesCommand() [all …]
|