Jaded-Encoding-Thaumaturgy/vs-dehalo

Update dehalo_alpha

Setsugennoao opened this issue · 2 comments

From Zewia:

  • what do you think about adding an iterations parameter to dehalo_alpha

i find that applying the filter multiple times at weaker strengths is usually better than one call at a strong strength

I'd also like to see a List[float] for rx/ry so we can determine strength on a per-plane basis. Right now we need to call the function twice, once with planes=0 and once with planes=[1, 2].

Added both suggestions. Zewia's: 97f8dd7, Light's: f262402.