mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Wording
This commit is contained in:
parent
0dcb4a3d8c
commit
5d75e679b5
|
@ -18,8 +18,8 @@ The fork author's goal is to foster active development of PIL through:
|
|||
- Regular releases to the `Python Package Index <https://pypi.python.org/pypi/Pillow>`_
|
||||
- Solicitation for community contributions and involvement on `Image-SIG <http://mail.python.org/mailman/listinfo/image-sig>`_
|
||||
|
||||
Port existing code to Pillow
|
||||
----------------------------
|
||||
Port existing PIL-based code to Pillow
|
||||
--------------------------------------
|
||||
|
||||
Pillow is a functional drop-in replacement for the Python Imaging Library. To run your existing PIL-compatible code with Pillow, it needs to be modified to import the ``Imaging`` module from the ``PIL`` namespace *instead* of the global namespace. I.e. change::
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user