missing ptoto for vips_tiffsave_buffer()
oop, thanks greut see https://github.com/jcupitt/libvips/issues/632
This commit is contained in:
parent
d5a706e47e
commit
c2cb4c38fe
@ -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
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user