From: Sarel B. <sar...@do...> - 2008-07-02 16:52:40
|
Hi Charo, I'm not familiar with Dicom images myself. Try the ImageJ mailing list. It's what ImageJA is based on. So far there are not really any big changes from ImageJ. Regards, Sarel -----Original Message----- From: ima...@li... [mailto:ima...@li...] On Behalf Of charo Sent: Tuesday, July 01, 2008 4:44 AM To: ima...@li... Subject: [Imageja-devel] Error loading a dicom image using ImageJ as anapplet in a webpage Hi, I have a question about ImageJ applet. I'm trying to run ImageJ as an applet in a webpage like this example: http://imageja.sourceforge.net/applet.html with a dicom image rather than a jpg image, but it doesn't work. I get this error: java.lang.OutOfMemoryError: Java heap space at ij.plugin.DicomDecoder.getString(DICOM.java:271) at ij.plugin.DicomDecoder.getHeaderInfo(DICOM.java:752) at ij.plugin.DicomDecoder.addInfo(DICOM.java:677) at ij.plugin.DicomDecoder.getFileInfo(DICOM.java:623) at ij.plugin.DICOM.run(DICOM.java:89) at ij.IJ.runPlugIn(IJ.java:144) at ij.IJ.runPlugIn(IJ.java:126) at ij.io.Opener.openURL(Opener.java:279) at ij.ImagePlus.<init>(ImagePlus.java:123) at ij.ImageJApplet.init(ImageJApplet.java:93) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) How can i load a dicom image in an ImageJ applet as a web page? I've try to increase JVM memory but it doesn't work. Thanks very much for your help. Regards ------------------------------------------------------------------------ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Imageja-devel mailing list Ima...@li... https://lists.sourceforge.net/lists/listinfo/imageja-devel |