mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Link to demonstration from release notes
This commit is contained in:
parent
2e4c1a1656
commit
ac9d8180a3
|
@ -25,6 +25,8 @@ only work on L and RGB images.
|
|||
.. autofunction:: solarize
|
||||
.. autofunction:: exif_transpose
|
||||
|
||||
.. _relative-resize:
|
||||
|
||||
Resize relative to a given size
|
||||
-------------------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user