Task #4510 (closed)
Bioformats: JPEG2000 tiling
| Reported by: | dzmacdonald | Owned by: | cxallan |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | mlinkert, jburel, cblackburn |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-03-10 (7) |
Description
We need to expose the methods in the JP2K library to allow tiling.
Change History (13)
comment:1 Changed 8 years ago by dzmacdonald
- Cc cblackburn added
comment:2 Changed 8 years ago by dzmacdonald
- Milestone changed from OMERO-Beta4.3 to OMERO-Beta4.2.1
- Sprint changed from 2011-03-10 (7) to 2011-03-24 (8)
comment:3 Changed 8 years ago by dzmacdonald
- Milestone changed from OMERO-Beta4.2.1 to OMERO-Beta4.3
comment:4 Changed 8 years ago by cxallan
- Owner changed from dzmacdonald to cxallan
- Remaining Time set to 0.5
- Status changed from new to accepted
comment:5 Changed 8 years ago by Chris Allan <callan@…>
comment:6 Changed 8 years ago by cxallan
- Remaining Time changed from 0.5 to 0.25
comment:7 Changed 8 years ago by Chris Allan <callan@…>
(In [551fa0a3e00d7e1f2e057326a712326349d9202b/bioformats.git]) Updated test cases with new pervasive options. (See #4509, #4510)
comment:8 Changed 8 years ago by Chris Allan <callan@…>
(In [57c87cfe45b58c00ac5040f34fc2e682261dee31/bioformats.git]) Enabled tiled write options in the JAI service. (See #4509, #4510)
comment:9 Changed 8 years ago by cxallan
- Sprint changed from 2011-03-24 (8) to 2011-03-10 (7)
comment:10 Changed 8 years ago by cxallan
- Remaining Time changed from 0.25 to 0
- Status changed from accepted to closed
comment:11 Changed 8 years ago by Chris Allan <callan@…>
(In [f1238ffb5901b313bc8ccdd20dee21c3409fa079/bioformats.git]) Pervasive and tile based option support. (See #4509, #4510)
Adjusted the JPEG 2000 codec option stack so that default options may be
set on the JPEG 2000 writer and that those options are used as the basis
for each compression action. Also added tile based properties (currently
unused) to the codec options that mirror the method arguments of JAI's
ImageWriterParam?.setTiling() method.
comment:12 Changed 8 years ago by Chris Allan <callan@…>
(In [551fa0a3e00d7e1f2e057326a712326349d9202b/bioformats.git]) Updated test cases with new pervasive options. (See #4509, #4510)
comment:13 Changed 8 years ago by Chris Allan <callan@…>
(In [57c87cfe45b58c00ac5040f34fc2e682261dee31/bioformats.git]) Enabled tiled write options in the JAI service. (See #4509, #4510)
(In [f1238ffb5901b313bc8ccdd20dee21c3409fa079/bioformats.git]) Pervasive and tile based option support. (See #4509, #4510)
Adjusted the JPEG 2000 codec option stack so that default options may be
set on the JPEG 2000 writer and that those options are used as the basis
for each compression action. Also added tile based properties (currently
unused) to the codec options that mirror the method arguments of JAI's
ImageWriterParam?.setTiling() method.