Login  Register

Re: Showing progress bar when opening images

Posted by Wayne Rasband-2 on Mar 20, 2017; 6:36pm
URL: http://imagej.273.s1.nabble.com/Showing-progress-bar-when-opening-images-tp5018335p5018336.html

> On Mar 20, 2017, at 1:13 PM, Ignacio García González <[hidden email]> wrote:
>
> 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.

ImageJ automatically displays a progress bar as needed when reading and writing TIFF images and stacks.

-wayne

> 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