From e7cf88cf993bfb98cea764a349d10225923506ad Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 28 Nov 2018 07:17:02 +0000 Subject: [PATCH] note delay and loop in webpsave docs --- libvips/foreign/webpsave.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvips/foreign/webpsave.c b/libvips/foreign/webpsave.c index 70e011fe..3e24f55b 100644 --- a/libvips/foreign/webpsave.c +++ b/libvips/foreign/webpsave.c @@ -444,6 +444,9 @@ vips_foreign_save_webp_mime_init( VipsForeignSaveWebpMime *mime ) * frames between frames. Setting 0 means no keyframes. By default, keyframes * are disabled. * + * Use the metadata items `gif-loop` and `gif-delay` to set the number of + * loops for the animation and the frame delay. + * * The writer will attach ICC, EXIF and XMP metadata, unless @strip is set to * %TRUE. *