UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

10 lines (6 loc) 226 B
// Generated file. To retain edits, remove this comment. interface BmpReadImageNodeOptions { /** Only read image metadata -- do not read pixel data. */ informationOnly?: boolean } export default BmpReadImageNodeOptions