ff_tif2npy.Rd
Convert a TIFF image to a NumPy array
ff_tif2npy(path, out = fs::path_ext_set(path, "npy"))
Input image path.
Output image path. Defaults to the input image path, with .tif extension.
The image array, invisibly.