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 #342 (closed defect: invalid)

Opened 2008-12-31T18:16:47-06:00

Last modified 2009-03-30T11:56:00-05:00

Add support for reading/writing multi-page EPS files

Reported by: melissa Owned by: melissa
Priority: major Milestone: bio-formats-4.1
Component: bio-formats Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

Bio-Formats currently cannot read or write multi-page EPS files. Since the EPS format supports multiple image planes per file, it makes sense to update the reader and writer to handle this.

Change History

comment:1 Changed 2009-02-17T08:22:54-06:00 by melissa

  • Milestone set to bio-formats-4.1.0

comment:2 Changed 2009-03-30T11:56:00-05:00 by melissa

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

From the EPS specification (specs/eps/eps.pdf):

"An encapsulated PostScript file is a PostScript language program describing the appearance of a single page."

Given that support for multiple pages is not defined in the specification (and we have no examples of multi-page EPS files), it doesn't make sense to add this to Bio-Formats.