1
0
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:
DarthSim
2023-09-08 17:07:09 +03:00
parent b4ee0ceb3e
commit 756958d2ca
5 changed files with 27 additions and 0 deletions

View File

@@ -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);