@itk-wasm/image-io
Version:
Input and output for scientific and medical image file formats.
13 lines (8 loc) • 303 B
text/typescript
// Generated file. To retain edits, remove this comment.
interface PngWriteImageNodeOptions {
/** Only write image metadata -- do not write pixel data. */
informationOnly?: boolean
/** Use compression in the written file */
useCompression?: boolean
}
export default PngWriteImageNodeOptions