John Cupitt e81900b187 bandjoin is just an instance function
we had both a class member bandjoin, and an instance member

Vips.Image.bandjoin([i1, i2, i3..])
i1.ibandjoin([i2, i3..])

this was confusing and annoying ... get rid of the class one and just
use bandjoin everywhere, so this is now the way to do it:

i1.bandjoin([i2, i3..])
2016-01-04 14:18:10 +00:00
..
2015-06-22 06:52:02 +01:00
2015-10-13 10:29:53 +01:00
2015-10-13 10:29:53 +01:00
2015-03-01 12:15:48 +00:00
2015-01-29 14:27:18 +00:00
2015-06-21 19:40:45 +01:00
2015-03-01 12:15:48 +00:00
2015-03-01 12:15:48 +00:00
2015-03-01 12:15:48 +00:00
2015-02-16 16:03:39 +00:00
2015-03-01 12:15:48 +00:00
2015-01-29 14:27:18 +00:00
2015-11-19 11:44:58 +00:00
2014-12-20 17:12:12 +00:00
2014-12-20 22:25:19 +00:00