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: |
|
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: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.