- Here is what I want to do:
I want to run FIji from the command line to do something like batch image processing. I believe that by typing some command on some console, you can run several batch files to run the macro. In this case, the FIji GUI will not be displayed, but processing will be performed behind the scenes.
I just tried Fiji headless , but when I tried ./Build.sh misc/headless.jar , as suggested on the Internet, the console prompt returns not to find the project for artefactID 'headless'; I also tried the Javassist , pretty much just built it, but didn't understand how to use it.
- Here is the problem I am facing:
When I print fiji --headless HelloWorldMacro.ijm nothing happened where inside HelloWorldMacro.ijm there is printf("Hello world!");
I am wondering how do I start fiji from the command line? Is this what I tried on the right track? If so, what additional work / changes are needed to make it work? Thank you very much.
source share