ff_extract.Rd
Extract specific frames from a multi-frame TIFF
ff_extract(path, frames, out = fs::path_ext_set(path, "%frame.tif"))
Path of the multi-frame TIFF.
Frame numbers to extract.
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.