UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

13 lines (8 loc) 303 B
// Generated file. To retain edits, remove this comment. interface MghWriteImageNodeOptions { /** Only write image metadata -- do not write pixel data. */ informationOnly?: boolean /** Use compression in the written file */ useCompression?: boolean } export default MghWriteImageNodeOptions