Add PIL.Image.Image.frombytes to docs

This commit is contained in:
Hugo van Kemenade 2020-07-18 10:13:18 +03:00
parent 39bc25e28a
commit 415a4aa8ac

View File

@ -151,6 +151,7 @@ This crops the input image with the provided coordinates:
.. automethod:: PIL.Image.Image.draft
.. automethod:: PIL.Image.Image.effect_spread
.. automethod:: PIL.Image.Image.entropy
.. automethod:: PIL.Image.Image.frombytes
.. automethod:: PIL.Image.Image.filter
This blurs the input image using a filter from the ``ImageFilter`` module: