Extract specific frames from a multi-frame TIFF

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

Arguments

path

Path of the multi-frame TIFF.

frames

Frame numbers to extract.

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.