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