Extract key image information from a scanimage TIFF
scanimageinfo(x)
x | One or more paths to TIFFs or an R object containing a TIFF image |
---|
A data.frame with one row for every TIFF image in x
and
columns
h number of rows (aka scanimage lines)
w number of columns (aka scanimage pixels per line)
nchan number of image channels
nframes number of image frames (i.e. timepoints*Z slices)
parse_description
img=system.file('extdata/Blank-IPA_1s_16r_032.tif', package='scanimage') scanimageinfo(img)#> h w nchan nframes freq #> 1 64 64 1 30 8.138021