Task #4764 (closed)
Block size and writing
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | cblackburn, cxallan, jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-04-07 (9) |
Description
Prepare logic to set the size of the block that we want to write in the output tiff e.g. 256x256 and handle blocks not of that size.
Change History (14)
comment:1 Changed 8 years ago by jburel
- Milestone changed from Unscheduled to OMERO-Beta4.3
- Priority changed from minor to major
- Sprint set to 2011-04-07 (9)
comment:2 Changed 8 years ago by jburel
- Status changed from new to accepted
comment:3 Changed 8 years ago by jburel
- Remaining Time changed from 0.3 to 0.7
comment:4 Changed 8 years ago by jburel
- Remaining Time changed from 0.7 to 0.5
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
(In [69a905a4aba0ad0ef12cf16ee7b9c02f5fef57d7/bioformats.git]) * Write logic to write blocks depending on the requested
block width and height.
- Fix index problem when writing blocks. (close #4764)
comment:6 Changed 8 years ago by jburel <j.burel@…>
(In [69a905a4aba0ad0ef12cf16ee7b9c02f5fef57d7/bioformats.git]) * Write logic to write blocks depending on the requested
block width and height.
- Fix index problem when writing blocks. (close #4764)
comment:7 Changed 8 years ago by jburel
- Resolution fixed deleted
- Status changed from closed to reopened
comment:8 Changed 8 years ago by jburel
- Remaining Time changed from 0 to 0.5
Following discussion with Melissa. Need to review the approach taken
comment:9 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from reopened to closed
(In [94b6ddd2888743c2dfb616a232caedfcfc928002/bioformats.git]) * Modify writer so we write tiles of the same size (cf. spec)
- Modify test accordingly.
- Add controls to avoid division by 0. (close #4764)
comment:10 Changed 8 years ago by jburel <j.burel@…>
(In [94b6ddd2888743c2dfb616a232caedfcfc928002/bioformats.git]) * Modify writer so we write tiles of the same size (cf. spec)
- Modify test accordingly.
- Add controls to avoid division by 0. (close #4764)
comment:11 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [3b5c5e7fe3a9934eed437a3b3047adf36797e864/bioformats.git]) * Write logic to write blocks depending on the requested
block width and height.
- Fix index problem when writing blocks. (close #4764)
comment:12 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [a3a8526c563747375767b6bd94c9691e9d2d8c10/bioformats.git]) * Modify writer so we write tiles of the same size (cf. spec)
- Modify test accordingly.
- Add controls to avoid division by 0. (close #4764)
comment:13 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [3b5c5e7fe3a9934eed437a3b3047adf36797e864/bioformats.git]) * Write logic to write blocks depending on the requested
block width and height.
- Fix index problem when writing blocks. (close #4764)
comment:14 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [a3a8526c563747375767b6bd94c9691e9d2d8c10/bioformats.git]) * Modify writer so we write tiles of the same size (cf. spec)
- Modify test accordingly.
- Add controls to avoid division by 0. (close #4764)
logic is in place.
Tackling problem in B-F now.