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.
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 == '+')