Split a multi-frame TIFF into single-frame images

ff_split(path, out = fs::path_ext_set(path, "%frame.tif"))

Arguments

path

Path of the multi-frame TIFF.

out

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.