File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,8 +42,12 @@ Brightfield RGB with 8 bits per component is supported in all versions.
4242
4343Brightfield RGB with 16 bits per component is supported in 0.7.0 and later.
4444By default, all 16 bits per component are converted. If 8 bit output is required
45- instead, the ` --linear16to8 ` option can be used to convert to 8 bit before
46- writing to Zarr. This is performed using the ` Linear16ToSRGB8 ` filter built in
45+ instead, the ` --linear16to8=true ` option can be used to convert to 8 bit before
46+ writing to Zarr, for example:
47+
48+ isyntax2raw write_tiles /path/to/input.isyntax /path/to/directory.zarr --linear16to8=true
49+
50+ Conversion from 16 to 8 bits is performed using the ` Linear16ToSRGB8 ` filter built in
4751to the Philips SDK.
4852
4953Any other data types are not currently supported.
You can’t perform that action at this time.
0 commit comments