Skip to content

Commit 88c43f9

Browse files
authored
Merge pull request #47 from melissalinkert/readme-update
Clarify `--linear16to8` usage
2 parents add1ea0 + 594c3bd commit 88c43f9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@ Brightfield RGB with 8 bits per component is supported in all versions.
4242

4343
Brightfield RGB with 16 bits per component is supported in 0.7.0 and later.
4444
By 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
4751
to the Philips SDK.
4852

4953
Any other data types are not currently supported.

0 commit comments

Comments
 (0)