Task #5031 (closed)
Opened 8 years ago
Closed 8 years ago
Support for multi-resolution
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.3 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-05 (11) |
Description (last modified by jburel)
- Add support for multi-resolution.
- remove general zooming approach
Change History (9)
comment:1 Changed 8 years ago by jburel
- Remaining Time set to 0.3
comment:2 Changed 8 years ago by jburel
- Description modified (diff)
comment:3 Changed 8 years ago by jburel
- Remaining Time changed from 0.3 to 0.5
comment:4 Changed 8 years ago by jburel
- Status changed from new to accepted
comment:5 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:6 Changed 8 years ago by jburel
- Resolution fixed deleted
- Status changed from closed to reopened
comment:7 Changed 8 years ago by jburel
- Remaining Time changed from 0 to 0.25
Add support if only one tile
comment:8 Changed 8 years ago by jburel
- Cc cxallan added
when reaching a level of resolution, the tiles are no longer of size 256x256, they can be rectangular.
Add support for such cases.
comment:9 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from reopened to closed
(In [67f91b133027c62e0eca891073318f07366bd9d6/ome.git] on branch develop) for small resolution values (e.g. <=2 and image 2048x1024), the size of the tile
can no longer be 256x256. Add support for such cases. (close #5031)
(In [f69074de08446cee9c445e59cb5e932f954a6216/ome.git] on branch develop) Add support for multi-resolution (close #5031).