Link to demonstration from release notes

This commit is contained in:
Andrew Murray 2023-09-28 08:06:02 +10:00
parent 2e4c1a1656
commit ac9d8180a3
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,8 @@ only work on L and RGB images.
.. autofunction:: solarize
.. autofunction:: exif_transpose
.. _relative-resize:
Resize relative to a given size
-------------------------------

View File

@ -38,6 +38,9 @@ ImageOps.cover
Returns a resized version of the image, so that the requested size is covered,
while maintaining the original aspect ratio.
See :ref:`relative-resize` for a comparison between this and similar ImageOps
methods.
Security
========