Login  Register

Re: how to refresh an image when the file is modified?

Posted by Frédéric Boone on Nov 18, 2005; 8:12am
URL: http://imagej.273.s1.nabble.com/how-to-refresh-an-image-when-the-file-is-modified-tp3704434p3704436.html

Thanks,

I tried but unfortunately it does'nt refresh the image from the file
(it is till the original image).

The only way I found is to close the window and open a new one from
the same file, but that's not really what I want (the new window is
not at the same position etc...).

F

> Try
>
>    IJ.run("Revert")
>
> which is equivalent to running the File>Revert command.
>
> -wayne
>