[ImageJ-bugs] [Bug 968] Relative paths in command like broken.

bugzilla at fiji.sc bugzilla at fiji.sc
Thu Dec 18 13:23:52 CST 2014


http://fiji.sc/bugzilla/show_bug.cgi?id=968

Curtis Rueden <ctrueden at wisc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CONFIRMED
                 CC|                            |ctrueden at wisc.edu

--- Comment #1 from Curtis Rueden <ctrueden at wisc.edu> ---
It might be a TIFF-specific bug, since I don't see it when testing with a PNG.
It seems you can avoid the issue by writing "./IM000702.Tif" instead of just
"IM000702.Tif".

However, you'll then stumble over another bug: when passing files for ImageJ1
to open in this manner, they never appear in the UI, due to how ImageJ2 handles
command line arguments. See https://github.com/imagej/imagej-legacy/issues/89

Until these bugs are fixed, one workaround is to pass the "--open" flag before
the filename; e.g.:

    ~/work/fiji/Fiji.app/ImageJ-linux64 --open IM000702.Tif

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20141218/50d14995/attachment.html>


More information about the Imagej-bugs mailing list