ff_split.Rd
Split a multi-frame TIFF into single-frame images
ff_split(path, out = fs::path_ext_set(path, "%frame.tif"))
Path of the multi-frame TIFF.
Path for the output single-frame images, using "%frame" as placeholder for the frame number. Defaults to the input file path with extension ".001.tif" etc.