You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-01 23:11:31 +02:00
Fix crashes during processing of large animated WebPs
This commit is contained in:
@@ -76,6 +76,8 @@ int vips_embed_go(VipsImage *in, VipsImage **out, int x, int y, int width, int h
|
||||
int vips_apply_watermark(VipsImage *in, VipsImage *watermark, VipsImage **out, int left, int top,
|
||||
double opacity);
|
||||
|
||||
int vips_linecache_seq(VipsImage *in, VipsImage **out, int tile_height);
|
||||
|
||||
int vips_arrayjoin_go(VipsImage **in, VipsImage **out, int n);
|
||||
|
||||
int vips_strip(VipsImage *in, VipsImage **out, int keep_exif_copyright);
|
||||
|
||||
Reference in New Issue
Block a user