<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - Relative paths in command like broken."
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=968">bug 968</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>CONFIRMED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>ctrueden@wisc.edu
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - Relative paths in command like broken."
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=968#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - Relative paths in command like broken."
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=968">bug 968</a>
              from <span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span></b>
        <pre>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 <a href="https://github.com/imagej/imagej-legacy/issues/89">https://github.com/imagej/imagej-legacy/issues/89</a>

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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>