ufo-kit / ufo-filters

Common plugin suite for the ufo-core processing framework
GNU Lesser General Public License v3.0
10 stars 14 forks source link

stack: force nonfactor generation #213

Closed tfarago closed 2 years ago

tfarago commented 2 years ago

If the number of images in the stack hadn't been a divisor of the number of input images, the last images would have been dropped. This makes sure all images are processed and fills the last positions of the stack (when the total number of stacked images starts to exceed the number of input images) with arbitrary previous images. Fixes #210.

tfarago commented 2 years ago

Is this OK for you @harishkumar-harihara?