mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-25 11:13:51 +02:00
Fix vips.Image.IsAnimated when only one page is loaded
This commit is contained in:
@@ -323,7 +323,6 @@ vips_image_is_animated(VipsImage *in)
|
||||
|
||||
return (vips_image_get_typeof(in, "delay") != G_TYPE_INVALID &&
|
||||
vips_image_get_typeof(in, "loop") != G_TYPE_INVALID &&
|
||||
vips_image_get_typeof(in, "page-height") == G_TYPE_INT &&
|
||||
vips_image_get_typeof(in, "n-pages") == G_TYPE_INT &&
|
||||
vips_image_get_int(in, "n-pages", &n_pages) == 0 &&
|
||||
n_pages > 1);
|
||||
|
Reference in New Issue
Block a user