UNPKG

@cornerstonejs/core

Version:
6 lines (5 loc) 188 B
import type { PixelDataTypedArray } from '../types/PixelDataTypedArray.js'; export default function getMinMax(storedPixelData: PixelDataTypedArray): { min: number; max: number; };