Added getxmp() to release notes

This commit is contained in:
Andrew Murray 2022-11-26 19:11:51 +11:00
parent 710927a311
commit 3f9410334c

View File

@ -45,6 +45,12 @@ removes the hidden RGB values for better compression by default in libwebp 0.5
or later. By setting this option to ``True``, the encoder will keep the hidden
RGB values.
getxmp()
^^^^^^^^
`XMP data <https://en.wikipedia.org/wiki/Extensible_Metadata_Platform>`_ can now be
decoded for WEBP images through ``getxmp()``.
Security
========