Login  Register

Re: processing bogs down

Posted by Gabriel Landini on Dec 07, 2007; 4:59pm
URL: http://imagej.273.s1.nabble.com/processing-bogs-down-tp3697828p3697832.html

On Friday 07 December 2007 16:39:16 John Alexander wrote:
> Well - interesting news ...
> I have ImageJ 1.39j and java 1.6.0

Which release version 1.6.0_? (latest is b08).

> here is the script I WAS using
>
> java -Xmx1536m -Dawt.toolkit=sun.awt.motif.MToolkit -jar ij.jar
> but was experiencing the problems I described. (I am using KDE too)
>
> so - I tried removing the Motif toolkit and used this script
>
> java -Xmx1536m -jar ij.jar
>
> and now everything is lightning fast!

Hm...  maybe a different issue. Good that it works for you.

The delays I am talking about happen when I call any function that shows a
dialog (for example the Process>Math dialog) AND there are several images
open.
For example, load the MRI sample stack, convert stack to images, select one
image and use the Process>Math (which has a dialog) to multiply the image by
any value. I get a 3-5 sec delay. The more images, the longer the dealy. :-/

Do you get that too?

It was reportedly sorted in 1.7, but I cannot make IJ work (Locked image
errors everywhere).

Cheers,

Gabriel