Have a look at my message to the list:
Re: Launching ImageJ from external program
on 2006-01-19
I hope it helps.
Gabriel
On Monday 08 May 2006 11:01, Sven Boekhoff wrote:
> HI!
> My OS is UbuntuLinux 5.10 and I want to use ImageJ with the "Open
> with"-dialog. Therefore i buld a small shellscript (ImageJ.sh). To
> transfer all Parameters to the run-script that were deliverd to my sh i
> use $*.
> The content of ImageJ.sh is:
>
> #!/bin/bash
> cd /home/sven/.programme/ImageJ
> ./run $*
>
> the script ist startet with
>
> /home/user/.programs/ImageJ.sh
>
> When i try to open an Image ith ImageJ the programm starts, but no image
> is opened.
> My question: Are there No Parameters like "open the Image XYZ" handled
> by ImageJ?
>
> Thanks
>
> Sven