Additional reader and writer options¶
Some readers and writers have additional options which can be used to inform how Bio-Formats reads or writes files in that format.
Reader options¶
Format name |
Option |
Default |
Description |
---|---|---|---|
|
false |
Throw an exception if an expected associated .ets file is missing |
|
|
true |
Split montage image tiles across multiple planes |
|
|
false |
Ensure physical pixel sizes are compatible with versions <= 5.3.2 |
|
|
true |
Use chunkmap table to read image offsets |
|
|
true |
Ignore missing wells |
|
|
true |
Fail if a missing file is detected in a partial dataset |
|
|
false |
Report each tile as a separate series |
|
|
true |
Include attachment images |
|
|
true |
Automatically stitch tiled images |
|
|
false |
Trim XY dimensions to match those in ZEN |
|
|
false |
Use pixel position instead of the physical stage position |
Usage¶
Reader options can be used via the command line with
showinf -option
, in ImageJ via the
configuration window, or via the API using the
DynamicMetadataOptions class.
Writer options¶
Format name |
Option |
Default |
Description |
---|---|---|---|
|
None |
If set, OME-XML will be written to a companion file with a name determined by the option value |
Usage¶
Writer options can be used via the command line using
bfconvert -option
, or via the API using the
DynamicMetadataOptions class.