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
When the ImageJ2 GUI comes up, choose Process → Image Calculator... from the menu.
An original ImageJ dialog box appears with title "No Image" and message "There are no images open"
This is surprising—is the wrong "Image Calculator..." command executing? Or is ImageJ's active image logic being triggered indirectly somehow during execution of the ImageJ2 command net.imagej.plugins.commands.calculator.ImageCalculator? The menu item has the puzzle piece icon, indicating it's a SciJava/ImageJ2 command, so if the original ImageJ command is actually what runs when the menu item is clicked, that's 🤯. But it's also 🤯 if original ImageJ's active image logic is somehow triggering from the ImageJ2 command code... 🤷
The text was updated successfully, but these errors were encountered:
Launch ImageJ2 via:
When the ImageJ2 GUI comes up, choose Process → Image Calculator... from the menu.
An original ImageJ dialog box appears with title "No Image" and message "There are no images open"
This is surprising—is the wrong "Image Calculator..." command executing? Or is ImageJ's active image logic being triggered indirectly somehow during execution of the ImageJ2 command
net.imagej.plugins.commands.calculator.ImageCalculator
? The menu item has the puzzle piece icon, indicating it's a SciJava/ImageJ2 command, so if the original ImageJ command is actually what runs when the menu item is clicked, that's 🤯. But it's also 🤯 if original ImageJ's active image logic is somehow triggering from the ImageJ2 command code... 🤷The text was updated successfully, but these errors were encountered: