See glencoesoftware/bioformats2raw#217.
As noted there, the input file has a single compressed tile representing a 16-bit 19477x30872 image (~1.2 GB uncompressed).
Replacing ByteVector with ByteArrayOutputStream or similar may be one way to solve this.
See glencoesoftware/bioformats2raw#217.
As noted there, the input file has a single compressed tile representing a 16-bit 19477x30872 image (~1.2 GB uncompressed).
Replacing
ByteVectorwithByteArrayOutputStreamor similar may be one way to solve this.