Problem with using Rudor plugin to read compressed RGB dicom

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Problem with using Rudor plugin to read compressed RGB dicom

Veronica
Hi,

I am trying to read compressed RGB dicom data (JPEG2000) using imageJ, but got the errors below. I have installed JAI imageIO from oracle's website, but still with the problem. With minimum knowledge on Java, would be great if some of you can help! BTW, the same file can be opened by Rubo, but it's not free...

java.lang.NullPointerException
        at ij.ImagePlus.setProcessor2(ImagePlus.java:492)
        at ij.ImagePlus.setStack(ImagePlus.java:548)
        at ij.ImagePlus.<init>(ImagePlus.java:140)
        at loci.plugins.Importer.showStack(Unknown Source)
        at loci.plugins.Importer.run(Unknown Source)
        at loci.plugins.LociImporter.run(Unknown Source)
        at ij.IJ.runUserPlugIn(IJ.java:184)
        at ij.IJ.runPlugIn(IJ.java:151)
        at ij.Executer.runCommand(Executer.java:124)
        at ij.Executer.run(Executer.java:61)
        at java.lang.Thread.run(Unknown Source)