Open Image from linux command line

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

Open Image from linux command line

jumpfunky
Hi,

I'm using archlinux and try to get along with the imagej/fiji command
line options.  I've installed fiji and imagej as well (both updated to
the lastest version).

The command
imagej /home/thorsten/data.jpg
opens the image data.jpg.

However, when I use fiji, the command
./ImageJ-linux64 /home/thorsten/data.jpg
does nothing.

I appreciate any suggestion!

Cheers,
Thorsten

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Open Image from linux command line

ctrueden
Hi Thorsten,

> However, when I use fiji, the command
> ./ImageJ-linux64 /home/thorsten/data.jpg
> does nothing.

This is indeed a bug in ImageJ2. I can reproduce it on my machine, and I
investigated it a bit last week. The image gets loaded, but not displayed,
because in that circumstance, ImageJ2 creates the ImagePlus before showing
the main ImageJ window, so that ImagePlus never gets shown.

I filed an issue for it:
https://github.com/imagej/imagej-legacy/issues/89

Regards,
Curtis

On Thu, Sep 4, 2014 at 4:05 AM, Thorsten Wagner <
[hidden email]> wrote:

> Hi,
>
> I'm using archlinux and try to get along with the imagej/fiji command
> line options.  I've installed fiji and imagej as well (both updated to
> the lastest version).
>
> The command
> imagej /home/thorsten/data.jpg
> opens the image data.jpg.
>
> However, when I use fiji, the command
> ./ImageJ-linux64 /home/thorsten/data.jpg
> does nothing.
>
> I appreciate any suggestion!
>
> Cheers,
> Thorsten
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html