This commit is contained in:
John Cupitt 2010-04-01 12:42:37 +00:00
parent a5e3009a75
commit cd9bdf48c0
2 changed files with 1077 additions and 0 deletions

View File

@ -90,6 +90,12 @@ int im_render_priority( IMAGE *in, IMAGE *out, IMAGE *mask,
void (*notify)( IMAGE *, Rect *, void * ), void *client );
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.
*/
int im_setupout( IMAGE *im );

1071
libvips/iofuncs/sinkscreen.c Normal file

File diff suppressed because it is too large Load Diff