Split compression type/quality into separate section, add JPEG info#137
Conversation
sbesson
left a comment
There was a problem hiding this comment.
Thanks for the addition. Only question is to find whether the TIFF reference index that had been nicely maintained by Joris Van Damme over the years has found a new home
| The input tile directory must contain a full pyramid in a Zarr container. | ||
|
|
||
| If the `--rgb` option is set, the data will be stored in the OME-TIFF using | ||
| the [chunky format](https://www.awaresystems.be/imaging/tiff/tifftags/planarconfiguration.html) |
There was a problem hiding this comment.
Sadly, awaresystems.be/imaging/tiff is now 404. Looks like this reference index is no longer maintainer - see this thread https://www.mail-archive.com/tiff@lists.osgeo.org/msg00421.html and I don't know if the content has been officially migrated.
For this repository we probably either need to identify a new reference page or link to the TIFF specification directly
There was a problem hiding this comment.
93d8ebb fixes this as we did in Bio-Formats documentation (see ome/bio-formats-documentation#387), and adds a link to the specification. Definitely open to better suggestions, but unfortunately I don't know of a reliable alternative reference page.
|
All looks good to me. |
|
Merging so we can release 0.8.0. |
I debated linking https://bio-formats.readthedocs.io/en/latest/users/comlinetools/conversion.html#cmdoption-bfconvert-quality, but opted not to for the moment, particularly since the other options on that page might cause confusion.
This also adds a note about using
--rgbwith brightfield data, and a note about whyLZWis the default compression.