Convert a TIFF image to a PNG image

ff_tif2png(path, out = fs::path_ext_set(path, "png"))

Arguments

path

Input image path.

out

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

Value

The image array, invisibly.