John Cupitt
|
2b2bf30fbd
|
oops, update cpp binding
|
2015-10-06 22:45:37 +01:00 |
Maurus Cuelenaere
|
dba1b1d81b
|
Add ImageMagick buffer support
This commits adds buffer support for the ImageMagick backend, using the Blob
API.
|
2015-02-15 21:45:17 +01: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
|
ba6f8044af
|
final doc fixups
and update cplusplus binding
|
2014-12-18 17:20:59 +00:00 |
John Cupitt
|
71c5069b42
|
revise cplusplus gen scripts
|
2014-11-16 12:19:04 +00:00 |
John Cupitt
|
8267dd2621
|
naming improvements
and test_overloads.cpp has started working
|
2014-11-05 14:04:46 +00:00 |