John Cupitt
|
6f101ae86b
|
remove VImage::scale()
it clashed with the VipsScale operator, see
https://github.com/jcupitt/libvips/pull/213
|
2015-01-06 12:00:11 +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
|
32625146db
|
cpp can set enums from strings
eg.
set("extend", "copy")->
|
2014-12-30 11:27:04 +00:00 |
John Cupitt
|
ba6f8044af
|
final doc fixups
and update cplusplus binding
|
2014-12-18 17:20:59 +00:00 |
John Cupitt
|
c120edde0d
|
get make dist going
|
2014-11-18 14:52:52 +00:00 |
John Cupitt
|
71c5069b42
|
revise cplusplus gen scripts
|
2014-11-16 12:19:04 +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
|
bbf49be063
|
cleanup and bump to 7.42
|
2014-11-03 12:01:53 +00:00 |
John Cupitt
|
ca6eb088f3
|
add () overload for read pixel
|
2014-10-31 20:24:40 +00:00 |
John Cupitt
|
5694bf6f4c
|
add all new() and write() methods
VImage::new_from_buffer() etc.
|
2014-10-31 19:15:29 +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
|
d6a6d7ae71
|
set of overloads for new cpp API
all the usual ones .. compiles, but untested
|
2014-10-30 21:53:24 +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
|
cabb4488be
|
full cpp wrapper compiles
|
2014-10-28 10:12:06 +00:00 |
John Cupitt
|
63d4370043
|
split to a separate branch
|
2014-10-27 18:17:49 +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 |
John Cupitt
|
266e120676
|
new C++ interface works!
phew
|
2014-10-27 12:57:28 +00:00 |
John Cupitt
|
b1609e8006
|
cplusplus sort-of working
refs need fixing up
|
2014-10-27 08:44:10 +00:00 |
John Cupitt
|
66445c359d
|
more cpp tinkering
|
2014-10-24 14:57:01 +01:00 |
John Cupitt
|
ceb143a22a
|
another stab at a C++ API design
|
2014-10-24 10:32:50 +01:00 |
John Cupitt
|
73cb17e925
|
more experimentation
|
2014-10-22 14:58:53 +01:00 |
John Cupitt
|
952241a426
|
more cplusplus hackery
|
2014-10-21 14:55:38 +01:00 |
John Cupitt
|
904803510d
|
box/unbox hooks in C API
should help us pass C++ objects as args
|
2014-10-21 09:27:34 +01:00 |
John Cupitt
|
f2898a8e3b
|
more C++ hacking
|
2014-10-20 14:54:03 +01:00 |
John Cupitt
|
022150ceea
|
start vips8++
|
2014-10-20 11:50:34 +01:00 |