Convert a brick of bytes to a TIFF image

ff_bob2tif(path, dims, out = fs::path_ext_set(path, "tif"))

Arguments

path

Input image path.

dims

Dimension vector for the TIF image dimensions.

out

Output image path. Defaults to the input image path, with .tif extension.

Value

The image array, invisibly.