running ImageJ without the toolbar using a startup script

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

running ImageJ without the toolbar using a startup script

Paul McMillan
I'm developing a program in python, and would like to use ImageJ to do
a few image processing operations. Since the rest of my program is
fairly streamlined, I'd prefer not to confuse my users by popping up
the ImageJ toolbar/menu window, and to instead run a script to open
the image and guide them through the process, and then close ImageJ
when they are finished with my specific tasks.

I have looked at the embedded applet examples, but I don't know much
java, and my attempts to modify those to suit my needs have been
fairly fruitless. I feel like there's probably some simple method that
I'm missing... hopefully someone can guide me.

Thanks,
-Paul