Ticket #513 (closed defect: fixed)
Opened 2010-07-12T14:45:51-05:00
Last modified 2010-07-13T11:00:14-05:00
Exporting RGB images to OME-TIFF fails
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | critical | Milestone: |
|
Component: | bio-formats | Severity: | major |
Keywords: | Cc: | mmarchand@… | |
Blocked By: | Blocking: |
Description
This macro:
run("HeLa Cells (1.3M, 48-bit RGB)"); run("Bio-Formats Exporter", "save=/tmp/test.ome.tif")
produces this exception:
java.lang.IllegalArgumentException: ZCT size vs image count mismatch (sizeZ=1, sizeC=3, sizeT=1, total=1) at loci.formats.FormatTools.getZCTCoords(FormatTools.java:395) at loci.formats.out.OMETiffWriter.close(OMETiffWriter.java:155) at loci.plugins.out.Exporter.run(Exporter.java:479) at loci.plugins.LociExporter.run(LociExporter.java:73)
Change History
comment:1 Changed 2010-07-13T11:00:14-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
Fixed in r6694.