UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

6 lines (5 loc) 178 B
interface ScancoReadImageNodeOptions { /** Only read image metadata -- do not read pixel data. */ informationOnly?: boolean; } export default ScancoReadImageNodeOptions;