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) 313 B
import Image from '../interface-types/image.js'; import CastImageOptions from '../cast-image-options.js'; /** * @deprecated Use readImageNode from @itk-wasm/image-io instead */ declare function readImageLocalFile(filePath: string, options?: CastImageOptions): Promise<Image>; export default readImageLocalFile;