image-file-formats.rst: document WebP 'xmp' option

This commit is contained in:
James Zern 2023-02-14 17:29:06 -08:00
parent b7630bd675
commit 8935dad32e

View File

@ -1147,6 +1147,10 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
The exif data to include in the saved file. Only supported if
the system WebP library was built with webpmux support.
**xmp**
The XMP data to include in the saved file. Only supported if
the system WebP library was built with webpmux support.
Saving sequences
~~~~~~~~~~~~~~~~