Co-Authored-By: hugovk <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2019-01-21 20:55:04 +02:00 committed by GitHub
parent bb69e79dc9
commit 5a276be889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ deprecated file has now been removed from Pillow. If needed, install from PyPI (
Removed deprecated ImageOps functions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Several undocumented functions ``ImageOps`` were deprecated in Pillow 4.3.0 (2017-10)
Several undocumented functions in ``ImageOps`` were deprecated in Pillow 4.3.0 (2017-10)
and have now been removed: ``gaussian_blur``, ``gblur``, ``unsharp_mask``, ``usm`` and
``box_blur``. Use the equivalent operations in ``ImageFilter`` instead.