]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 12 Feb 2014 23:47:26 +0000 (23:47 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 12 Feb 2014 23:47:26 +0000 (23:47 +0000)
MagickCore/identify.c
MagickWand/identify.c

index ae94b6a3bda1ffec10b4478195a7b319408c8f43..f58b3afec03f6ecf93d46c4f9bfda779b4386a5c 100644 (file)
@@ -306,7 +306,7 @@ static ssize_t PrintChannelLocations(FILE *file,const Image *image,
       break;
     }
   }
-  (void) FormatLocaleFile(file,"  %s: %.*g (%.*g)",name,GetMagickPrecision(),
+  (void) FormatLocaleFile(file,"    %s: %.*g (%.*g)",name,GetMagickPrecision(),
     target,GetMagickPrecision(),QuantumScale*target);
   exception=AcquireExceptionInfo();
   n=0;
@@ -336,7 +336,7 @@ static ssize_t PrintChannelLocations(FILE *file,const Image *image,
         {
           if ((max_locations != 0) && (n >= (ssize_t) max_locations))
             break;
-          (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y);
+          (void) FormatLocaleFile(file,"   %.20g,%.20g",(double) x,(double) y);
           n++;
         }
       p+=GetPixelChannels(image);
index d39746133b56786ff1a245e22ea128bc40592480..b06d3ad0f45ada882082db5929310e968030f1d1 100644 (file)
@@ -502,7 +502,7 @@ WandExport MagickBooleanType IdentifyImageCommand(ImageInfo *image_info,
                   ThrowIdentifyException(OptionError,"NoSuchOption",argv[i]);
                 break;
               }
-            if (LocaleNCompare("identify:locate",argv[i],14) == 0)
+            if (LocaleNCompare("identify:locate",argv[i],15) == 0)
               image_info->ping=MagickFalse;
             break;
           }