UNPKG

@cornerstonejs/dicom-image-loader

Version:

Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file

7 lines (6 loc) 187 B
import type { Types } from '@cornerstonejs/core'; declare function getMinMax(storedPixelData: Types.PixelDataTypedArray): { min: number; max: number; }; export default getMinMax;