all doneo

seems to work!
This commit is contained in:
John Cupitt 2017-10-06 16:00:54 +01:00
parent f430209a47
commit 95c8a1915b
2 changed files with 428 additions and 620 deletions

File diff suppressed because it is too large Load Diff

View File

@ -249,6 +249,11 @@ int vips_premultiply( VipsImage *in, VipsImage **out, ... )
__attribute__((sentinel));
int vips_unpremultiply( VipsImage *in, VipsImage **out, ... )
__attribute__((sentinel));
int vips_composite( VipsImage **in, VipsImage **out, int n, int *mode, ... )
__attribute__((sentinel));
int vips_composite2( VipsImage *in1, VipsImage *in2, VipsImage **out,
VipsBlendMode mode1, ... )
__attribute__((sentinel));
int vips_falsecolour( VipsImage *in, VipsImage **out, ... )
__attribute__((sentinel));