Ticket #390 (closed defect: fixed)
Opened 2009-05-06T18:19:14-05:00
Last modified 2009-05-07T14:46:12-05:00
Bio-Formats Exporter plugin fails with virtual stacks
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When trying to export a dataset imported with the "Use virtual stack" option checked, the following error is generated:
java.lang.NullPointerException at loci.formats.AWTImageTools.makeBuffered(AWTImageTools.java:1541) at loci.formats.FormatWriter.saveImage(FormatWriter.java:101) at loci.formats.FormatWriter.saveImage(FormatWriter.java:94) at loci.plugins.exporter.Exporter.run(Exporter.java:340) at loci.plugins.exporter.LociExporter.run(LociExporter.java:70)
It may be worthwhile to fix ticket #391 in the course of investigating this problem.