Merge pull request #6951 from jzern/webp-xmp

image-file-formats.rst: document WebP 'xmp' option
This commit is contained in:
Andrew Murray 2023-02-15 18:46:15 +11:00 committed by GitHub
commit dbf138dd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
~~~~~~~~~~~~~~~~