UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

11 lines (8 loc) 288 B
import CastImageOptions from '../cast-image-options.js' /** * @deprecated Use readImageDicomFileSeries from @itk-wasm/dicom instead */ interface ReadImageDICOMFileSeriesOptions extends CastImageOptions { singleSortedSeries?: boolean } export default ReadImageDICOMFileSeriesOptions