missing ptoto for vips_tiffsave_buffer()

oop, thanks greut

see https://github.com/jcupitt/libvips/issues/632
This commit is contained in:
John Cupitt 2017-04-04 10:17:05 +01:00
parent d5a706e47e
commit c2cb4c38fe
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
25/3/17 started 8.5.2
- better behaviour for truncated PNG files, thanks Yury
- missing proto for vips_tiffsave_buffer(), thanks greut
25/3/17 started 8.5.1
- init more classes earlier, thanks David

View File

@ -443,6 +443,8 @@ int vips_tiffload_buffer( void *buf, size_t len, VipsImage **out, ... )
__attribute__((sentinel));
int vips_tiffsave( VipsImage *in, const char *filename, ... )
__attribute__((sentinel));
int vips_tiffsave_buffer( VipsImage *in, void **buf, size_t *len, ... )
__attribute__((sentinel));
int vips_openexrload( const char *filename, VipsImage **out, ... )
__attribute__((sentinel));