File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ Use of the Zarr file type will result in losslessly compressed output. This
3636is the only format currently supported by the downstream ` raw2ometiff ` (as of
3737version 0.3.0).
3838
39+ ## Supported data types
40+
41+ Brightfield RGB with 8 bits per component is supported in all versions.
42+
43+ Brightfield RGB with 16 bits per component is supported in 0.7.0 and later.
44+ 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
47+ to the Philips SDK.
48+
49+ Any other data types are not currently supported.
50+
3951## Background color
4052
4153Any missing tiles are filled with 0 by default, which displays as black.
@@ -67,8 +79,3 @@ relative performance.
6779
6880The iSyntax converter is distributed under the terms of the BSD license.
6981Please see ` LICENSE.txt ` for further details.
70-
71- ## Areas to improve
72-
73- * Currently assumes brightfield (RGB, 8 bits per channel) without really
74- checking the metadata. Probably should check bit depths etc.
You can’t perform that action at this time.
0 commit comments