added the jxl save functions to foreign.h
This commit is contained in:
parent
6946c3b9d9
commit
37c82c8e2a
@ -697,6 +697,12 @@ int vips_jxlload_buffer( void *buf, size_t len, VipsImage **out, ... )
|
|||||||
__attribute__((sentinel));
|
__attribute__((sentinel));
|
||||||
int vips_jxlload( const char *filename, VipsImage **out, ... )
|
int vips_jxlload( const char *filename, VipsImage **out, ... )
|
||||||
__attribute__((sentinel));
|
__attribute__((sentinel));
|
||||||
|
int vips_jxlsave( VipsImage *in, const char *filename, ... )
|
||||||
|
__attribute__((sentinel));
|
||||||
|
int vips_jxlsave_buffer( VipsImage *in, void **buf, size_t *len, ... )
|
||||||
|
__attribute__((sentinel));
|
||||||
|
int vips_jxlsave_target( VipsImage *in, VipsTarget *target, ... )
|
||||||
|
__attribute__((sentinel));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* VipsForeignDzLayout:
|
* VipsForeignDzLayout:
|
||||||
|
Loading…
Reference in New Issue
Block a user