NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

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: bio-formats-4.1
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)

Change History

comment:1 Changed 2009-05-06T18:20:28-05:00 by curtis

It may be worthwhile to fix ticket #391 in the course of investigating this problem.

comment:2 Changed 2009-05-07T14:46:12-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [5090]) Fixed exporting from virtual stacks; closes #390.