convertGiottoLargeImageToMG#
Last Updated: Nov 17, 2023
Description#
convert a giottoLargeImage by downsampling into a normal magick based giottoImage
Usage#
convertGiottoLargeImageToMG(
gobject = NULL,
largeImage_name = NULL,
giottoLargeImage = NULL,
mg_name = NULL,
spat_unit = NULL,
spat_loc_name = NULL,
crop_extent = NULL,
xmax_crop = NULL,
xmin_crop = NULL,
ymax_crop = NULL,
ymin_crop = NULL,
resample_size = 5e+05,
max_intensity = NULL,
return_gobject = TRUE,
verbose = TRUE
)
Arguments#
|
gobject containing giottoLargeImage |
|
name of giottoLargeImage |
|
alternative input param using
giottoLargeImage object instead
of through |
|
name to assign converted magick image based giottoImage. Defaults to name of giottoLargeImage |
|
spatial unit |
|
gobject spatial location name to map giottoImage to (optional) |
|
extent object to focus on specific region of image |
|
assign crop boundary |
|
assign crop boundary |
|
assign crop boundary |
|
assign crop boundary |
|
maximum number of pixels to use when resampling |
|
value to treat as maximum intensity in color scale |
|
return as giotto object |
|
be verbose |
Value#
a giotto object if return_gobject = TRUE
or an updated giotto image
object if return_gobject = FALSE