<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">What about Histogram? where you changed/tested CLAMP as shown below?<br></div><div class="gmail_default" style="font-size:small"> if( !EQUIV(config.gamma[mode], 0) ) {<br> output = pow(output, 1.0 / config.gamma[mode]);<br>- CLAMP(output, 0, 1.0);<br><b>+ CLAMP(output, 0, 100.0);</b><br> }</div><div class="gmail_default" style="font-size:small">If you make another change, just send me the changed paragraph instead of the entire Plugins.tex file.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jan 21, 2024 at 3:08 PM Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I no longer remembered that the floating-point patches were put into git.<br>
I adjusted and added the statement to the two plugins. See if they<br>
fit. I attach plugins.tex<br>
</blockquote></div></div>