Simple converter from specialized formats to .tif format. Utilizes the python
tifffile package. Performs image conversions one page at a time.
Wrap this in a for loop or lapply for more than one image or page. Used
when image formats are unsupported by terra. This is implementation may
change in the future. Currently tested to work with .ome.tif and qptiff
Arguments
- input_file
character. Filepath to tif to convert
- output_dir
character. Output directory (default: "
/tif_exports") - page
integer or NULL. 1-based page index; NULL means first page, a "_%04d" formatted suffix will be added to the output filename.
- overwrite
logical. Default = FALSE. Whether to overwrite if the filename already exists.
See also
Other tif utility functions:
tif_metadata()
