|
a |
|
b/man/as.Zarr.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allgenerics.R, R/conversion.R |
|
|
3 |
\name{as.Zarr} |
|
|
4 |
\alias{as.Zarr} |
|
|
5 |
\alias{as.Zarr.magick-image} |
|
|
6 |
\title{as.Zarr} |
|
|
7 |
\usage{ |
|
|
8 |
as.Zarr(object, out_path, image_id) |
|
|
9 |
|
|
|
10 |
\method{as.Zarr}{`magick-image`}(object, out_path, image_id = "image_1") |
|
|
11 |
} |
|
|
12 |
\arguments{ |
|
|
13 |
\item{object}{a VoltRon or magick-image object} |
|
|
14 |
|
|
|
15 |
\item{out_path}{output path to zarr file} |
|
|
16 |
|
|
|
17 |
\item{image_id}{image name} |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Generic methods to save VoltRon or magick-image objects as zarr files |
|
|
21 |
} |