Command line on Mac
Command line on Mac
I see that helicon focus command line can be done on Windows. But I don't see a way for it to be done on mac? Is this supported?
Re: Command line on Mac
Yes, it's supported and works exactly the same. Use the "open" command with the "--args ..." argument or something like that, check "man open".
Re: Command line on Mac
open /Applications/HeliconFocus.app/ --args /Users/sai/Documents/Data/
I am doing something like this where Data is the folder containing my stack... Its not working. Any help?
I am doing something like this where Data is the folder containing my stack... Its not working. Any help?
Re: Command line on Mac
You forgot the "-silent" option which activates the command line mode. So:
open /Applications/HeliconFocus.app/ --args -silent /Users/sai/Documents/Data/
https://www.heliconsoft.com/focus/help/ ... F_COM_LINE
open /Applications/HeliconFocus.app/ --args -silent /Users/sai/Documents/Data/
https://www.heliconsoft.com/focus/help/ ... F_COM_LINE
Re: Command line on Mac
Ahh I got it to work! Thanks. Also is there a argument to output the layers (what the Export layers button would do).
Thanks
Thanks
Re: Command line on Mac
No, sorry, there is no such option. You could save your automated stacks as projects, and then load these projects in the regular interface and export the layers.
Re: Command line on Mac
Then, is there any way to batch process layers?
Re: Command line on Mac
What do you mean by that?
Re: Command line on Mac
I mean I have many focal stacks and I would like to output the aligned layers for every single focal stack. Using something like the batch process mode that gives me output all in focus images.
Re: Command line on Mac
I understand, but like I said, there is currently no such function, sorry. I'll add it to the to-do list.