John Cupitt
|
ce557ba6de
|
add VInterpolate wrapper class
to cplusplus, see https://github.com/jcupitt/libvips/issues/230
|
2015-01-30 21:19:58 +00:00 |
John Cupitt
|
6440830315
|
required C++ output params were broken
see https://github.com/jcupitt/libvips/pull/213
this now works:
VImage rows;
VImage cols = in.profile( &rows );
|
2015-01-06 11:51:53 +00:00 |
John Cupitt
|
7ae35c3edb
|
start pydocs again
|
2014-11-05 14:56:59 +00:00 |
John Cupitt
|
8267dd2621
|
naming improvements
and test_overloads.cpp has started working
|
2014-11-05 14:04:46 +00:00 |
John Cupitt
|
2a992375fe
|
add more type conversions
so we automatically do int and double -> doublevec and intvec
|
2014-10-31 18:11:26 +00:00 |
John Cupitt
|
35bcd4eaa0
|
reformat
|
2014-10-30 22:11:43 +00:00 |
John Cupitt
|
4173ddfa9c
|
add make constant image
|
2014-10-29 12:39:25 +00:00 |
John Cupitt
|
d012cef3b4
|
add some simple extras
.bandjoin(), .bandsplit(), .sin() etc etc
|
2014-10-29 09:47:02 +00:00 |
John Cupitt
|
070a437f61
|
cleanups ready for proto gen
|
2014-10-27 14:17:33 +00:00 |
John Cupitt
|
b5cd4ac144
|
oops
|
2014-10-27 13:49:09 +00:00 |
John Cupitt
|
4f588ce908
|
package up new vips8 C++ API
|
2014-10-27 13:41:44 +00:00 |