mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-01 18:33:05 +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:: solarize
|
||||||
.. autofunction:: exif_transpose
|
.. autofunction:: exif_transpose
|
||||||
|
|
||||||
|
.. _relative-resize:
|
||||||
|
|
||||||
Resize relative to a given size
|
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,
|
Returns a resized version of the image, so that the requested size is covered,
|
||||||
while maintaining the original aspect ratio.
|
while maintaining the original aspect ratio.
|
||||||
|
|
||||||
|
See :ref:`relative-resize` for a comparison between this and similar ImageOps
|
||||||
|
methods.
|
||||||
|
|
||||||
Security
|
Security
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user