John Cupitt
b085908558
remove vips7 stuff from API
...
You must now include vips7 support explicitly with
#include <vips/vips7compat.h>
in your code just after including `vips.h`.
The old vips7 names, such as `Rect`, were starting to cause problems
with other packages like opencv.
2018-05-16 15:08:21 +01:00
Alistair Thomas
d5101319d2
Update GObject introspection annotations for libvips/convolution directory
2017-09-30 20:23:38 +01:00
John Cupitt
2f8a279f2d
ooops, forgot convasep
2017-01-12 21:53:24 +00:00
John Cupitt
b75a533493
done as much as we can
...
abandon our current conva system, use a cumulative image instead
2016-08-11 21:39:04 +01:00
John Cupitt
c658332215
vips_conva() done and working
...
remove im_conva() nest, add tests
2016-08-03 18:29:50 +01:00
John Cupitt
8a9ee7e4ce
small polish
...
convasep offset now working, matches convsep very closely
2016-08-02 18:19:35 +01:00
John Cupitt
7cd49e53b2
vips_convasep() done
...
starting vips_conva()
2016-07-10 12:25:22 +01:00
John Cupitt
e30bdadfb8
notes
2016-07-09 18:45:03 +01:00
John Cupitt
bfdafdb733
intize input mask
2016-07-07 14:45:36 +01:00
John Cupitt
f873a51b09
sort-of working
2016-07-06 14:56:28 +01:00
John Cupitt
e0cfcc5f47
convasep done
...
though not tried compiling yet
2016-07-06 10:02:53 +01:00
John Cupitt
0aa453ee0a
start on convasep
2016-07-05 15:52:49 +01:00