<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Nov 18, 2017 at 3:52 PM, HermannSW <span dir="ltr"><<a href="mailto:hermann@stamm-wilbrandt.de" target="_blank">hermann@stamm-wilbrandt.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is there is a plugin for allowing black+white(threshold) conversion, or do I<br>
need to code a new plugin for that?<br></blockquote><div><br></div><div>What first comes to mind is OpenCV. I don't see a threshold element there, but you could easily make one by taking one of the existing elements like cvsobel and modifying it just a bit to get what you want.</div><div><br></div><div>What I'd rather see is a GEGL-based plugin. (GEGL is a filter engine not unlike GStreamer which is used by GIMP and other programs.) GEGL already has thresholding. There's an old patch (for 0.10) that hasn't seen any attention recently:</div><div><a href="https://bugzilla.gnome.org/show_bug.cgi?id=650750">https://bugzilla.gnome.org/show_bug.cgi?id=650750</a><br></div><div><br></div><div>-Josh</div></div></div></div>