toSpatRasterImage | R Documentation |
The resolution specified from the OME-TIFF file will be read into memory and
written to disk as a GeoTIFF file that has the extent. The output file will
have the same file name as the input file except without the ome
in
the extension.
## S4 method for signature 'ExtImage'
toSpatRasterImage(
x,
save_geotiff = TRUE,
file_out = "img.tiff",
overwrite = FALSE
)
## S4 method for signature 'BioFormatsImage'
toSpatRasterImage(
x,
save_geotiff = TRUE,
resolution = 4L,
channel = NULL,
overwrite = FALSE
)
x |
Either a |
save_geotiff |
Logical, whether to save the image to GeoTIFF file. |
file_out |
File to save the non-OME TIFF file for |
overwrite |
Logical, whether to overwrite existing file of the same name. |
resolution |
Integer, which resolution in the |
channel |
Integer vector to indicate channel(s) to read. If |
A SpatRasterImage
object
toExtImage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.