You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is: while the ImagePlus gets created and populated, it never appears on screen because the ImageJ 1.x main window has not yet been shown. This is a consequence of ImageJ2 processing command line arguments before displaying the user interface.
There are probably several viable ways to work around this problem.
The text was updated successfully, but these errors were encountered:
Indeed, I cannot reproduce this bug anymore. The commit that probably fixed it for --open (assuming it was even broken) is scijava/scijava-common@c53149e. The behavior when passing the filename directly is different, and handled by ImageJ 1.x, but the image did appear in my tests.
From Thorsten Wagner on the ImageJ mailing list:
The issue is: while the
ImagePlusgets created and populated, it never appears on screen because the ImageJ 1.x main window has not yet been shown. This is a consequence of ImageJ2 processing command line arguments before displaying the user interface.There are probably several viable ways to work around this problem.
The text was updated successfully, but these errors were encountered: