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 #347 (closed enhancement: fixed)

Opened 2009-01-13T16:25:22-06:00

Last modified 2009-03-11T11:42:48-05:00

Better handling of OME-TIFFs without .ome.tiff extension

Reported by: melissa Owned by: melissa
Priority: major Milestone: bio-formats-4.1
Component: bio-formats Severity: non-issue
Keywords: Cc: FCORNELI@…
Blocked By: Blocking:

Description

We always want to parse OME-XML stored in a TIFF file, even if the file extension is not '.ome.tif' or '.ome.tiff'. OMETiffReader.isThisType should check for OME-XML in the TIFF comment, in addition to checking the file extension.

Change History

comment:1 Changed 2009-01-27T11:14:23-06:00 by melissa

  • Milestone set to bio-formats-4.1.0

comment:2 Changed 2009-03-11T11:42:48-05:00 by melissa

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

(In [4904]) OMETiffReader now checks for OME-XML in the TIFF comment, even if the extension is not '.ome.tiff' or '.ome.tif'. Closes #347.