GraphicsMagick: MagickXROIImage(): ThresholdCommand was missing ...

GraphicsMagick Commits <[email protected]> Thu, 19 Sep 2024 16:05:38 -0500
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.22115.1726779948.8001.graphicsmagick-commit@lists.sourceforge.net>
changeset 737f8a6cb67d in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=737f8a6cb67d
summary: MagickXROIImage(): ThresholdCommand was missing from EffectsCommands list.

diffstat:

 ChangeLog          |  7 +++++++
 magick/display.c   |  1 +
 www/ChangeLog.html |  6 ++++++
 3 files changed, 14 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r b0eb6472de6c -r 737f8a6cb67d ChangeLog
--- a/ChangeLog	Thu Sep 19 08:29:31 2024 -0500
+++ b/ChangeLog	Thu Sep 19 16:05:20 2024 -0500
@@ -1,5 +1,12 @@
 2024-09-19  Bob Friesenhahn  <[email protected]>
 
+	* magick/display.c (MagickXROIImage): ThresholdCommand was missing
+	from EffectsCommands list. In the Region of Interest mode the
+	button command array is missing a command corresponding to
+	"Threshold...", and that is also messing up all buttons further
+	below.  SourceForge patch #82 "Add missing Threshold to command
+	array of Region of Interest mode" by Alex Barsky.
+
 	* TclMagick/generic/config.h.in, TclMagick/generic/libttkcommon.h:
 	Support a configuration header.
 
diff -r b0eb6472de6c -r 737f8a6cb67d magick/display.c
--- a/magick/display.c	Thu Sep 19 08:29:31 2024 -0500
+++ b/magick/display.c	Thu Sep 19 16:05:20 2024 -0500
@@ -10615,6 +10615,7 @@
       AddNoiseCommand,
       SharpenCommand,
       BlurCommand,
+      ThresholdCommand,
       EdgeDetectCommand,
       SpreadCommand,
       ShadeCommand,
diff -r b0eb6472de6c -r 737f8a6cb67d www/ChangeLog.html
--- a/www/ChangeLog.html	Thu Sep 19 08:29:31 2024 -0500
+++ b/www/ChangeLog.html	Thu Sep 19 16:05:20 2024 -0500
@@ -41,6 +41,12 @@
 <p>2024-09-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
 <blockquote>
 <ul class="simple">
+<li><p>magick/display.c (MagickXROIImage): ThresholdCommand was missing
+from EffectsCommands list. In the Region of Interest mode the
+button command array is missing a command corresponding to
+&quot;Threshold...&quot;, and that is also messing up all buttons further
+below.  SourceForge patch #82 &quot;Add missing Threshold to command
+array of Region of Interest mode&quot; by Alex Barsky.</p></li>
 <li><p>TclMagick/generic/config.h.in, TclMagick/generic/libttkcommon.h:
 Support a configuration header.</p></li>
 <li><p>TclMagick/configure.ac: Modernize Autoconf files.</p></li>