ff_csv2tif.RdConvert a CSV file to a TIFF image
ff_csv2tif(path, dims, out = fs::path_ext_set(path, "tif"))Input image path.
Dimension vector for the TIF image dimensions.
Output image path. Defaults to the input image path, with .tif extension.
The image array, invisibly.