mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
wording, undone
This commit is contained in:
parent
88d38e80b4
commit
ce3b7231b4
|
@ -38,7 +38,9 @@ to::
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
Note that if your code imports _imaging, that will also be hosted in the PIL namespace. The preferred method of importing _imaging is::
|
Note that if your code imports _imaging, that will also be hosted in
|
||||||
|
the PIL namespace. The preferred, future proof method of importing the
|
||||||
|
private _imaging module is::
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
_imaging = Image.core
|
_imaging = Image.core
|
||||||
|
@ -103,7 +105,7 @@ Current platform support for Pillow. Binary distributions are contributed for ea
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
If there is a binary package for your system, that is the preferred way of obtaining Pillow.
|
If there is a binary package for your system, that is the preferred way of obtaining Pillow. [[UNDONE: Binary links]]
|
||||||
|
|
||||||
Building from Source
|
Building from Source
|
||||||
+++++++++
|
+++++++++
|
||||||
|
|
Loading…
Reference in New Issue
Block a user