mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 06:00:58 +03:00
[ci skip] fix notes
This commit is contained in:
parent
6cabcadae4
commit
61e46c265e
|
@ -8,7 +8,7 @@ Other Changes
|
||||||
ImageOps.fit
|
ImageOps.fit
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
Now uses the one resize operation with ``box`` argument internally
|
Now uses one resize operation with ``box`` parameter internally
|
||||||
instead of the crop and scale operations sequence.
|
instead of a crop and scale operations sequence.
|
||||||
This improves the performance and accuracy of cropping since
|
This improves the performance and accuracy of cropping since
|
||||||
``box`` parameter accepts float values.
|
the ``box`` parameter accepts float values.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user