]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 22 Apr 2010 19:48:05 +0000 (19:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 22 Apr 2010 19:48:05 +0000 (19:48 +0000)
ChangeLog
wand/mogrify.c

index a1749d1964bd517c38a40675708787de04b20445..01dd3798d6dca363cc3e2aa567844acdd24317c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
   * Don't write empty tile if tile geometry matches the image width (reference
     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
+  * Support -regard-warnings in the mogrify utility.
 
 2010-04-15  6.6.1-4 Cristy  <quetzlzacatenango@image...>
   * Do not set the resample virtual pixel method when undefined.
index 7c974adc1f6446b1e31713c21af330388ed58228..a370a93bdbb28928b16d44416148eff7d8ebbc39 100644 (file)
@@ -5692,6 +5692,8 @@ WandExport MagickBooleanType MogrifyImageCommand(ImageInfo *image_info,
             if (IsGeometry(argv[i]) == MagickFalse)
               ThrowMogrifyInvalidArgumentException(option,argv[i]);
           }
+        if (LocaleCompare("regard-warnings",option+1) == 0)
+          break;
         if (LocaleCompare("region",option+1) == 0)
           {
             if (*option == '+')