Login  Register

Showing progress bar when opening images

Posted by Ignacio Garcia-Gonzalez on Mar 20, 2017; 5:13pm
URL: http://imagej.273.s1.nabble.com/Showing-progress-bar-when-opening-images-tp5018335.html

I am developing a plugin I would like to use for operations on very big
images. Therefore, it would be ideal for the user to see the progress
bar when reading the image from file. However, I do not find the way to
do it, or even to update the information in the status bar that the
image is loading.

I first tried with the standard options ImagePlus
imp=IJ.openImage(filename), and later I also tried other roundabouts like:

Opener fo=new Opener();
fo.setSilentMode(false);
ImagePlus imp=fo.openImage(filename)

I would be grateful on any suggestion.

Kind regards,

Ignacio.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html