PetteriAimonen / focus-stack

Fast and easy focus stacking
MIT License
249 stars 37 forks source link

Add an abort() method in focusstack class ? #25

Open jcbenoit opened 2 years ago

jcbenoit commented 2 years ago

Hi, Do you think it is possible/useful, to add an abort() method in the streaming interface of focustack class ? I think it can be usefull, in cases where wait_done() method returns an error during a processing, in order to abort any scheduled tasks left in queue.

PetteriAimonen commented 2 years ago

I think the currently existing .reset() method should do it.