Okay, I bet the problem is that DX can not find the Image Magick libraries. I linked the ImageMagick libraries in /usr/local/lib to /usr/lib32. (I left this part out of the README).
If that is not the case, make sure ImageMagick convert works to create a gif file from the command line (in the older ImageMagick version this was a problem for me). Try something like: convert image.tif image.gif You may also want to get the newer 4.1.0 binaries. Jeff On 24 May 2000, Susan A. Schwarz wrote: > > I tried writing a gif image using dxui/dxexec and the server disconnects so > you are right about the inability to write a gif image being the cause of the > problem I am having with JavaDX. The disconnect happens both when I select > gif file and when I select ImageMagick supported format from the "Save Image" > option in the file menu of the Image window. > > I have installed the Irix 6.5 OpenDX 4.0.10 binaries and ImageMagick v5.1 > which I ftped from ftp://ftp/wizards.dupont.com as instructed in the README > file. ImageMagick is installed in /usr/local. OpenDX is installed in > /usr/local/dx. The README file indicates that DX for Irix 6.5 was built to > use ImageMagick. Is there something else I need to do to make OpenDX use > ImageMagick? > > thanks for your help on this, Jeff and Pete, > Susan > > > --- "Peter D. Kirchner" wrote: > The net version warning is frequent and is usually safely ignored. > The "Connection to dx broken" is highly relevant. > I suspect that the problem is not with javadx at all, I think dxexec is > coredumping trying to write a gif. > To rule this out, I propose that Susan attempt to write (WriteImage) a gif > from a simple net using dxui/dxexec > . > In the past, the inability of ImageMagick enabled OpenDX to write gifs has > been successfully addressed by > make clean && make && make install in src/exec . > --- end of quote --- > ---------------------------------------------------------------------- Jeff Braun Geophysics Dept. mailto: [EMAIL PROTECTED] Montana Tech (406) 496-4206 1300 W. Park St. Butte, MT 59701
