-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
40 lines (39 loc) · 1.02 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
S3method("filepath<-",Image_Array)
S3method(aperm,Image_Array)
S3method(as.array,Image_Array)
S3method(as.raster,Image_Array)
S3method(crop,Image_Array)
S3method(filepath,Image_Array)
S3method(flip,Image_Array)
S3method(flop,Image_Array)
S3method(negate,Image_Array)
S3method(rotate,Image_Array)
export("filepath<-")
export(createImageArray)
export(crop)
export(filepath)
export(flip)
export(flop)
export(getImageInfo)
export(len)
export(negate)
export(rotate)
export(writeImageArray)
exportClasses(Image_Array)
import(DelayedArray)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,path)
importFrom(HDF5Array,writeHDF5Array)
importFrom(S4Arrays,as.array.Array)
importFrom(ZarrArray,writeZarrArray)
importFrom(grDevices,rgb)
importFrom(magick,geometry_size_percent)
importFrom(magick,image_data)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(magick,image_resize)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(utils,head)
importFrom(utils,tail)