Login  Register

Re: Possible memory problem

Posted by Albert Cardona on Nov 03, 2005; 4:48pm
URL: http://imagej.273.s1.nabble.com/Possible-memory-problem-tp3704554p3704555.html

Be sure to call the flush() method on each ImagePlus that you want to
discard, not just the hide()! And if you're processing the images
without user input for each, there is no need to call show() and then
hide() on each image.

Albert