UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

5 lines (4 loc) 204 B
import type { Element } from 'dicom-parser'; import type { LutType } from '../../../types'; declare function getLUTs(pixelRepresentation: number, lutSequence: Element): LutType[]; export default getLUTs;