UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

12 lines (7 loc) 304 B
// Generated file. To retain edits, remove this comment. import { WorkerPoolFunctionOption } from 'itk-wasm' interface FdfReadImageOptions extends WorkerPoolFunctionOption { /** Only read image metadata -- do not read pixel data. */ informationOnly?: boolean } export default FdfReadImageOptions