Task #4727 (closed)
Writer Compress Decompress
Reported by: | jburel | Owned by: | jburel |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-Beta4.3 |
Component: | Bio-Formats | Version: | n.a. |
Keywords: | n.a. | Cc: | cxallan, jamoore, mlinkert |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-03-24 (8) |
Description
workflow using the TiffWriter? to write and TiffReader? to read
- read files
- write full plane, m1 = Md5(plane)
- read the plane back m2 = Md5(plane)
- m1 != m2
Writing part tested using no compression, in that case m1 = m2.
Note: tests written for all implemented codec, to check the compress-decompress round trip outside the writer.
Change History (6)
comment:1 Changed 14 years ago by jburel
- Remaining Time changed from 0.5 to 0.75
- Sprint set to 2011-03-24 (8)
comment:2 Changed 14 years ago by jburel
- Status changed from new to accepted
comment:3 Changed 14 years ago by jburel
- Cc mlinkert-x added
- Remaining Time changed from 0.75 to 0.5
comment:4 Changed 14 years ago by jburel
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
final changes made, cannot push for now (server down!)
Closing tickets.
comment:5 Changed 14 years ago by Chris Allan <callan@…>
(In [7a30786c62c4452f2dab0be27774e8a0f1b42b39/bioformats.git]) Closes #4660, #4706, #4727. See #4134, #4705, #4714.
- ts-merge: Merge fixes and TiffWriterTest? Ant target. Test writing of tiles, fix remaining bugs in TiffSaver. Add control to add the series to the list only once. Fixed tile based writing. Add method to support IFD. Implement method to set the codec options. Add ability to specify codec options to writer and add tests. Review codec. Support writing of tiles with width less that the image's width.
comment:6 Changed 14 years ago by Chris Allan <callan@…>
(In [7a30786c62c4452f2dab0be27774e8a0f1b42b39/bioformats.git]) Closes #4660, #4706, #4727. See #4134, #4705, #4714.
- ts-merge: Merge fixes and TiffWriterTest? Ant target. Test writing of tiles, fix remaining bugs in TiffSaver. Add control to add the series to the list only once. Fixed tile based writing. Add method to support IFD. Implement method to set the codec options. Add ability to specify codec options to writer and add tests. Review codec. Support writing of tiles with width less that the image's width.
dab1d1e and 5f91c9d
Now working for uncompressed, JPEG 2000 (lossless) i.e. m1 = m2 (cf. description)