UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

4 lines (3 loc) 232 B
import type { Types } from '@cornerstonejs/core'; declare function removeAFromRGBA(pixelData: Types.PixelDataTypedArray, targetBuffer: Uint8ClampedArray | Uint8Array): Uint8Array | Uint8ClampedArray; export default removeAFromRGBA;