Project:
VIPS
Code Location:
git://github.com/jcupitt/libvips.gitmaster
.gitignore
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
po/vips7.*.pot test-driver po/vips*.pot vips-*.tar.gz doc/reference/setup-build.stamp doc/reference/tmpl-build.stamp doc/reference/tmpl.stamp doc/reference/tmpl/ libvips-scan libvips-scan.c Makefile.in TAGS tags *.o Vips-8.0.gir Vips-8.0.typelib .*.swp *.lo *.bak *.la Vips-8.0.gir Vips-8.0.typelib *.pc *.pyc .deps .libs aclocal.m4 config.* configure depcomp autom4te.cache/ doc/reference/gtk-doc.make doc/reference/libvips-docs.sgml install-sh libtool libvips/include/vips/version.h fred ltmain.sh m4/ missing mkinstalldirs po/Makefile.in.in po/POTFILES po/de.gmo py-compile stamp-h1 swig/python/setup.py swig/vipsCC/VDisplay.py swig/vipsCC/VError.py swig/vipsCC/VImage.h swig/vipsCC/VImage.py swig/vipsCC/VMask.py swig/vipsCC/vdisplaymodule.cxx swig/vipsCC/verrormodule.cxx swig/vipsCC/vimagemodule.cxx swig/vipsCC/vmaskmodule.cxx tools/edvips tools/header tools/vips tools/vipsthumbnail tools/find_mosaic tools/mergeup tools/cooc tools/cooc_features tools/glds tools/glds_features tools/simcontr tools/sines tools/spatres tools/squares tools/batch_crop tools/batch_image_convert tools/batch_rubber_sheet tools/light_correct tools/shrink_width # we can't ignore all Makefile since we have a couple of hand-made ones Makefile doc/Makefile doc/reference/Makefile libvips/Makefile libvips/acquire/Makefile libvips/arithmetic/Makefile libvips/boolean/Makefile libvips/cimg/Makefile libvips/colour/Makefile libvips/conversion/Makefile libvips/convolution/Makefile libvips/deprecated/Makefile libvips/format/Makefile libvips/freq_filt/Makefile libvips/histograms_lut/Makefile libvips/include/Makefile libvips/include/vips/Makefile libvips/inplace/Makefile libvips/iofuncs/Makefile libvips/mask/Makefile libvips/morphology/Makefile libvips/mosaicing/Makefile libvips/other/Makefile libvips/relational/Makefile libvips/resample/Makefile libvips/video/Makefile libvipsCC/Makefile libvipsCC/include/Makefile libvipsCC/include/vips/Makefile man/Makefile po/Makefile swig/Makefile swig/vipsCC/Makefile tools/Makefile tools/iofuncs/Makefile tools/mosaicing/Makefile tools/other/Makefile tools/scripts/Makefile # various things made by gtk-doc doc/reference/html-build.stamp doc/reference/html.stamp doc/reference/html/ doc/reference/libvips-decl-list.txt doc/reference/libvips-decl.txt doc/reference/libvips-overrides.txt doc/reference/libvips-sections.txt doc/reference/libvips-undeclared.txt doc/reference/libvips-undocumented.txt doc/reference/libvips-unused.txt doc/reference/libvips.args doc/reference/libvips.hierarchy doc/reference/libvips.interfaces doc/reference/libvips.prerequisites doc/reference/libvips.signals doc/reference/libvips.types doc/reference/scan-build.stamp doc/reference/sgml-build.stamp doc/reference/sgml.stamp doc/reference/xml/ doc/html doc/pdf gtkdocerrors
