Command line on Mac

Announcement of new releases, bugs, support, suggestions
Post Reply
tedlasai
Posts: 5
Joined: 04.09.2024 00:59

Command line on Mac

Post by tedlasai »

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?
User avatar
Catherine
Posts: 1442
Joined: 29.04.2019 22:38

Re: Command line on Mac

Post by Catherine »

Yes, it's supported and works exactly the same. Use the "open" command with the "--args ..." argument or something like that, check "man open".
tedlasai
Posts: 5
Joined: 04.09.2024 00:59

Re: Command line on Mac

Post by tedlasai »

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?
User avatar
Catherine
Posts: 1442
Joined: 29.04.2019 22:38

Re: Command line on Mac

Post by Catherine »

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
tedlasai
Posts: 5
Joined: 04.09.2024 00:59

Re: Command line on Mac

Post by tedlasai »

Ahh I got it to work! Thanks. Also is there a argument to output the layers (what the Export layers button would do).

Thanks
User avatar
Catherine
Posts: 1442
Joined: 29.04.2019 22:38

Re: Command line on Mac

Post by Catherine »

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.
tedlasai
Posts: 5
Joined: 04.09.2024 00:59

Re: Command line on Mac

Post by tedlasai »

Then, is there any way to batch process layers?
User avatar
Catherine
Posts: 1442
Joined: 29.04.2019 22:38

Re: Command line on Mac

Post by Catherine »

What do you mean by that?
tedlasai
Posts: 5
Joined: 04.09.2024 00:59

Re: Command line on Mac

Post by tedlasai »

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.
User avatar
Catherine
Posts: 1442
Joined: 29.04.2019 22:38

Re: Command line on Mac

Post by Catherine »

I understand, but like I said, there is currently no such function, sorry. I'll add it to the to-do list.
Post Reply