mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-27 04:23:40 +03:00
Reworded warning
This commit is contained in:
parent
fc52f73366
commit
d8a6a8cc18
|
@ -651,9 +651,10 @@ class Image(object):
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
This method is for raw-ish output, for compressed image
|
This method returns the raw image data from the internal
|
||||||
data (e.g. PNG, JPEG) use :meth:`~.save`, with a BytesIO
|
storage. For compressed image data (e.g. PNG, JPEG) use
|
||||||
parameter for in-memory data.
|
:meth:`~.save`, with a BytesIO parameter for in-memory
|
||||||
|
data.
|
||||||
|
|
||||||
:param encoder_name: What encoder to use. The default is to
|
:param encoder_name: What encoder to use. The default is to
|
||||||
use the standard "raw" encoder.
|
use the standard "raw" encoder.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user