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. *