noah-peeters / ChimpStackr

free, multi-platform focus stacking software
GNU General Public License v3.0
74 stars 8 forks source link

API usage example with cmdline and import statement #132

Open veyselolgun opened 1 year ago

veyselolgun commented 1 year ago

Hi,

Thanks for this big project, it is really fast. I just want to contribute to this project by adding easy command line interface

I did not test for GPU option, but it is working when CPU option used

noah-peeters commented 1 year ago

Hi Thanks for your contribution. I added it to the 'run.py' file: it will create the UI if no cmd line arguments are passed, otherwise it won't.

I also tried running from a .exe file, but in that case the output doesn't show in the command line. I'll have to check that later...

veyselolgun commented 1 year ago

Okay, thanks again for this big project and quick response