Task #5162 (closed)
Bug: Wrong resolution level size arithmetic
| Reported by: | cxallan | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | Bio-Formats | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel, mlinkert |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description
In cases where the tile size is not a power of two, rounding error can occur at low resolution levels resulting in incorrect tile sizes being calculated vs. the JPEG 2000 specification. In the JPEG 2000 specification, decomposition levels are calculated using a "round up" algorithm.
Change History (7)
comment:1 Changed 8 years ago by cxallan
- Status changed from new to accepted
comment:2 Changed 8 years ago by cxallan
- Cc jburel mlinkert-x added
comment:3 Changed 8 years ago by cxallan
- Component changed from General to Bio-Formats
comment:4 Changed 8 years ago by Chris Allan <callan@…>
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:5 Changed 8 years ago by Chris Allan <callan@…>
(In [bad154d5b453206062e8284a34098092f3c7b709/ome.git] on branch develop) Updating to [6ef4799ced12a2864bb106fa3ef2e2844de60ae7/bioformats.git]. (See #5162)
comment:6 Changed 8 years ago by Chris Allan <callan@…>
(In [25f07d3d68ddc45717dc80b82ebb7a586218d938/ome.git] on branch develop) Merge branch 'feature/5023' into develop
- feature/5023: (Closes #5023) Ensure that rows per strip is populated correctly. Updating to [6ef4799ced12a2864bb106fa3ef2e2844de60ae7/bioformats.git]. (See #5162) Skipping makePyramid if pyramid file exists Limiting PixelData process to a single concurrent action Bye-bye closeQuietly(). Move to our own custom Bio-Formats reader and writer.
comment:7 Changed 8 years ago by Chris Allan <callan@…>
(In [6ef4799ced12a2864bb106fa3ef2e2844de60ae7/bioformats.git]) Fix JPEG 2000 resolution level tile arithmetic. (Fixes #5162)
(In [6ef4799ced12a2864bb106fa3ef2e2844de60ae7/bioformats.git]) Fix JPEG 2000 resolution level tile arithmetic. (Fixes #5162)