UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

8 lines (7 loc) 334 B
import ReadImageResult from './read-image-result.js'; import CastImageOptions from '../cast-image-options.js'; /** * @deprecated Use readImage from @itk-wasm/image-io instead */ declare function readImageFile(webWorker: Worker | null, file: File, options?: CastImageOptions): Promise<ReadImageResult>; export default readImageFile;