John Cupitt 6e2135d8b5 mask builders take prec, not integer
vips_gaussmat() and vips_logmat() used to default to float, but
vips_conv() defaulted to int ... so this failed:

	vips gaussmat m.v 2 0.1 --separable
	vips convsep k2.jpg x.jpg m.v

since we were using a small float mask with an integer convolution

This change makes everything int by default, with gaussmat having a new
param called --precision whose arg can be int or float.

The old @integer param is deprecated.
2014-12-16 20:48:11 +00:00
..
2014-09-06 08:01:13 +01:00
2014-07-29 15:23:27 +01:00
2014-09-13 17:24:59 +01:00
2014-09-05 23:18:16 +01:00
2014-01-04 14:38:30 +00:00
2014-09-05 23:18:16 +01:00
2013-10-22 09:29:40 +01:00
2013-09-17 21:54:28 +01:00
2014-12-16 20:48:11 +00:00
2014-11-07 14:49:18 +00:00
2014-09-03 14:32:55 +01:00
2014-01-04 14:38:30 +00:00
2014-01-03 12:40:13 +00:00
2014-11-07 14:49:18 +00:00
2014-11-07 14:49:18 +00:00
2014-01-03 12:40:13 +00:00
2013-06-17 20:16:20 +01:00
2014-07-16 09:40:26 +01:00
2014-09-05 23:18:16 +01:00
2014-11-17 10:32:40 +00:00
2013-10-22 09:29:40 +01:00
2014-09-05 23:18:16 +01:00