NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 5 - 3D viewer automatic conversion fails
3D viewer automatic conversion fails
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 minor
Assigned To: Benjamin Schmid
Depends on:
Blocks:
 
Reported: 2008-06-05 15:37 CDT by Cornelius Sicker
Modified: 2008-06-19 15:59 CDT
0 users

See Also:

Description Cornelius Sicker 2008-06-05 15:37:53 CDT
Example "T1 Head" with 3D Viewer plugin and Erwin's "Fiji Dresden 2008.2" on an Intel Core Duo with Mac OS X Leopard, using Java 1.5.0_13.
Because the image is 16bit the plugin asked me to convert it and if chose to convert the following exceptions appear:

java.lang.IllegalArgumentException:RGB stack required
    at ij.process.StackConverter.convertToIndexedColor(StackConverter.java:185)
    at ij3d.Image3DMenubar.addContent(Image3DMenubar.java:1344)
    at ij3d.ImageJ3DViewer.run(ImageJ3DViewer.java:43)
    at ij.IJ.runUserPlugIn(IJ.java:160)
    at ij.IJ.runPlugIn(IJ.java:126)
    at ij.Executer.runCommand(Executer.java:127)
    at ij.Executer.run(Executer.java:75)
    at java.lang.Thread.run(Thread.java:613)

The easist workaround to convert it manually first works fine.
Comment 1 Mark Longair 2008-06-19 15:59:44 CDT
This appears to work for me now - I think the fix was applied in 5baea34ebb20a266f78692a1ff4bd51ea0d74f9b of the VIB repository.