-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.73 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export(interactive_annotate)
export(interactive_blur)
export(interactive_canny)
export(interactive_charcoal)
export(interactive_composite)
export(interactive_crop)
export(interactive_despeckle)
export(interactive_emboss)
export(interactive_fill)
export(interactive_implode)
export(interactive_modulate)
export(interactive_motion_blur)
export(interactive_oilpaint)
export(interactive_quantize)
export(interactive_reducenoise)
export(interactive_shade)
export(interactive_threshold)
importFrom(graphics,plot)
importFrom(magick,geometry_area)
importFrom(magick,geometry_point)
importFrom(magick,geometry_size_percent)
importFrom(magick,image_annotate)
importFrom(magick,image_blank)
importFrom(magick,image_blur)
importFrom(magick,image_canny)
importFrom(magick,image_charcoal)
importFrom(magick,image_composite)
importFrom(magick,image_convert)
importFrom(magick,image_crop)
importFrom(magick,image_despeckle)
importFrom(magick,image_emboss)
importFrom(magick,image_fill)
importFrom(magick,image_implode)
importFrom(magick,image_info)
importFrom(magick,image_modulate)
importFrom(magick,image_motion_blur)
importFrom(magick,image_oilpaint)
importFrom(magick,image_quantize)
importFrom(magick,image_reducenoise)
importFrom(magick,image_scale)
importFrom(magick,image_shade)
importFrom(magick,image_threshold)
importFrom(magick,image_write)
importFrom(magick,magick_config)
importFrom(tcltk,tclVar)
importFrom(tcltk,tclvalue)
importFrom(tcltk,tkbutton)
importFrom(tcltk,tkconfigure)
importFrom(tcltk,tkdestroy)
importFrom(tcltk,tkframe)
importFrom(tcltk,tkimage.create)
importFrom(tcltk,tkinvoke)
importFrom(tcltk,tklabel)
importFrom(tcltk,tkpack)
importFrom(tcltk,tkscale)
importFrom(tcltk,tktoplevel)
importFrom(tcltk,tkwm.state)