You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-11-29 23:07:40 +02:00
Fix sizes of GIF and ICO before save
This commit is contained in:
@@ -11,8 +11,7 @@ void g_free_go(void **buf);
|
||||
|
||||
void swap_and_clear(VipsImage **in, VipsImage *out);
|
||||
|
||||
int vips_type_find_load_go(int imgtype);
|
||||
int vips_type_find_save_go(int imgtype);
|
||||
int gif_resolution_limit();
|
||||
|
||||
int vips_jpegload_go(void *buf, size_t len, int shrink, VipsImage **out);
|
||||
int vips_pngload_go(void *buf, size_t len, VipsImage **out);
|
||||
|
||||
Reference in New Issue
Block a user