jhgjeraker / rnc-color-stretch

Python adaptation of Roger N. Clark's image stretching software.
GNU General Public License v3.0
8 stars 2 forks source link

fix: rootiter > 1 were ignored #2

Closed jhgjeraker closed 1 year ago

jhgjeraker commented 1 year ago

My implementation completely ignored the rootiter loop. This made it work for rootiter 1 (default), but would ignore anything else.

Now each iteration is run, including skylevel subtraction in each loop.