-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathimageio.yaml
79 lines (79 loc) · 1.95 KB
/
imageio.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
"functions":
- "name": "imageio.plugins.lytro.LytroLfrFormat.Reader._open"
"params":
- "name": "self"
"type": "bool "
- "name": "meta_only"
"type": "bool "
- "name": "include_thumbnail"
"type": "bool "
"return_type": "void"
"signature": "imageio.plugins.lytro.LytroLfrFormat.Reader._open"
- "name": "imageio.plugins._tifffile.main"
"params":
- "name": "argv"
"type": "bool "
"return_type": "void"
"signature": "imageio.plugins._tifffile.main"
- "name": "imageio.plugins._tifffile.TiffWriter.save"
"params":
- "name": "self"
"type": "bool "
- "name": "data"
"type": "bool "
- "name": "shape"
"type": "bool "
- "name": "dtype"
"type": "bool "
- "name": "returnoffset"
"type": "bool "
- "name": "photometric"
"type": "bool "
- "name": "planarconfig"
"type": "bool "
- "name": "tile"
"type": "bool "
- "name": "contiguous"
"type": "bool "
- "name": "align"
"type": "bool "
- "name": "truncate"
"type": "bool "
- "name": "compress"
"type": "bool "
- "name": "rowsperstrip"
"type": "bool "
- "name": "predictor"
"type": "bool "
- "name": "colormap"
"type": "bool "
- "name": "description"
"type": "bool "
- "name": "datetime"
"type": "bool "
- "name": "resolution"
"type": "bool "
- "name": "software"
"type": "bool "
- "name": "metadata"
"type": "bool "
- "name": "ijmetadata"
"type": "bool "
- "name": "extratags"
"type": "bool "
"return_type": "void"
"signature": "imageio.plugins._tifffile.TiffWriter.save"
- "name": "imageio.plugins.tifffile.TiffFormat.Writer._append_data"
"params":
- "name": "self"
"type": "bool "
- "name": "im"
"type": "bool "
- "name": "meta"
"type": "bool "
"return_type": "void"
"signature": "imageio.plugins.tifffile.TiffFormat.Writer._append_data"
"language": "python"
"project": "imageio"
"target_name": "fuzz_read"
"target_path": "/src/imageio/tests/fuzzers/fuzz_read.py"