Skip to content

Interface: WriteVolOptions

Defined in: src/io/io.ts:31

Options for writing volumes.

Properties

format?

ts
optional format?: string;

Defined in: src/io/io.ts:33

Output format (default: "NIFTI")


dataType?

ts
optional dataType?: string;

Defined in: src/io/io.ts:35

Output data type (e.g., "FLOAT32", "INT16")


compress?

ts
optional compress?: boolean;

Defined in: src/io/io.ts:37

Whether to compress the output


onProgress?

ts
optional onProgress?: (progress) => void;

Defined in: src/io/io.ts:39

Progress callback

Parameters

progress

number

Returns

void

Released under the MIT License.