Task #2859 (closed)
Programmatically modify ImageReader active readers
| Reported by: | cxallan | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2.1 |
| Component: | Import | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-09 (16) |
Description
The active readers that the ImageReader? that we use from Bio-Formats has up until this point been governed by a copy of readers.txt called importer_readers.txt. This file now just contains a single commented out, or disabled, reader: ZipReader?. We should just remove that reader from the default list when initializing the ImageReader? in OMERO.importer rather than continue to maintain our own version of readers.txt.
Change History (3)
comment:1 Changed 9 years ago by cxallan
- Owner set to cxallan
- Status changed from new to assigned
comment:2 Changed 9 years ago by cxallan
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
(In [8019]) Solution for removing reliance on importer_readers.txt. (Fixes #2859)