Re: A question about ImageJ 3D viewer Animation&Recording
Posted by
Benjamin Schmid-2 on
Jan 30, 2008; 9:05am
URL: http://imagej.273.s1.nabble.com/A-question-about-ImageJ-3D-viewer-Animation-Recording-tp3697347p3697349.html
Hi Kim,
Several people encountered this problem before. To get around this problem,
do the following:
If you use windows, open the file ImageJ.cfg (which is usually located in
your
ImageJ installation directory) with a text editor.
You'll find somewhere the string '-Xmx***m '. Write directly behind this
string
-Dj3d.noOffScreen=true
This should solve the problem.
Here an example how it looks in my case:
C:\Dokumente und Einstellungen\bene\ImageJ\jre\bin\javaw.exe
-Xmx640m -Dj3d.noOffScreen=true -cp ij.jar ij.ImageJ
Best wishes
Benjamin
On Jan 30, 2008 7:06 AM, kim <
[hidden email]> wrote:
> Hi all, I had a problem with ImageJ 3D viewer. When I tried in volume
> mode, after 3D reconstruction, I tried 'start animation', the image began
> to rotate. However when I pressed 'start recording', the software crashed.
> Thanks in advance for any help.
>
> Kim
>