mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Clarified sentence [ci skip]
This commit is contained in:
parent
533c907329
commit
7c031e9279
|
@ -17,9 +17,9 @@ When an image is opened from a file, only that instance of the image is consider
|
||||||
have the format. Copies of the image will contain data loaded from the file, but not
|
have the format. Copies of the image will contain data loaded from the file, but not
|
||||||
the file itself, meaning that it can no longer be considered to be in the original
|
the file itself, meaning that it can no longer be considered to be in the original
|
||||||
format. So if :py:meth:`~PIL.Image.Image.copy` is called on an image, or another method
|
format. So if :py:meth:`~PIL.Image.Image.copy` is called on an image, or another method
|
||||||
internally creates a copy of the image, the ``fp`` (file pointer), along with any
|
internally creates a copy of the image, then any methods or attributes specific to the
|
||||||
methods and attributes specific to a format. The :py:attr:`~PIL.Image.Image.format`
|
format will no longer be present. The ``fp`` (file pointer) attribute will no longer be
|
||||||
attribute will be ``None``.
|
present, and the :py:attr:`~PIL.Image.Image.format` attribute will be ``None``.
|
||||||
|
|
||||||
Fully supported formats
|
Fully supported formats
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user