stuff
This commit is contained in:
parent
a5e3009a75
commit
cd9bdf48c0
@ -90,6 +90,12 @@ int im_render_priority( IMAGE *in, IMAGE *out, IMAGE *mask,
|
|||||||
void (*notify)( IMAGE *, Rect *, void * ), void *client );
|
void (*notify)( IMAGE *, Rect *, void * ), void *client );
|
||||||
int im_cache( IMAGE *in, IMAGE *out, int width, int height, int max );
|
int im_cache( IMAGE *in, IMAGE *out, int width, int height, int max );
|
||||||
|
|
||||||
|
typedef void (*VipsSinkNotify)( VipsImage *im, Rect *rect, void *client );
|
||||||
|
int vips_sink_screen( VipsImage *in, VipsImage *out, VipsImage *mask,
|
||||||
|
int width, int height, int max,
|
||||||
|
int priority,
|
||||||
|
VipsSinkNotify notify, void *client );
|
||||||
|
|
||||||
/* WIO.
|
/* WIO.
|
||||||
*/
|
*/
|
||||||
int im_setupout( IMAGE *im );
|
int im_setupout( IMAGE *im );
|
||||||
|
1071
libvips/iofuncs/sinkscreen.c
Normal file
1071
libvips/iofuncs/sinkscreen.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user