Does Fiji have an equivalent function to the macro function setBatchMode(true);? I find that things like rearranging images (like Fiji does upon loading an image) is much faster with it on.
That said, this may be the wrong approach with Java.
To clarify - batch mode does all the moving around in the background and only displays the images after it's done, rather than doing them one by one.
Does Fiji have an equivalent function to the macro function
setBatchMode(true);? I find that things like rearranging images (like Fiji does upon loading an image) is much faster with it on.That said, this may be the wrong approach with Java.
To clarify - batch mode does all the moving around in the background and only displays the images after it's done, rather than doing them one by one.