mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
15 lines
301 B
ReStructuredText
15 lines
301 B
ReStructuredText
5.4.0 (unreleased)
|
|
-----
|
|
|
|
|
|
Other Changes
|
|
=============
|
|
|
|
ImageOps.fit
|
|
^^^^^^^^^^^^
|
|
|
|
Now uses one resize operation with ``box`` parameter internally
|
|
instead of a crop and scale operations sequence.
|
|
This improves the performance and accuracy of cropping since
|
|
the ``box`` parameter accepts float values.
|