UNPKG

@abasb75/dicom-pixel-decoder

Version:

a powerfull javascript dicom pixel data decoder

4 lines (3 loc) 270 B
import { PixelArray } from "../types"; declare function changeTypedArray(pixelArray: PixelArray, minAfterScale: number, maxAfterScale: number): Float32Array | Int32Array | Uint32Array | Uint16Array | Uint8Array | Int16Array | Int8Array; export default changeTypedArray;