Reworded warning

This commit is contained in:
wiredfool 2015-10-12 07:26:58 -07:00
parent fc52f73366
commit d8a6a8cc18

View File

@ -651,9 +651,10 @@ class Image(object):
.. warning::
This method is for raw-ish output, for compressed image
data (e.g. PNG, JPEG) use :meth:`~.save`, with a BytesIO
parameter for in-memory data.
This method returns the raw image data from the internal
storage. For compressed image data (e.g. PNG, JPEG) use
:meth:`~.save`, with a BytesIO parameter for in-memory
data.
:param encoder_name: What encoder to use. The default is to
use the standard "raw" encoder.