Home
last modified time | relevance | path

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

12

/external/ImageMagick/MagickCore/
Didentify.c263 n=FormatLocaleFile(file,FeaturesFormat,name, in PrintChannelFeatures()
309 (void) FormatLocaleFile(file," %s: %.*g (%.*g)",name,GetMagickPrecision(), in PrintChannelLocations()
339 (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y); in PrintChannelLocations()
347 (void) FormatLocaleFile(file,"\n"); in PrintChannelLocations()
364 n=FormatLocaleFile(file," %s:\n",name); in PrintChannelMoments()
365 n+=FormatLocaleFile(file," Centroid: %.*g,%.*g\n", in PrintChannelMoments()
368 n+=FormatLocaleFile(file," Ellipse Semi-Major/Minor axis: %.*g,%.*g\n", in PrintChannelMoments()
371 n+=FormatLocaleFile(file," Ellipse angle: %.*g\n", in PrintChannelMoments()
373 n+=FormatLocaleFile(file," Ellipse eccentricity: %.*g\n", in PrintChannelMoments()
375 n+=FormatLocaleFile(file," Ellipse intensity: %.*g (%.*g)\n", in PrintChannelMoments()
[all …]
Ddistort.c1995 (void) FormatLocaleFile(stderr, "Affine Projection:\n"); in DistortImage()
1996 (void) FormatLocaleFile(stderr, " -distort AffineProjection \\\n '"); in DistortImage()
1998 (void) FormatLocaleFile(stderr, "%lf,", inverse[i]); in DistortImage()
1999 (void) FormatLocaleFile(stderr, "%lf'\n", inverse[5]); in DistortImage()
2002 (void) FormatLocaleFile(stderr, "Affine Distort, FX Equivelent:\n"); in DistortImage()
2003 (void) FormatLocaleFile(stderr, "%s", image_gen); in DistortImage()
2004 (void) FormatLocaleFile(stderr, " -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n"); in DistortImage()
2005 (void) FormatLocaleFile(stderr, " xx=%+lf*ii %+lf*jj %+lf;\n", in DistortImage()
2007 (void) FormatLocaleFile(stderr, " yy=%+lf*ii %+lf*jj %+lf;\n", in DistortImage()
2009 (void) FormatLocaleFile(stderr, " %s' \\\n", lookup); in DistortImage()
[all …]
Dversion.c589 (void) FormatLocaleFile(file,"Version: %s\n", in ListMagickVersion()
591 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright()); in ListMagickVersion()
592 (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense()); in ListMagickVersion()
594 (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER); in ListMagickVersion()
596 (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures()); in ListMagickVersion()
597 (void) FormatLocaleFile(file,"Delegates (built-in): %s\n", in ListMagickVersion()
Dlog.c362 (void) FormatLocaleFile(log_info->file,"</log>\n"); in CloseMagickLog()
769 (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path); in ListLogInfo()
782 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name); in ListLogInfo()
787 (void) FormatLocaleFile(file," "); in ListLogInfo()
788 (void) FormatLocaleFile(file," Generations Limit Format\n"); in ListLogInfo()
789 (void) FormatLocaleFile(file,"-----------------------------------------" in ListLogInfo()
795 (void) FormatLocaleFile(file,"%s",log_info[i]->filename); in ListLogInfo()
797 (void) FormatLocaleFile(file," "); in ListLogInfo()
799 (void) FormatLocaleFile(file,"%9g ",(double) log_info[i]->generations); in ListLogInfo()
800 (void) FormatLocaleFile(file,"%8g ",(double) log_info[i]->limit); in ListLogInfo()
[all …]
Dresample.c341 (void) FormatLocaleFile(stderr, "u0=%lf; v0=%lf;\n", u0, v0); in ResamplePixelColor()
563 (void) FormatLocaleFile(stderr, "v1=%ld; v2=%ld\n", (long)v1, (long)v2); in ResamplePixelColor()
564 (void) FormatLocaleFile(stderr, "u1=%ld; uw=%ld\n", (long)u1, (long)uw); in ResamplePixelColor()
577 (void) FormatLocaleFile(stderr, "# scan line from pixel %ld, %ld\n", (long)uu, (long)v); in ResamplePixelColor()
625 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n", in ResamplePixelColor()
627 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n", in ResamplePixelColor()
630 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n", in ResamplePixelColor()
632 (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n", in ResamplePixelColor()
645 (void) FormatLocaleFile(stderr, "Hit=%ld; Total=%ld;\n", (long)hit, (long)uw*(v2-v1) ); in ResamplePixelColor()
1054 (void) FormatLocaleFile(stderr, "# -----\n" ); in ScaleResampleFilter()
[all …]
Dpolicy.c673 (void) FormatLocaleFile(file,"\nPath: %s\n",policy_info[i]->path); in ListPolicyInfo()
677 (void) FormatLocaleFile(file," Policy: %s\n",domain); in ListPolicyInfo()
683 (void) FormatLocaleFile(file," name: %s\n",policy_info[i]->name); in ListPolicyInfo()
685 (void) FormatLocaleFile(file," value: %s\n",policy_info[i]->value); in ListPolicyInfo()
689 (void) FormatLocaleFile(file," rights: "); in ListPolicyInfo()
691 (void) FormatLocaleFile(file,"None "); in ListPolicyInfo()
693 (void) FormatLocaleFile(file,"Read "); in ListPolicyInfo()
695 (void) FormatLocaleFile(file,"Write "); in ListPolicyInfo()
697 (void) FormatLocaleFile(file,"Execute "); in ListPolicyInfo()
698 (void) FormatLocaleFile(file,"\n"); in ListPolicyInfo()
[all …]
Dmagick.c1101 (void) FormatLocaleFile(file," Format Mode Description\n"); in ListMagickInfo()
1103 (void) FormatLocaleFile(file," Format Module Mode Description\n"); in ListMagickInfo()
1105 (void) FormatLocaleFile(file, in ListMagickInfo()
1112 (void) FormatLocaleFile(file,"%9s%c ", in ListMagickInfo()
1125 (void) FormatLocaleFile(file,"%9s ",module); in ListMagickInfo()
1128 (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-', in ListMagickInfo()
1132 (void) FormatLocaleFile(file," %s",magick_info[i]->description); in ListMagickInfo()
1134 (void) FormatLocaleFile(file," (%s)",magick_info[i]->version); in ListMagickInfo()
1135 (void) FormatLocaleFile(file,"\n"); in ListMagickInfo()
1146 (void) FormatLocaleFile(file," %s\n",text[j]); in ListMagickInfo()
[all …]
Dexception.c307 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultErrorHandler()
309 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultErrorHandler()
310 (void) FormatLocaleFile(stderr,".\n"); in DefaultErrorHandler()
347 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultFatalErrorHandler()
349 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultFatalErrorHandler()
350 (void) FormatLocaleFile(stderr,".\n"); in DefaultFatalErrorHandler()
391 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in DefaultWarningHandler()
393 (void) FormatLocaleFile(stderr," (%s)",description); in DefaultWarningHandler()
394 (void) FormatLocaleFile(stderr,".\n"); in DefaultWarningHandler()
Dmagic.c771 (void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path); in ListMagicInfo()
772 (void) FormatLocaleFile(file,"Name Offset Target\n"); in ListMagicInfo()
773 (void) FormatLocaleFile(file, in ListMagicInfo()
778 (void) FormatLocaleFile(file,"%s",magic_info[i]->name); in ListMagicInfo()
780 (void) FormatLocaleFile(file," "); in ListMagicInfo()
781 (void) FormatLocaleFile(file,"%6ld ",(long) magic_info[i]->offset); in ListMagicInfo()
789 (void) FormatLocaleFile(file,"%c",magic_info[i]->target[j]); in ListMagicInfo()
791 (void) FormatLocaleFile(file,"\\%03o",(unsigned int) in ListMagicInfo()
794 (void) FormatLocaleFile(file,"\n"); in ListMagicInfo()
Dcoder.c760 (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path); in ListCoderInfo()
761 (void) FormatLocaleFile(file,"Magick Coder\n"); in ListCoderInfo()
762 (void) FormatLocaleFile(file, in ListCoderInfo()
767 (void) FormatLocaleFile(file,"%s",coder_info[i]->magick); in ListCoderInfo()
769 (void) FormatLocaleFile(file," "); in ListCoderInfo()
771 (void) FormatLocaleFile(file,"%s",coder_info[i]->name); in ListCoderInfo()
772 (void) FormatLocaleFile(file,"\n"); in ListCoderInfo()
Dsegment.c454 (void) FormatLocaleFile(stdout,"Fuzzy C-means Statistics\n"); in Classify()
455 (void) FormatLocaleFile(stdout,"===================\n\n"); in Classify()
456 (void) FormatLocaleFile(stdout,"\tCluster Threshold = %g\n",(double) in Classify()
458 (void) FormatLocaleFile(stdout,"\tWeighting Exponent = %g\n",(double) in Classify()
460 (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n", in Classify()
465 (void) FormatLocaleFile(stdout,"\n\nNumber of Vectors Per Cluster\n"); in Classify()
466 (void) FormatLocaleFile(stdout,"=============================\n\n"); in Classify()
468 (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double) in Classify()
473 (void) FormatLocaleFile(stdout, in Classify()
475 (void) FormatLocaleFile(stdout,"================"); in Classify()
[all …]
Dmime.c734 (void) FormatLocaleFile(file,"\nPath: %s\n\n",mime_info[i]->path); in ListMimeInfo()
735 (void) FormatLocaleFile(file,"Type Description\n"); in ListMimeInfo()
736 (void) FormatLocaleFile(file, in ListMimeInfo()
741 (void) FormatLocaleFile(file,"%s",mime_info[i]->type); in ListMimeInfo()
745 (void) FormatLocaleFile(file," "); in ListMimeInfo()
749 (void) FormatLocaleFile(file,"\n"); in ListMimeInfo()
751 (void) FormatLocaleFile(file," "); in ListMimeInfo()
754 (void) FormatLocaleFile(file,"%s",mime_info[i]->description); in ListMimeInfo()
755 (void) FormatLocaleFile(file,"\n"); in ListMimeInfo()
Dresource.c809 (void) FormatLocaleFile(file,"Resource limits:\n"); in ListMagickResourceInfo()
810 (void) FormatLocaleFile(file," Width: %s\n",width_limit); in ListMagickResourceInfo()
811 (void) FormatLocaleFile(file," Height: %s\n",height_limit); in ListMagickResourceInfo()
812 (void) FormatLocaleFile(file," Area: %s\n",area_limit); in ListMagickResourceInfo()
813 (void) FormatLocaleFile(file," Memory: %s\n",memory_limit); in ListMagickResourceInfo()
814 (void) FormatLocaleFile(file," Map: %s\n",map_limit); in ListMagickResourceInfo()
815 (void) FormatLocaleFile(file," Disk: %s\n",disk_limit); in ListMagickResourceInfo()
816 (void) FormatLocaleFile(file," File: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo()
818 (void) FormatLocaleFile(file," Thread: %.20g\n",(double) ((MagickOffsetType) in ListMagickResourceInfo()
820 (void) FormatLocaleFile(file," Throttle: %.20g\n",(double) in ListMagickResourceInfo()
[all …]
Dlocale.c379 MagickExport ssize_t FormatLocaleFile(FILE *file, in FormatLocaleFile() function
1063 (void) FormatLocaleFile(file,"\nPath: %s\n\n",locale_info[i]->path); in ListLocaleInfo()
1064 (void) FormatLocaleFile(file,"Tag/Message\n"); in ListLocaleInfo()
1065 (void) FormatLocaleFile(file, in ListLocaleInfo()
1070 (void) FormatLocaleFile(file,"%s\n",locale_info[i]->tag); in ListLocaleInfo()
1072 (void) FormatLocaleFile(file," %s",locale_info[i]->message); in ListLocaleInfo()
1073 (void) FormatLocaleFile(file,"\n"); in ListLocaleInfo()
1143 (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason); in LocaleFatalErrorHandler()
1145 (void) FormatLocaleFile(stderr," (%s)",description); in LocaleFatalErrorHandler()
1146 (void) FormatLocaleFile(stderr,".\n"); in LocaleFatalErrorHandler()
Dlayer.c1015 (void) FormatLocaleFile(stderr, "frame %.20g :-\n", (double) i); in OptimizeLayerFrames()
1020 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g\n\n", in OptimizeLayerFrames()
1038 (void) FormatLocaleFile(stderr, "frame %.20g :-\n", (double) i); in OptimizeLayerFrames()
1047 (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g%s%s\n", in OptimizeLayerFrames()
1076 (void) FormatLocaleFile(stderr, "test_prev: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames()
1089 (void) FormatLocaleFile(stderr, "previous: accepted\n"); in OptimizeLayerFrames()
1091 (void) FormatLocaleFile(stderr, "previous: rejected\n"); in OptimizeLayerFrames()
1147 (void) FormatLocaleFile(stderr, "background: %s\n", in OptimizeLayerFrames()
1160 (void) FormatLocaleFile(stderr, "expand_clear: %.20gx%.20g%+.20g%+.20g%s\n", in OptimizeLayerFrames()
1170 (void) FormatLocaleFile(stderr, "expand_bgnd: %.20gx%.20g%+.20g%+.20g\n", in OptimizeLayerFrames()
[all …]
Dmodule.c1096 (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); in ListModuleInfo()
1097 (void) FormatLocaleFile(file,"Image Coder\n"); in ListModuleInfo()
1098 (void) FormatLocaleFile(file, in ListModuleInfo()
1103 (void) FormatLocaleFile(file,"%s",modules[i]); in ListModuleInfo()
1104 (void) FormatLocaleFile(file,"\n"); in ListModuleInfo()
1123 (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); in ListModuleInfo()
1124 (void) FormatLocaleFile(file,"Image Filter\n"); in ListModuleInfo()
1125 (void) FormatLocaleFile(file, in ListModuleInfo()
1130 (void) FormatLocaleFile(file,"%s",modules[i]); in ListModuleInfo()
1131 (void) FormatLocaleFile(file,"\n"); in ListModuleInfo()
Dconfigure.c1087 (void) FormatLocaleFile(file,"\nPath: %s\n\n", in ListConfigureInfo()
1089 (void) FormatLocaleFile(file,"Name Value\n"); in ListConfigureInfo()
1090 (void) FormatLocaleFile(file, in ListConfigureInfo()
1098 (void) FormatLocaleFile(file,"%s",name); in ListConfigureInfo()
1100 (void) FormatLocaleFile(file," "); in ListConfigureInfo()
1101 (void) FormatLocaleFile(file," "); in ListConfigureInfo()
1105 (void) FormatLocaleFile(file,"%s",value); in ListConfigureInfo()
1106 (void) FormatLocaleFile(file,"\n"); in ListConfigureInfo()
/external/ImageMagick/coders/
Djson.c189 (void) FormatLocaleFile(file,format,"null"); in JsonFormatLocaleFile()
221 (void) FormatLocaleFile(file,format,"null"); in JsonFormatLocaleFile()
265 (void) FormatLocaleFile(file,format,escaped_json); in JsonFormatLocaleFile()
472 n=FormatLocaleFile(file,FeaturesFormat,name, in PrintChannelFeatures()
487 (void) FormatLocaleFile(file," }"); in PrintChannelFeatures()
489 (void) FormatLocaleFile(file,","); in PrintChannelFeatures()
490 (void) FormatLocaleFile(file,"\n"); in PrintChannelFeatures()
523 (void) FormatLocaleFile(file," \"%s\": {\n \"intensity\": " in PrintChannelLocations()
554 (void) FormatLocaleFile(file,",\n"); in PrintChannelLocations()
555 (void) FormatLocaleFile(file," \"location%.20g\": {\n" in PrintChannelLocations()
[all …]
Dsvg.c979 (void) FormatLocaleFile(svg_info->file,"push graphic-context\n"); in SVGStartElement()
984 (void) FormatLocaleFile(svg_info->file,"push clip-path '%s'\n",id); in SVGStartElement()
994 (void) FormatLocaleFile(svg_info->file,"push defs\n"); in SVGStartElement()
1004 (void) FormatLocaleFile(svg_info->file,"push graphic-context\n"); in SVGStartElement()
1014 (void) FormatLocaleFile(svg_info->file,"push graphic-context\n"); in SVGStartElement()
1024 (void) FormatLocaleFile(svg_info->file,"push graphic-context\n"); in SVGStartElement()
1034 (void) FormatLocaleFile(svg_info->file,"push graphic-context\n"); in SVGStartElement()
1039 (void) FormatLocaleFile(svg_info->file, in SVGStartElement()
1052 (void) FormatLocaleFile(svg_info->file,"push graphic-context\n"); in SVGStartElement()
1057 (void) FormatLocaleFile(svg_info->file, in SVGStartElement()
[all …]
Dpes.c632 (void) FormatLocaleFile(file,"<?xml version=\"1.0\"?>\n"); in ReadPESImage()
633 (void) FormatLocaleFile(file,"<svg xmlns=\"http://www.w3.org/2000/svg\" " in ReadPESImage()
641 (void) FormatLocaleFile(file," <path stroke=\"#%02x%02x%02x\" " in ReadPESImage()
646 (void) FormatLocaleFile(file," L %g %g",stitches[offset+j].x-bounds.x1, in ReadPESImage()
648 (void) FormatLocaleFile(file,"\"/>\n"); in ReadPESImage()
650 (void) FormatLocaleFile(file,"</svg>\n"); in ReadPESImage()
Ddcm.c3039 (void) FormatLocaleFile(stdout,"0x%04lX %4ld %s-%s (0x%04lx,0x%04lx)", in ReadDCMImage()
3043 (void) FormatLocaleFile(stdout," %s",dicom_info[i].description); in ReadDCMImage()
3044 (void) FormatLocaleFile(stdout,": "); in ReadDCMImage()
3049 (void) FormatLocaleFile(stdout,"\n"); in ReadDCMImage()
3087 (void) FormatLocaleFile(stdout,"count=%d quantum=%d " in ReadDCMImage()
3138 (void) FormatLocaleFile(stdout, in ReadDCMImage()
3147 (void) FormatLocaleFile(stdout,"transfer_syntax=%s\n", in ReadDCMImage()
3501 (void) FormatLocaleFile(stdout,"%d\n",datum); in ReadDCMImage()
3518 (void) FormatLocaleFile(stdout,"%d",datum); in ReadDCMImage()
3523 (void) FormatLocaleFile(stdout,"%c",data[i]); in ReadDCMImage()
[all …]
/external/ImageMagick/tests/
Dwandtest.c70 (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 …]
Dvalidate.c603 (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/
Dcompare.c1038 (void) FormatLocaleFile(stderr,"%g (%g)",QuantumRange*distortion, in CompareImagesCommand()
1047 (void) FormatLocaleFile(stderr,"%g",distortion); in CompareImagesCommand()
1052 (void) FormatLocaleFile(stderr,"%g (%g, %g)",distortion, in CompareImagesCommand()
1061 (void) FormatLocaleFile(stderr," @ %.20g,%.20g",(double) in CompareImagesCommand()
1071 (void) FormatLocaleFile(stderr,"Image: %s\n",image->filename); in CompareImagesCommand()
1074 (void) FormatLocaleFile(stderr,"Offset: %.20g,%.20g\n",(double) in CompareImagesCommand()
1076 (void) FormatLocaleFile(stderr," Channel distortion: %s\n", in CompareImagesCommand()
1091 (void) FormatLocaleFile(stderr," red: %g (%g)\n", in CompareImagesCommand()
1094 (void) FormatLocaleFile(stderr," green: %g (%g)\n", in CompareImagesCommand()
1097 (void) FormatLocaleFile(stderr," blue: %g (%g)\n", in CompareImagesCommand()
[all …]
Dmagick-cli.c173 (void) FormatLocaleFile(stderr, "Script: %u,%u: \"%s\" matched \"%s\"\n", in ProcessScriptOptions()
181 (void) FormatLocaleFile(stderr, "Script %u,%u Non-Option: \"%s\"\n", in ProcessScriptOptions()
214 (void) FormatLocaleFile(stderr, in ProcessScriptOptions()
268 (void) FormatLocaleFile(stderr, "Script End: %d\n", token_info->status); in ProcessScriptOptions()
407 (void) FormatLocaleFile(stderr, "CLI %d: \"%s\" matched \"%s\"\n", in ProcessCommandOptions()
414 (void) FormatLocaleFile(stderr, "CLI arg %d Non-Option: \"%s\"\n", in ProcessCommandOptions()
457 (void) FormatLocaleFile(stderr, in ProcessCommandOptions()
481 (void) FormatLocaleFile(stderr, "CLI-post Image Count = %ld\n", in ProcessCommandOptions()
509 (void) FormatLocaleFile(stderr,"CLI arg %d Write File: \"%s\"\n",i,option); in ProcessCommandOptions()
582 (void) FormatLocaleFile(stdout, in MagickUsage()
[all …]

12