I noticed that in your video of the LocalFuzzyHistogramEqualization script you used the Blend script v3.0. When I searched the PI forum I could only find v1.0.
Do you have any info as to where I can find the latest version.
1. Please include Hartmut Bornnemann's repository in your PixInsight Updates section. This will make certain you get any updates he does.
2. Blending functions are now a part of Pixel Math. So, in this particular case if you want to blend using "screen" the operation is combine(Image1,Image2,op_screen()) . Juan made these available in the previous update.
Comments